body{
background-color: #e9e9e9;
}
#container{
font-family:Arial, Helvetica, sans-serif;
font-size: 1em;

background-color: #ffffff;
width: 801px;
}

#header{
background-color: #e9e9e9;
height: 70px;
text-align: left;
}

#menu_top{
height: 38px;
padding: 10px 0px 2px 10px;
text-align: left;
font-size: .9em;
vertical-align: bottom;
color: white;
background: url(images/menuBG.gif) repeat-x;
border-left: 1px solid #3f3f3f;
border-right: 1px solid #3f3f3f;
}
#menu_top a, #mainmenu a:link, #mainmenu a:visited { color: #ffffff; text-decoration: none;}
#menu_top a:hover {  color: #ffffff; text-decoration: underline;}

#content{
height: 600px;
border-left: 1px solid #3f3f3f;
border-right: 1px solid #3f3f3f;
text-align: left;
padding: 5px 5px 5px 5px;
}


#footer{
height: 40px;
border-left: 1px solid #3f3f3f;
border-right: 1px solid #3f3f3f;
border-bottom: 1px solid #3f3f3f;
padding: 5px 5px 2px 5px;
text-align: left;
}
