body {
	background-color: #000000;
	background-image:url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	margin:0px;
}

#outer_container {
	position:relative;
	width:100%;
	background-image:url(../images/outer_container_bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#container {
	position:relative;
	margin:auto;
	width: 985px;
	padding: 0px;
}

/* -----------------------------HEADER STYLES---------------------------*/
#header {
	position:relative;
	width: 985px;
	height:177px;
	text-align: center;
	z-index:10;
}
#logo {
	position:absolute;
	width:330px;
	top:0px;
	left:0px;
}
#main_menu {
	position:absolute;
	width:606px;
	height:35px;
	top:46px;
	right:0px;
	text-align:right;
}

/* -----------------------------CONTENT STYLES---------------------------*/
#contentarea_home {
	position:relative;
	width: 985px;
	padding-bottom:72px;
}
#contentarea {
	position:relative;
	width: 985px;
	padding-bottom:72px;
	background-image:url(../images/contentarea_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#content_home {
	position:relative;
	width:335px;
	height:213px;
	color: #ffffff;
	float: right;
	text-align:left;
	/*background-image:url(../images/content_home_bg.png);*/
	background-repeat:no-repeat;
	padding:25px 15px 25px 25px;
	margin-top: 40px;
	z-index:2;
	overflow:hidden;
}

#content_home .heading {
	color: #ffffff;	
}
#feature_buttons{
	position:absolute;
	width:440px;
	height:263px;
	text-align:center;
	padding:0px;
	top:27px;
	right:0px;
	z-index:0;
}
#content_top {
	position:relative;
	width:985px;
	height:25px;
	background-image:url(../images/content_top.png);
	background-repeat:no-repeat;
}
#content {
	position:relative;
	width:935px;
	min-height:269px;
	text-align:left;
	background-color:#f5f0e5;
	padding:25px;
	z-index:2;
}
#content_bottom {
	position:relative;
	width:985px;
	height:31px;
	background-image:url(../images/content_bottom.png);
	background-repeat:no-repeat;
}

/* -----------------------------FOOTER STYLES---------------------------*/
#footer {
	position:relative;
	width: 985px;
	font-family:"Tahoma", Arial, Helvetica, sans-serif;
	font-size:13px;
	clear: both;
	color:#343434;
	background-color:#000000;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:solid 1px #502f17;
	margin-bottom:20px;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #336600;
	text-decoration: none;
}

#footer_links {
	width:985px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	border-bottom:solid 1px #502f17;
}
#footer_links td {
	border-right:solid 1px #000000;
}
#footer_links .link_title {
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	padding:12px 0px 10px 30px;
	border-bottom:solid 1px #502f17;
}
#footer_links .link_text {
	width:142px;
}
#footer_links .link_text a {
	color:#e79143;
	font-weight:normal;
}
#footer_links .link_text a:hover {
	color:#ffffff;
}

#footer_links .link_text ul li {
	list-style:none;
	margin-left:-10px;
	padding-bottom:5px;
}

.subscribe_form {
	padding-left:27px;
}
.subscribe_form .formPluginFORMFONT input {
	border:1px solid #3f545e;
	width:200px;
	height:17px;
	padding-left:5px;
}
#footer_links td.subscribe_form td {border-right:0px;}


#slogan {
	position:relative;
	float:left;
	width:875px;
}
#clickspace {
	position:relative;
	float:right;
	width:110px;
}

/* -----------------------------GENERAL STYLES---------------------------*/

.clearfloat {clear:both;}

a {
	color: #e79143;
	text-decoration: underline;
}
a:hover {
	color: #502f17;
	text-decoration: underline;
}

#content ul li, #content_home ul li {list-style:disk; padding-bottom:10px;}
#content ol li, #content_home ol li {list-style:decimal;}

