/*This is the CSS which governs the styles of the website*/
body
{
margin: 0px;
padding: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #d3ceaf;
}

h1
{
font-weight:normal;
margin-top: 0px;
margin-bottom: 0px;
font-size: 1em;
font-family: Century, sans-serif;
}
h2{
font-weight:normal;
margin-top:0px;
font-size:20px;
}
.title{
color: #660000;
font-size: 30px;
margin-top:10px;
margin-bottom:10px;
}
h2, h3, h4, h5, h6
{
font-family: Century, sans-serif;
}

#container
{
width:800px;
height: 100%;
/*margin: 0px auto 0px auto;*/
background-color: #ffffff;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -2em;
}

#header
{
width:800px;
background-color: #330000;
margin: 0px auto 0px auto;
}

#header img
{
float: left;
margin: 0px;
}
.clear{
	    clear: both;
}

.header_font
{
font-family: Century, sans-serif;
text-transform: uppercase;
color: #ffffff;	
text-align: center;
display: block;
font-size: 2.3em;
padding-top: 0.5em;
}

#header_font2
{
font-size: 1.25em;
font-family: Century, sans-serif;
color: #ffffff;	
text-align: center;
}

#content
{
background-color: #ffffff;
float: right;
width: 600px;
margin: 0px 0px 0px 15px;
padding-right: 10px;
}

#content img
{
float: left;
margin: 5px;
}

#menu {
clear: both;
margin: 0px 5px 0px 0px;
width: 170px;
height: 100%;
padding-top: 5px;
background-color: #ffffff;
float: left;
display: block;
}

#menu ul {
margin: 0px;
padding: 0px;
list-style: none;
display: block;
}

#menu a {
/*text-transform: uppercase;*/
text-decoration: none;
display: block;
font-size: 1em;
width: 100%;
font-weight: bold;
color: #000000;
text-align: right;
font-family: Century, sans-serif;
padding-bottom: 10px; 
}

#menu a:hover {
background-color: #330000;
color: #FFFFFF;
}

#footer
{
width: 790px;
margin-left:5px; 
clear:both;
height: 100px;
text-align: center;
border-top: solid;
border-color: #330000;
border-width: 2px;
font-size: 0.75em;
padding-top: 2px;
}

#footer p
{
display:inline;
}

#footer a
{
color: #000000;
text-decoration: none;
}

#footer a:hover
{
text-decoration: underline;
}

#footer, .push
{
height:3em;
clear: both;
}