@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	}
body, html {
	height:100%;
	}
body {
	background:#232323 url(../images/bg.jpg) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
	color:#ddd;
	font-size:13px;
	}
a {
	color: #7E8946;
	text-decoration:none;
	}
a:hover {
	color:#fff;
	}
#shell {
	position:relative;
	width:800px;
	margin:auto;
	border:1px solid #1a1c10;
	}
#top {
	position:relative;
	background:#232323 url(../images/top_accent.png) no-repeat bottom left;
	height:25px;
	border-bottom:2px solid #191919;
	border-top:2px solid #0f0f0f;
	}
#header {
	position:relative;
	background:#393939 url(../images/header_bg.jpg) no-repeat bottom right;
	height:238px;
	border-top:5px solid #0f0f0f;
	}
#header img {
	position:absolute;
	bottom:20px;
	right:15px;
	border:none;
	}
#nav {
	position:relative;
	background:#151515 url(../images/nav_bg.png) repeat-x top left;
	height:51px;
	text-align:center;
	line-height:51px;
	color:#fff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:13px;
	}
#nav ul {
	list-style-type:none;
	}
#nav ul li {
	display:inline;
	padding:0 8px;
	}
#nav ul li a {
	color:#fff;
	text-decoration:none;
	}
#nav ul li a:hover {
	color:#6d743f;
	}
#nav ul li a.active, #nav ul li a.active:hover {
	color: #7d8258;
	}
#nav ul li img {
	vertical-align:middle;
	}
#main {
	position:relative;
	background:#232323 url(../images/main_accent.png) no-repeat top right;
	min-height:300px;
	padding:30px 60px;
	}
#phead {
	position:relative;
	width:auto;
	background:transparent url(../images/phead_bg.png) no-repeat left center;
	padding-left:25px;
	}
#phead h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fff;
	font-size:25px;
	font-weight:normal;
	margin-bottom:20px;
	}
#content {
	position:relative;
	font-size:90%;
	line-height:1.5;
	}
#content p, #content ul, #content ol, #content table, #content blockquote {
	margin-bottom:15px;
}
#content ul, #content ol {
	margin-left:20px;
	}
#footer {
	position:relative;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:11px;
	text-align:center;
	border-top:1px solid #666d3c;
	background:#000;
	filter:alpha(opacity=59);-moz-opacity:.59;opacity:.59;
	}
.infobox {
	background:#000; 
	padding:15px;
	border:3px solid #2e2e2e;
	}
.infobox ul {
	margin:0;
	list-style-type:none;
	}
.infobox h3 {
	font-size:13px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	color:#7d8258;
	margin-bottom:10px;
	text-transform:uppercase;
	}

