body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #390404;
	margin: 0px;
	background-image: url(/images/bkgd.jpg);
}	
p { 
	margin-top: -0.8em;
} 
p+p {
	text-indent: 15px;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: 2em;
}	
h3 {
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin-top: 2em;
}	
a:link, a:visited
{
    display:block;
	font-style: italic;
    text-decoration: none;
    color: rgb(0, 51, 153);
}

a:hover, a:active
{
    background-color: rgb(255, 230, 153);

}
#centerHolder { margin: 0pt auto; position: relative; text-align: left; width: 760px; }

#container {
	position: absolute;
	width: 760px;
	background-color: #390404;
	background-image: url(/images/mid.jpg);
}

#top {
	background-color: #390404;
	background-image: url(/images/top.jpg);
	height: 182px;
}

#leftNav {
	padding-left: 90px;
	width: 170px;
	float: left;
	display: block;
	border-right-color: #CC0000;
	border-right-style: dotted;
	border-right-width: 1px;
}

#content { 
margin-top: -15px;
margin-left: 10px;
width:410px;
float: left; }

#footer {
	float: left;
	height: 85px;
	background-color: #390404;
	width: 760px;
	background-image: url(/images/bot.jpg);
}
#subFooter {
}
#counter {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}
