body {
	background:#0e0900;
}
#wrapper {
	background:#0e0900 url(../images/bg_body.jpg) no-repeat top right;
	padding-top:145px;
	height:600px;
}
#contentLeft {
	width:400px;
	float:left;
}
#content {
	float:right;
	width:595px;
	z-index:30;
	position:relative;
	padding:0px 0px 0px 0px;
}
#contentInner {
	padding:15px;
	clear:left;
	line-height:150%;
}
#contentInner h2 {
	margin:0;
}
#spacer {
	height:100px;
	width:100%;
	border-right:1px solid #b09968;
	margin:10px 0;
	float:right;
}
h1 {
	display:inline;
	border-right:1px solid #b09968;
	float:right;
	background:url(../images/logo_landing.gif) no-repeat center left;
	text-indent:-1000px;
	overflow:hidden;
	width:100%;
	height:40px;
	margin:0;
}
h2 {
	line-height:40px;
	padding-left:15px;
	margin:0;
	color:#fef5e6;
	text-transform:lowercase;
	font-weight:normal;
	letter-spacing:2px;
}
h3 {
	font-weight:normal;
	letter-spacing:2px;
	color:#fef5e6;
	margin:0;
	margin-bottom:15px;
}
#nav {
	list-style:none;
	font-size:170%;
	float:right;
	letter-spacing:2px;
}
#nav li {
	border-right:1px solid #b09968;
}
#nav li a {
	display:block;
	padding:8px 16px;
	text-align:right;
	width:200px;
}
#footer p.copyright {
	float:left;
	text-align:left;
	width:40%;
	padding-right:0;
	border-right:none;
}
#footer p.designedby {
	float:right;
	text-align:right;
	width:40%;
	padding-left:0;
}
.subNav {
	list-style:none;
	font-size:100%;
	float:left;
	padding-left:15px;
	margin-left:0;
	margin-top:45px;
}
.subNav li {
	border-right:1px solid #b09968;
}
.subNav li a {
	display:block;
	padding:3px 5px;
	text-align:left;
	width:80px;
}
.subNav li a:hover, .subNav li a.current {
	background:#3a2d12;
}
p.summary {
	margin-top:45px;
	padding-left:15px;
	width:350px;
	float:left;
	font-size:110%;
	line-height:140%;
	color:#fef5e6;
}


