body {
	background-color:#43241e;
	font: 12px Georgia, Times, Arial, sans-serif;
	color:#000;
}
a, a:active, a:visited {
	color:#8db92e;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#333;
}
h1 {
	width:701px;
	background: url(_images/bg_h1.gif) no-repeat bottom left;
	padding-bottom:8px;
	font: normal 27px Georgia, Times, Arial, sans-serif;
	color:#8db92e;
}
h2 {
	color:#999;
}
#wrapper {
	width:826px;
	margin: 0 auto 0 auto;
}
#top_nav {
	width:800px;
	height:22px;
	padding:30px 0 0 26px;
	background: url(_images/bg_top.gif) no-repeat bottom center;
	font: 10px 'Lucida Sans', Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
}
#top_nav a, #top_nav a:active, #top_nav a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#top_nav a:hover {
	color:#000;
}
#header {
	width:824px;
}
#nav {
	width:800px;
	height:30px;
	padding:11px 0 0 26px;
	background: #5b829d url(_images/bg_nav.gif) no-repeat;
	color:#fff;
}
#nav a, #nav a:active, #nav a:visited {
	color:#fff;
	font: bold 16px 'Garamond', Times, Arial, sans-serif;
	text-decoration:none;
}
#nav a:hover, #nav a.current {
	color:#282625;
}
#content {
	width:732px;
	padding:22px 46px 40px 46px;
	background: #fff url(_images/bg_content.gif) repeat-y;
	line-height:18px;
}
#copyright {
	width:800px;
	height:16px;
	padding:4px 0 0 26px;
	background: #5b829d url(_images/bg_copyright.gif) no-repeat;
	font: 9px 'Lucida Sans', Verdana, Helvetica, Arial, sans-serif;
	color:#fff;
}
#copyright a, #copyright a:active, #copyright a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#copyright a:hover {
	color:#000;
	text-decoration:none;
}
#footer {
	width:826px;
	height:14px;
	background: url(_images/bg_footer.gif) no-repeat;
}