
body {
text-align:left;
margin-left:20px;
max-width:100%;
height: 500px;
background-color: #FFFFFF;
font-family: Verdana;
font-H1: 14px;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
}

#container {
margin:0 auto;
width:80%;
background-color:#FFFFCC;
border:5px solid grey;
text-align:left;
}

#header {
width:100%;
height:100px;
}

#leftnav {

float: left;
width: 110px;
height: 500px;
border-right: 5px solid gray;
background-color: #FFFFCC;

}



#footer {
width: 100%;
background-color: #FFFFCC;
font-family: Verdana;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #000000;
text-decoration: none;
text-align: center;
clear: both;
}


