body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #184A18;
	text-align: center;
}
#wrapper {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 0 0;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	border-left: 2px solid #184A18;
	border-right: 2px solid #184A18;
	border-bottom: 2px solid '#184A18;
/*	border-bottom: 2px solid '#722100;*/
}
#topnav {
    background-image: url("img/menu_bg.gif");
    background-repeat: repeat-x;
    padding-top: 35px;
}
#heading {
    background-image: url(img/banner-middle.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-top: 198px;
}
#content {
	width: 520px;
	float: right;
	padding: 0 0 0 0;
}
#content p {
	font-size: 80%;
	line-height: 1.8em;
	padding-left: 2em;
	padding-right: 2em;
}
#content h1 {
	font: normal 180% Georgia, "Times New Roman", Times, serif;
	color: #B51032;
	background-color: #ffffff;
}
#content h2 {
	font-size: 120%;
	color: #940D1E;
	background-color: #ffffff;
	border-bottom: 1px dotted #FF9006;
}
#navigation {
    background-image: url(img/right.jpg);
    background-repeat: no-repeat;
    padding-top: 198px;
    padding-left: 1em;
	float: left;
	width: 180px;
	font-size: 80%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navigation li {
	width: 180px;
	border-bottom: 1px solid #ED9F9F;
	margin: 0;
	padding: 0;
	font-size: 80%;
	vertical-align: bottom;
}
/*
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #722100;
	border-right: 1px solid #722100;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #722100;
	color: #00FF00;
}
*/
#navigation ul.subnav {
	margin-left: 12px;
}
#navigation ul.subnav li {
	border-bottom: 1px solid #722100;
	width: 168px;
}
#navigation .subnav a:link, #navigation ul.subnav a:visited {
	background-color: #ED9F9F;
	color: #722100;
}
#footer {
	clear: both;
	padding: 0 0 10px 255px;
	font-size: 70%;
	color: #000000;
	background-color: #184A18;
	background-image: url(img/down.gif);
}
