html, body { 
	background-color:#FFF;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	}

h3 {
	font-size:18px;
	color:#333;
	font-weight:bold;
}


#container {
	display:block;
	width:960px;
	margin:0 auto;
	}

#content {
	padding:10px 20px 10px 0;
	display:block;

}

#navContainer {
	height: 30px;
    margin: 15px auto 5px;
	border-top:1px solid #27292d;
	border-bottom:5px solid #A80000;
	
background: rgb(48,51,56); /* Old browsers */
background: -moz-linear-gradient(top, rgba(48,51,56,1) 0%, rgba(75,78,88,1) 73%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(48,51,56,1)), color-stop(73%,rgba(75,78,88,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(48,51,56,1) 0%,rgba(75,78,88,1) 73%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(48,51,56,1) 0%,rgba(75,78,88,1) 73%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(48,51,56,1) 0%,rgba(75,78,88,1) 73%); /* IE10+ */
background: linear-gradient(top, rgba(48,51,56,1) 0%,rgba(75,78,88,1) 73%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#303338', endColorstr='#4b4e58',GradientType=0 ); /* IE6-9 */}

#nav {
	width:100%;
	background:url(img/top_bg.jpg) top center no-repeat #fff;
}

.body_text {
	font-size: 11px;
	color: #333;
}

.left {
	float:left;
	width:675px;
}

.page_heading {
	clear:both;
	height:40px;
	font-family: impact;
	padding-left:20px;
	font-size: 30px;
	color: #2b1e11;
	font-stretch:extra-expanded
}

.side {
	 width:235px;
	 height:100%;
	 float:left;
	 padding-left:20px;
	 margin-left:10px;
	 background:url(img/right_bg.png) top left no-repeat;
}

/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}
/* - Bottom Setup - */
#box {
	width:215px;
	height:75px;
	margin:0;
	padding:0 10px;
	float:left;
	display:block;
	border-right:1px solid #999;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#222;
}


#box_wrapper{
	margin:0 auto;
	width:960px;
}
#bottom{
	padding-top:20px;
	padding-bottom:40px;
	border-top:1px solid #caccd3;
	background:url(img/bg_bottom.png) repeat-x #dcdcdc;
}

.box_heading {
	font-size:16px;
	font-weight:bold;
	color:#333;
}

/* - Footer Setup - */

.footer_shadow{
	width:100%;
	height:15px;
	background:url(img/shadow.png) top center repeat-x;
	position:relative;
	margin-top:-19px;
}

#footer {
	display:block;
	height:75px;
	background-color:#333;
	padding-top:20px;
}

.footer_text {
	font-size: 11px;
	color: #ddd;
	font-weight:bold;
	padding:10px;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 10px;
	color: #ddd;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover {
	color: #fff;
	text-decoration:none;
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #150c08;
	text-decoration: none;
}
a.text_link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

/* - Shadow Under Main Banners - */

.shadow {
	background:url(img/featured-bottom-shadow2.png) top center no-repeat;
	position:relative;
	top:-80px;
	left:5px;
	margin:0 auto;
	width:1070px; 
	height:80px;
	z-index:1;
}

/* - Gallery - */
.imgGallery {
	border:2px solid #900;
	margin:1px;
	padding:1px;
	width:103px;
	height:80px;
}

/* - Contact Form Setup - */

.contact_text {
	color:#333;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #333; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #f9f9f9;
	margin:8px 0;
}

