/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #ccc;
	background: url(../images/bg.jpg) top center #000;
}

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: #855C66;
	font-size: 1.7em;
}

h2 {
	color: #855C66;
	font-size: 1.5em;
}

h3 {
	color: #855C66;
	font-size: 1.3em;
}

a {
	color: #855C66;
}

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;
}

/* Basic Structure */
#container {
	width: 810px;
	margin: 0 auto;
}

#wrapper {
	float: left;
	width: 810px;
	background: url(../images/mainbg.gif) repeat-y;
}

#header {
	float: right;
	width: 296px;
	overflow: hidden;
	background: url(../images/headerbg.jpg) top no-repeat;
	min-height: 610px;
	height: auto !important;
	height: 610px;
}

#content {
	float: left;
	width: 420px;
	background: url(../images/cbg.gif) top no-repeat;
	padding: 70px 44px 30px 50px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
}

#footer {
	clear: both;
	float: left;
	width: 810px;
	font-size: 0.9em;
	color: #999;
	padding: 25px 0 15px;
	text-align: center;
	background: url(../images/footerbg.gif) top right no-repeat;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 291px;
	margin-bottom: 0;
	padding: 20px 0 0 0;
}

#header h1 a {
	float: left;
	width: 291px;
	height: 191px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	list-style: none;
	padding: 0 20px;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	background-image: url(../images/nav.jpg);
	height: 28px;
	width: 251px
}

#header ul li.nav1 a {
	background-position: top left;
}

#header ul li.nav1 a:hover, #header ul li.nav1 a.active {
	background-position: top right;
}

#header ul li.nav2 a {
	background-position: 0 224px;
}

#header ul li.nav2 a:hover, #header ul li.nav2 a.active {
	background-position: 251px 224px;
}

#header ul li.nav3 a {
	background-position: 0 196px;
}

#header ul li.nav3 a:hover, #header ul li.nav3 a.active {
	background-position: 251px 196px;
}

#header ul li.nav4 a {
	background-position: 0 168px;
}

#header ul li.nav4 a:hover, #header ul li.nav4 a.active {
	background-position: 251px 168px;
}

#header ul li.nav5 a {
	background-position: 0 140px;
}

#header ul li.nav5 a:hover, #header ul li.nav5 a.active {
	background-position: 251px 140px;
}

#header ul li.nav6 a {
	background-position: 0 112px;
}

#header ul li.nav6 a:hover, #header ul li.nav6 a.active {
	background-position: 251px 112px;
}

#header ul li.nav7 a {
	background-position: 0 84px;
}

#header ul li.nav7 a:hover, #header ul li.nav7 a.active {
	background-position: 251px 84px;
}

#header ul li.nav8 a {
	background-position: 0 56px;
}

#header ul li.nav8 a:hover, #header ul li.nav8 a.active {
	background-position: 251px 56px;
}

#header ul li.nav9 a {
	background-position: bottom left;
}

#header ul li.nav9 a:hover, #header ul li.nav9 a.active {
	background-position: bottom right;
}

#header ul li a span {
	display: none;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 308px;
	border: 1px solid #302129;
	background: #140D0F;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}
