div.pad-top {
 padding-top: 5px;
}

#wrapper {
 min-width: 780px;
}

#header {
 height: 140px;
 font-size: small;
}

#sidebar {
 margin-left: 5%;
 float: left;
 width: 30%;
 height: 410px;
 text-align: left;
}

#content {
 margin-right: 5%;
 height: 410px;
 border: solid #000000; 
 border-width: 2px; 
 overflow: auto;
}

#footer {
 margin-top: 35px;
 font-size: small;
}

#split1 {
 margin-left: 5%;
 float: left;
 width: 30%;
 text-align: left;
}

#split2 {
 float: left;
 width: 30%;
}

#split3 {
 margin-right: 5%;
 width: 30%;
 overflow: hidden;
 text-align: right;
}

#alink1 {
 float: left;
 text-align: right;
 width: 50px;
 height: 30px;
}

#alink2 {
 padding: 7px;
 height: 30px;
 color: #000000;
}

#link1 {
 margin-top: 5px;
 float: left;
 height: 30px;
}

#link2 {
 margin-top: 5px;
 padding: 7px;
 height: 30px;
}

#how {
 float: left;
 width: 25%;
}

#where {
 float: left;
 width: 25%;
}

#when {
 float: left;
 width: 25%;
}

#why {
 width: 25%;
 overflow: hidden;
}


