body {
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-size: 0.75em;
	background: black;
	}

.wrap {
	width: 860px;
	margin: 0 auto;
	}

.content-wrap {
	margin-top: 30px;
	width: 600px;
	float: left;
	display: block;
	}

.content-wrap img, .content-wrap2 img {
	border: 1px solid silver;
	background: white;
	padding: 2px;
	}

.content-wrap li, .content-wrap2 li {
	line-height: 1.5em;
	}

.content-wrapnav {
	margin-top: 30px;
	width: 200px;
	float: left;
	display: block;
	}

.content-wrap2 {
	margin-top: 30px;
	width: 400px;
	float: left;
	display: block;
	}

.ads {
	margin: 30px 0 0 100px;
	float: left;
	display: block;
	}


/* HEADER */

#header {
	height: 83px;
	background: url('../i/header_bg.png') repeat-x;
min-width: 860px;
	}

#header .light-left {
	height: 83px;
	background: url('../i/header_light_left.png') left top no-repeat;
	}

#header .light-right {
	height: 83px;
	background: url('../i/header_light_right.png') right top no-repeat;
	}

#header h1 {
	width: 283px;
	height: 84px;
	margin: 0;
	padding: 0 89px 0 0;
	background: url('../i/logo.png') no-repeat;
	text-indent: -1000em;
float: left;
	}

#header .ad  {
	float: right;
	margin: 10px 0 0 0;
	}

/* NAV */

#nav {
	height: 39px;
	background: url('../i/nav_bg.png') repeat-x;
min-width: 860px;
	}

#nav .light-left {
	height: 39px;
	background: url('../i/nav_light_left.png') left top no-repeat;
	}

#nav .light-right {
	height: 39px;
	background: url('../i/nav_light_right.png') right top no-repeat;
	}

ul.nav {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

ul.nav li {
	height: 24px;
	margin: 1px 0;
	padding: 11px 0 0 0;
	float: left;
	}

ul.nav li a {
	padding: 10px 14px 10px 14px;
	color: #e4ce96;
	text-decoration: none;
	}

ul.nav li.active a {
	background: url('../i/nav_active.png');
	}

ul.nav li a:hover{
	background: url('../i/nav_hover.png');
	}

ul.nav li.active a {
	font-weight: bold;
	padding: 10px 14px 10px 13px;
	}


/* CONTENT */
	
#content {
	background: #fdfdfd url('../i/content_bg.png') repeat-x;
	min-height: 300px;
	padding-bottom: 25px;
min-width: 860px;
	}
	
#content p {
	margin-top: 15px;
	line-height: 1.4em;
	}

#content h2 {
	margin: 0;
	color: #222222;
	font-weight: normal;
	font-size: 1.6em;
	width: 530px;
	}

#content h3 {
	padding: 15px 0 0 0;
	color: #7a593d;
	font-weight: bold;
	font-size: 1.2em;
	}

#content span {
	float: right;
	position: relative;
	top: -20px;
	color: grey;
	}

.nav-top {
	width: 160px;
	height: 12px;
	background: url('../i/nav2_top.gif') no-repeat;
	font-size: 0.1em;
	}

.nav-bottom {
	width: 160px;
	height: 8px;
	background: url('../i/nav2_bottom.gif') left top no-repeat;
	}

.nav-middle {
	width: 160px;
	height: auto;
	background: black;
	}

.nav-middle2 {
	padding: 3px 0 3px 0;
	min-height: 272px;
	height: 272px;
	background: url('../i/nav2_middle.gif') no-repeat;
	}

#nav2 h4 {
	font-size: 1.1em;
	margin: 10px 0 10px 0;
	padding: 0 0 0 20px;
	color: white;
	font-weight: bold;
	}

#nav2 p {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.5em;
	}

#nav2 a {
	font-size: 0.9em;
	color: #d2a177;
	text-decoration: none;
	}

#nav2 a:hover {
	color: white;
	}

#nav2 a.active {
	color: #f9b11f;
	}


/* FOOTER */

#footer {
	background: #19120c url('../i/footer_bg.png') repeat-x;
min-width: 860px;
	}

#footer .light-left {
	height: 228px;
	background: url('../i/footer_light_left.png') left top no-repeat;
	}

#footer .light-right {
	height: 228px;
	background: url('../i/footer_light_right.png') right top no-repeat;
	}

#footer h2 {
	font-weight: normal;
	font-size: 1.8em;
	margin: 0;
	padding: 28px 0 15px 0;
	color: #974f0b;
	}

#footer p {
	margin: 0;
	color: #9e9186;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#footer .left {
	float: left;
	width: 350px;
	}

#footer .right {
	float: right;
	width: 250px;
	}

#footer a {
	color: #b38258;
	text-decoration: none;
	}

#footer a:hover {
	color: white;
	}

a {
	color: #985720;
	text-decoration: none;
	}

a:hover {
	color: #b38258;
	text-decoration: underline;
	}
	