@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-image: url(../images/bg/bg3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #572709;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #efedbd;
}
img {
	border:none;
}
div.hr {
	background-image: url(../images/bg/hrLine.png);
	background-repeat: no-repeat;
	height: 4px;
	width: 500px;
	margin-bottom: 10px;
}
div.hr hr {
	display: none;
}
div#pageWrapper {
	width: 870px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
div#theHeader {
	height: 55px;
	position: relative;
	margin-bottom: 20px;
}
div#theHeader h1 {
	text-indent: -9999px;
}
div#theLogo {
	position: absolute;
	height: 55px;
	width: 141px;
	left: 0px;
	top: 0px;
}
div#theNav {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1.2em;
	font-weight: bold;
}
div#theNav ul {
	margin-bottom: 0px;
}

div#theNav li {
	display: inline;
	list-style-type: none;
}
#pageWrapper .lineOne {
	background-image: url(../images/bg/lineOne.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 870px;
	margin-bottom: 20px;
}
#pageWrapper .lineTwo {
	background-image: url(../images/bg/lineTwo.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 870px;
	margin-bottom: 20px;
}
div#pageWrapper .clearBoth {
	clear: both;
}
div#theFlashHolder {
	background-image: url(../images/bg/flashHolderImage.png);
	height: 280px;
	width: 870px;
	margin-bottom: 20px;
}
div#smallBanner {
	background-image: url(../images/bg/header870x161.png);
	height: 161px;
	width: 870px;
	margin-bottom: 20px;
}

div#theBody {
	margin-bottom: 20px;
}
div#theContentTitle {
	width: 350px;
	float: left;
}

div#theContentTitle h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #e8d460;
}

div#contentLeft {
	width: 350px;
	float: left;
	clear: left;
}
div#contentLeft h3 {
	background-image: url(../images/bg/rockArt.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 70px;
	width: 350px;
	margin-bottom: 20px;
}

div#contentRight {
	float: right;
	width: 500px;
}
div#contentRight h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #e8d460;
}
div#theFooter {
	font-size: .8em;
	text-align: center;
}
