/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(../images/bg.gif) top repeat-x #F7F3E2;
}

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: #5A8627;
	font-size: 1.7em;
}

h2 {
	color: #5A8627;
	font-size: 1.5em;
}

h3 {
	color: #5A8627;
	font-size: 1.3em;
}

a {
	color: #5A8627;
}

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: 20px;
}

/* Basic Structure */
#container {
	width: 760px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 760px;
	background: url(../images/header.jpg) #fff;
	overflow: hidden;
	height: 300px;
}

#content {
	clear: both;
	float: left;
	width: 750px;
	padding: 0 5px;
	background: url(../images/cbg.jpg) top no-repeat;
}

#main {
	background: url(../images/cbg2.jpg) top no-repeat #E2C290;
	float: left;
	width: 690px;
	padding: 30px 30px 0;
}

#footer {
	clear: both;
	float: left;
	width: 730px;
	font-size: 0.9em;
	color: #999;
	padding: 82px 15px 15px;
	text-align: center;
	background: url(../images/footer.jpg) top no-repeat;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 200px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	list-style: none;
	padding: 0 25px;
}

#header ul li {
	float: left;
	padding: 45px 20px 0;
}

#header ul li a {
	float: left;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px 5px;
}

#header ul li a:hover {
	color: #A2BB86;
}

#header ul li.active a:hover, #header ul li.active a {
	background: #A2BB86;
	color: #fff;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

