body, div, h1, h2, h3, h4, h5, h6, p, ul, li, ol {
	margin: 0;
	padding: 0;
}
body {
	color: #fff;
	font: small Arial, "Helvetica Neue", Helvetica, sans-serif;
/*	background: #0e0b02 url(../images/bg.jpg) repeat-x; */
	background: #0e0b02;
	line-height: 1.1;
}
#wrap {
	width: 887px;
	margin: 0 auto;
}
#header {
	width: 100%;
	position: relative;
	left: -2px;
	height: 187px;
	margin-bottom: 5px;
}
#content-block {
	clear: both;
	width: 887px;
	margin: 0 auto;
	position: relative;
}
#inner-content {
	padding-top: 50px;
	background: url(../images/content-bg-top.png) no-repeat;
}
#content {
	background: url(../images/content-bg.png) repeat-y;
	padding: 20px 100px 20px 210px;
	font-size: .9em;
	width: 577px;
}
#sidebar {
	color: #172b3c;
	position: absolute;
	width: 167px;
	padding: 20px 0;
	text-align: right;
	font-size: .9em;
}
#images {
	text-align: center;
}
#footer {
	background: url(../images/footer-bg.png) repeat-y;
	width: 887px;
}
#foot-text {
	text-align: center;
	color: #eaeabe;
	font-size: .5em;
	text-transform: uppercase;
}
h1#logo {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	background: url(../images/logo.jpg) no-repeat;
	width: 351px;
	height: 187px;
	float: left;
}
h2#icon {
	text-indent: -9999px;
	font-size: 1%;
	overflow: hidden;
	background: url(../images/icon.jpg) no-repeat;
	width: 536px;
	height: 195px;
	float: left;	
}
h3#phone {
	position: absolute;
	right: 40px;
	top: 13px;
	color: #1a1818;
}
h1 {
	font-size: 1.7em;
	text-transform: uppercase;
}
h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}
h3 {
	font-size: 1.3em;
	text-transform: uppercase;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
p {
	margin: 10px 0;
}
#header p {
	margin: 0;
}
#sidebar p {
	margin: 3px 10px 3px 20px;
	text-align: center;
}
p#years {
	position: absolute;
	right: 40px;
	bottom: 3px;
	color: #000;
}
#content ul, #content ol {
	margin: 5px 10px 5px 20px;
}
img {
	margin: 10px;
}
#sidebar img {
	margin: 0 10px;
}
#images img {
	margin: 10px 30px;
}
#footer img {
	margin: 15px 0 10px 13px;
}
a {
	color: #e2ddc1;
}
a:hover, li.active a {
	color: #d2cdb1;
}
ul#nav {
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	background: url(../images/nav-pipe.png) right bottom no-repeat;
	margin: 10px 0 50px;
}
#nav li {
	background: url(../images/nav-pipe.png) right top no-repeat;
	padding: 8px 0;
}
#nav li a {
	text-decoration: none;
	padding-right: 30px;
}