/* Body class */


body
{
margin: 0;
padding: 0;
text-align: center;
color: #333;
background-color: #FFED9B;
}

#container { 
border-width: 2px;
border-color: #DFDFFF;
border-style: solid;
background-color:#FFFFFF;
width: 950px;
text-align: left;
margin: 1em auto;
}


#header
{
height: 45px;
width: 100%;
background-image: url(header.jpg);
background-repeat: no-repeat;
background-position: 0 0;
border-bottom: 1px solid #fff;
position: relative;
border: 1px none #fff;
border-bottom: 1px solid #fff;
}


#menu
{
height: 100px;
width: 930px;
position: relative;
border: 2px;
padding: 5px;
border-width:2px;
border-color: #cac9c9;
border-style: solid;
background-color: #fbf21b;
margin:2px;
text-align: left;
}
#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#submenu{
width : 130px;
float: left;
border: 2px;
padding: 5px;
border-width:2px;
border-color: #cac9c9;
border-style: solid;
background-color: #fbf21b;
margin:2px;
text-align: left;
}

#menu a:visited {
color: #cac9c9;
text-decoration: none;
}

#contents{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
text-align: left;
background: #EFF3E0;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 160px;
padding-left: 5px;
}


#footer
{
clear: both;
color: #272900;
text-align: right;
font-size: 90%;
}
