body
{
background-color:#CCCCCC;
}

#container
{
padding:5px;
width:975px;
border-style:solid;
border-color:#999999;
border-width:1px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}

#header
{
background-color:#2A0000;
color:#FFFFFF;
margin:auto;
text-align:center;
font-size:36px;
}

#footer
{
background-color:#2A0000;
color:#FFFFFF;
}

#menu
{
height:auto;
width:150px;
float:left;
margin-bottom:1em;
background-color:#2A0000;
font-size:18px;
}

h3#cont{
text-align:center;
text-decoration:underline;
font-family:Georgia, "Times New Roman", Times, serif;
}

#content
{
padding-left:5px;
height:auto;
width:795px; 
float:right;
margin-bottom:1em;
background-color:#FFFFFF;
margin-left:7px;
border-width:1px;
border-style:solid;
border-color:#5f5f5f;
}

a#disclaimer{
color:#00FF55;
text-decoration:underline;
}
ul{
list-style:none;
}

a{text-decoration:none;
}

a:link{
color:#2A0000;

a:active{
color:#2A0000;
}

a:hover{
color:#0000FF;
}

a:visited{
color:#FFFFFF;
}




