/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #E4B989;
	background: url(../images/body.gif);
}

p {
	color:#E4B989;}

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: #fff;
	font-size: 18px;
	font-weight:bold;
}

h2 {
	color: #fff;
	font-size: 1.5em;
}

h3 {
	color: #fff;
	font-size: 1.3em;
	font-weight: normal;
}

a {
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #e2c088;
}

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: 37px;
}

/* Basic Structure */
#wrapper{
	float:left;
	clear:both;
		background: url(../images/body2.gif) repeat-x ;
		width:100%;
}
#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	background: url(../images/header.jpg);
	overflow: hidden;
	height: 285px;
}

#content {
	clear: both;
	float: left;
	width: 690px;
	padding: 37px;
	border-bottom: 1px solid #14342f;
}

#footer {
	clear: both;
	float: left;
	width: 737px;
	font-size: 0.9em;
	color: #999;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #052822;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 243px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	height: 50px;
	list-style: none;
}

#header ul li {
	float: left;
	font-size:12px;
	margin-left:10px;
	margin-right:10px;
	margin-top:8px;
}

#header ul li a {
	float: left;
	height: 37px;
	text-decoration:none;
}

#header ul li a:hover {
	color: #930;
	text-decoration:underline;}


/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

.topspace {
	margin-top: 2em;
	margin-right: 2em;}