body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/body_bg.jpg) repeat;
	background-position: 0px -100px;
	width: 100%;
}
a, a:link, a:visited, a:hover, a:active {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #d7ae5f;
}


.hidetxt { text-indent: -9999px; }
.clear { clear: both; }
.hidden { display: none; }
.float_left { float: left; }

p {
	letter-spacing: 0.05em;
	line-height: 1.8em;
	margin-bottom: 30px;
}
strong {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

div#header_container {
	width: 100%;
	height: 88px;
	background: url(../images/header_bg.jpg);
}

div#header, div#content_container, div#banner {
	margin: 0 auto;
	width: 849px;
}

div#header {
	padding-top: 29px;
}

img#header_title {
	margin-left: 51px;
	float: left;
}

a#logo {
	float: left;
	display: block;
	width: 221px;
	height: 39px;
	background: url(../images/logo.png) no-repeat;
}

div#banner {
	margin: 5px auto 42px;
}

div#nav {
	width: 105px;
	margin-right: 55px;
	float: left;
}
div#nav ul {
	width: 100%;
	text-align: right;
	margin-bottom: 18px;
}
div#nav ul li {
	border-top: 1px dotted #fff;
}
div#nav ul li.last {
	border-bottom: 1px dotted #fff;
}
div#nav ul a {
	display: block;
	padding: 1em 0;
}
div#nav ul a:hover {
	color: #d7ae5f;
}
div#nav img {
	margin-top: 18px;
}

div#content {
	float: left;
	width: 685px;
}

img#title {
	margin-bottom: 34px;
}
div#content ul {
	list-style: disc;
	letter-spacing: .1em;
	line-height: 1.8em;
	margin-left: 17px;
}
div#content ul li {
	margin: 12px 0;
}
div.highlighted {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #847d60;
	border-bottom: 1px solid #847d60;
	padding: 12px 0;
	margin-bottom: 30px;
}