html, body{
height: 100%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 50px;
text-align: center;
}

a{
color: #a50021;
}

a:hover{
color: #808000;
text-decoration: none;
}

/*LAYOUT STYLES*/

#container{
background: url(../images/bg-body.jpg) center repeat-y #fff;
height: 200%;
position: relative;
width: 780px;
margin: 0px auto;
text-align:left;
/*background: #06c;*/
}

#header{
top: 10px;
left: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
height: 75px;
background: url(../images/bg-header.jpg) center no-repeat #fff;
}

#header img{
margin: 0;
padding: 0;
visibility:hidden;
display: none;
}

/*NAV STYLES*/

#nav{
/*float: left;*/
text-align: left;
width: 200px;
position:absolute;
left:-95px/*-135px*/;
top:35px;
/*background: yellow;*/
}

#nav p{
font-family: georgia, serif;
font-size: 12px;
font-weight: bold;
text-align:center;
background:url(../images/bg-nav.jpg);
width:200px;
height: 25px;
margin:15px 0 15px 0;
padding:4px 0 4px 0;
}

#nav p a{}

#nav ul li{
font-family: georgia, serif;
font-size: 12px;
list-style: none;
margin:0 10px 0 20px;
padding: 0;
}

#nav img{
/*margin-top: 12px;
margin-bottom: 10px;
padding-left: 10px;*/
clear: both;
margin: 0;
padding:0;
}

#nav a:link{color:#fc6; text-decoration: none;}
#nav a:visited{color:#fc6; text-decoration: none;}
#nav a:hover{color:#fff;}
#nav a:active{color:#fff;}


#nav ul{/* position:absolute; top:325px; width:176px; */ background:url(../images/bg-nav.jpg) #ce1328; margin:0; padding:10px 0 10px 0;}

/*CONTENT STYLES*/

#content{
/*width: 640px;*/
text-align: left;
color: #630;
/*background: #b4b4b4;*/
}

#content h1{
font-size: 24px;
/*margin-top:	12px;
margin-bottom: 24px;*/
margin: 12px 30px 24px 125px;
font-family: georgia, times, "trebuchet ms";
font-weight: bold;
color:#ce1328;
}

#content h2{
font-size: 20px;
margin: 12px 30px 3px 125px;
/*margin-bottom: 3px;*/
font-family: georgia, times, "trebuchet ms";
color:#600;
}

#content h3
{
font-size: 16px;
font-family: georgia, times, "trebuchet ms";
color:#600;
/*margin-bottom: 3px;*/
margin: 12px 30px 3px 125px;

}

#content h4
{
font-size: 14px;
font-family: georgia, times, "trebuchet ms";
color:#600;
/*margin-bottom: 3px;*/
margin: 12px 30px 3px 125px;
}

#content p{
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 14px;
line-height: 140%;
color:#300;
/*margin-bottom: 6px;*/
margin: 12px 30px 3px 125px;
}

#content ul{margin: 12px 30px 3px 125px;}

#sitemap{
padding: 0px;
}

#sitemap li{
font-family: verdana, san-serif;
font-size: 11px;
font-weight: bold;
list-style-type: none;
margin-bottom: 2px;
}

#footer{
clear: both;
color: #630;
/*background: #b4b4b4;
margin-bottom: 0px;
padding-bottom: 15px;
margin-top: 50px;
margin-left: 228px;*/
font-family: "trebuchet ms", verdana, sans-serif;
font-size: 11px;
margin: 50px 12px 0 125px;
}

#topnav{margin:0 3px 0 22px; padding:0; font-family: verdana; font-size: 12px; list-style:none; text-align:left; display:none;}
#topnav li{margin: 0; padding: 0; float: right; font-weight: bold;}
