/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #999;
	background: url(../images/mainbg.jpg) top center no-repeat #281B0F;
}

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: #F7DD55;
	font-size: 1.7em;
}

h2 {
	color: #F7DD55;
	font-size: 1.5em;
}

h3 {
	color: #F7DD55;
	font-size: 1.3em;
}

a {
	color: #F7DD55;
}

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: 800px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	overflow: hidden;
	background: url(../images/header.jpg);
	padding: 0 25px;
	height: 375px;
}

#content {
	clear: both;
	float: left;
	width: 800px;
	background: url(../images/cbg.gif) repeat-y;
}

#cwrap {
	float: left;
	width: 750px;
	background: url(../images/cbg.jpg) top no-repeat;
	padding: 0 25px;
}

#footer {
	clear: both;
	float: left;
	width: 800px;
	background: url(../images/footer.gif) top no-repeat;
	font-size: 0.9em;
	color: #999;
	padding: 25px 0;
	text-align: center;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
	padding: 39px 0 0 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 230px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: right;
	list-style: none;
	padding: 45px 0 0 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	height: 36px;
	background-image: url(../images/nav.gif);
}

#header ul li a span {
	display: none;
}

#header ul li.nav1 a {
	width: 104px;
	background-position: top left;
}

#header ul li.nav1 a:hover, #header ul li.nav1 a.active {
	background-position: bottom left;
}

#header ul li.nav2 a {
	width: 130px;
	background-position: 470px 0;
}

#header ul li.nav2 a:hover, #header ul li.nav2 a.active {
	background-position: 470px 36px;
}

#header ul li.nav3 a {
	width: 157px;
	background-position: 340px 0;
}

#header ul li.nav3 a:hover, #header ul li.nav3 a.active {
	background-position: 340px 36px;
}

#header ul li.nav4 a {
	width: 183px;
	background-position: top right;
}

#header ul li.nav4 a:hover, #header ul li.nav4 a.active {
	background-position: bottom right;
}

/* contents Stuff */
#main {
	float: right;
	width: 420px;
	padding: 25px 40px;
}

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	display: block;
	padding: 50px 20px 30px;
	list-style: none;
}

#sidebar ul li {
	display: block;
	border-bottom: 1px solid #120C07;
}

#sidebar ul li a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #fff;
	text-align: right;
}

#sidebar ul li a:hover, #sidebar ul li.active a {
	color: #F7DD55;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 308px;
	border: 1px solid #493F38;
	background: #7B6654;
	padding: 3px;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
}
