/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 75%;
	line-height: 18px;
	color: #444;
	background: url(../images/bg.jpg) top center #E1C386;
}

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, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C22E16;
	font-weight: normal;
}

h1 {
	font-size: 2.3em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.7em;
}

a {
	color: #C22E16;
}

a:hover {
	text-decoration: none;
	color: #FBB606;
}

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: 500px;
}

.introh3 {
	margin-bottom: 0;
}

/* Basic Structure */
#wrap, #wrap2 {
	float: left;
	width: 100%;
	background: url(../images/bg2.jpg) top center repeat-x;
}

#wrap2 {
	background: url(../images/mainbg.jpg) top center no-repeat;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	overflow: hidden;
	height: 415px;
	background: url(../images/header.jpg);
}

#content {
	float: left;
	width: 670px;
	padding: 40px 39px 20px;
	background: url(../images/cbg.jpg) top no-repeat #FCF8F1;
	border: 1px solid #000;
	border-top: 0;
}

#footer {
	clear: both;
	float: left;
	width: 750px;
	font-size: 0.9em;
	color: #555;
	padding: 20px 0 20px;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 350px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	list-style: none;
	width: 750px;
	padding: 24px 0 0;
	text-align: center;
}

#header ul li {
	display: inline;
	padding: 0 22px;
}

#header ul li a {
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#header ul li a:hover, #header ul li a.active {
	color: #FBB606;
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 150px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 488px;
	border: 1px solid #333;
	background: #eee;
	padding: 3px;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

	/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}

#footer p a {
}
