/* General Options */
* {
	margin: 0;
	padding: 0;
}
html {
	background:  url(../images/mainbg.jpg);}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background:  url(../images/bg.gif) top repeat-x;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #58341f;
	font-size: 1.7em;
}

h2 {
	color: #58341f;
	font-size: 1.5em;
}

h3 {
	color: #58341f;
	font-size: 1.3em;
}

a {
	color: #a76039;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 30px;
}

/* Basic Structure */
#wrap {
	float: left;
	width: 100%;
	background: url(../images/mainbg.jpg) top center;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	height:350px;
	background:url(../images/header.jpg) top center #000;
	overflow: hidden;
}

#content {
	clear: both;
	float: left;
	background: url(../images/contentbg.jpg) top center no-repeat #ffffff;
	padding:0 20px;
	width: 710px;	
}

#footer {
	clear: both;
	width: 100%;	
	font-size: 0.9em;
	color: #58341f;
	padding-top:15px;
	height: 34px;
	text-align: center;
	background: url(../images/footer.jpg) top center no-repeat;
	margin: 0 auto;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 413px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 413px;
	height: 350px;
}

#header h1 a span {
	display: none;
}

#nav {
	float: right;
	padding: 225px 55px 0 0;
	width: 200px;
}

#header ul {
	float: right;
	list-style: none;
	width: 200px;
}

#header ul li {
	display: block;
	border-top: 1px solid #525163;
	padding: 10px 5px;
	margin-top: -1px;
}

#header ul li a {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
}

#header ul li a:hover, #header ul li.active a {
	color: #9F1314;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

