body {
background-color:#333333;

}

#main {

font-family:Georgia;

padding:30px;
     
min-width:1024px;  
}

a:link {
color:#FFFFFF;
}

a:visited {
color:#FFFFFF;
}

#header {
text-align:right;
}

#nav_container {
width:100%;
}



.hovermenu ul{
font: bold 16px arial;
padding-left: 0;
margin-left: 0;
float: right;  
}

.hovermenu ul li{
list-style: none;
display: inline;
}

.hovermenu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: center;
color: white;
font-family: Georgia;
background-color: #333333;
border: 4px solid #333333;
}

.hovermenu ul li a:hover{
background-color: #9933cc;
border-style: outset;
color: black;
}

html>body .hovermenu ul li a:active{ 
border-style: inset;
}





#maincontent {
color:#FFFFFF;
float:left;
font-size:14pt;
padding:50px;
text-align:left;

width: 950px;
min-width:800px;
}

#headerleft {
float:left;
}

#headerright {
}

#footer {
font-size:11pt;
color: #FFFFFF;
display: block;
clear: both;
 
 }


