#container
{
width: 80%;
height: 100%;
margin: auto;
background-color: #fff;
line-height: 130%;
color: #fff;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
background-size: 100%;
background-repeat: no-repeat;
background-color: rgb(31,115,109);
}
#top
{
margin: 5px auto;
padding: 0em;
color: #18649a;
font-family: Arial, Helvetica, sans-serif;
}

#menu, a 
{
color: #01635C; 
padding-bottom: 80px; 
padding-top: 0px;
font-family: Arial, Helvetica, sans-serif; 
font-size: 13px; 
font-weight: bold;
text-decoration: none;
}
.menuline 
{
border-radius: 7px;
background-color: rgb(4,153,142);
height: 111px;
width: 80%;
margin: auto;
}
.menuitem 
{
text-align: center; 
float: left; 
width: 95px;
height: 110px;
border-radius: 7px;
margin-right: 5px;
}
.menuitem_selected 
{
text-align: center; 
float: left; 
width: 95px;
height: 110px;	
border-radius: 7px;
margin-right: 5px;
background-color: #5FCCC4;
}
.menuitem:hover
{
border1: 1px solid #000;
}

#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #000;
font-family: Verdana; 
font-size: 10px; 
font-weight: normal;
vertical-align:text-bottom;
}
html, body {
margin:2px;
padding:0;
height:100%;
background-color: rgb(31,115,109);
} 
