@charset "utf-8";
/* CSS Document */

@import url("form.css");
@import url("nav.css");
@import url("datatable.css");

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#1e0e03;
	background:#8b5e3b url(../images/body_bg.jpg);
	margin:0px;
}
a {
	color:#8b5e3b;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-size:24px;
	letter-spacing:-0.5px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:16px;
}

/*** CONTAINERS ***/

#header_container {
	clear:both;
	margin:0px auto;
	height:213px;
	background:url(../images/header_bg.jpg) top repeat-x;
}
#nav_container {
	clear:both;
	margin:0px auto;
	
}
#content_container {
	clear:both;
	margin:0px auto;
	
}
#footer_container {
	clear:both;
	margin:0px auto;
	
}

/*** HEADER ***/

#header {
	clear:both;
	margin:0px auto;
	width:960px;
	padding-top:28px;
	height:185px;
}
#header_left {
	float:left;
	width:320px;
	height:130px;
}
#header_right {
	float:right;
	width:600px;
	height:130px;
	background:url(../images/header_text.png) no-repeat;
}

/*** NAV ***/

#nav {
	clear:both;
	margin:0px auto;
	width:960px;
	height:37px;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-0.5px;
}
#nav a {
	float:left;
	display:block;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	height:27px;
	color:#361d0b;
	text-decoration:none;
}
#nav a:hover {
	float:left;
	display:block;
	color:#a6ce39;
	background:#4e1e09;
	text-decoration:none;
}
#nav .on {
	float:left;
	display:block;
	color:#a6ce39;
	background:#4e1e09;
	text-decoration:none;
}
#nav_bot {
	clear:both;
	margin:0px auto;
	width:960px;
	height:18px;
	background:#4e1e09;
}


/*** CONTENT ***/

#content {
	clear:both;
	margin:0px auto;
	padding:8px;
	padding-bottom:25px;
	width:944px;
	background:#FFFFFF;
}
#flash {
	width:934px;
	height:253px;
	border:#492f18 solid 5px;
}
#content_left {
	float:left;
	padding-top:10px;
	width:615px;
}
#content_right {
	float:right;
	padding-top:70px;
	width:315px;
}
#quote {
	margin-top:40px;
	color:#b88a66;
	width:560px;
	padding-left:20px;
	padding-right:20px;
	padding-top:30px;
	padding-bottom:30px;
	background:#3b2313;
}
#quote p {
	margin:0px;
}
#buttons {
	padding-top:40px;
}
#buttons a {
	display:block;
	float:left;
	width:151px;
	height:60px;
	text-decoration:none;
}
#buttons a:hover {
	margin-top:-5px;
	height:65px;
}
#signup {
	width:258px;
	padding:28px;
	color:#96745b;
	background:#1e0e03;
}
#wysiwyg {
	background:#FFFFFF;
	padding:5px;
}

/*** FOOTER ***/

#footer {
	clear:both;
	margin:0px auto;
	width:960px;
	color:#3b2313;
	font-size:12px;
	padding-top:20px;
	padding-bottom:20px;
}
#footer a {
	color:#3b2313;
	text-decoration:none;
}
#footer a:hover {
	color:#3b2313;
	text-decoration:underline;
}
#footer_left {
	float:left;
}
#footer_right {
	float:right;
}