html, body { 
	background-color:#d5cfc1; margin:0; padding:0; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 	background-image:url(img/site_bg.jpg);
	background-repeat:repeat;
	background-position:center top;}

#wrapper {
	margin:0 auto;
	width:960px;
}

#container {
	display:block;
	width:960px;
	
}
#main_content{
		background-color:#f9f9f9;
		width:960px;
}
#content {
	padding:10px;
	display:block;
	border-left:5px solid #f9f9f9;
	border-right:5px solid #f9f9f9;
	background-color:#f9f9f9;
}

h4{
	background-color:#333;
	color:#fff;
	font-size:20px;
}
#left{
	float:left;
	width:280px;
	background:#f9f9f9;
	margin-top:20px;
}

#right{
	float:left;
	width:600px;
	margin-left:20px;
}
#bottom{
	padding-bottom:40px;
	border-left:5px solid #f9f9f9;
	border-right:5px solid #f9f9f9;
	background:#f9f9f9;
}
#nav { width:960px; height:42px; }

#box {
	width:300px;
	height:140px;
	margin:7px;
	float:left;
	display:block;
	border:1px solid #333;
}

.body_text {
	font-size: 14px;
	color:#30241c;
}
#heading_top{
	height:40px;
	margin-top:10px;
	border-top:5px solid #f9f9f9;
	border-left:5px solid #f9f9f9;
	border-right:5px solid #f9f9f9;
	background:#f9f9f9;
}
.page_heading {
	clear:both;
	font-family: 'Damion', tahoma, arial;
	margin-top:-15px;
	padding-left:30px;
	font-size: 30px;
	color: #FFF;
	font-stretch:extra-expanded;
	background-color:#8d725f;
}

.tableHead {
	background-color:#caf9f9f90;
	background-image:url(img/tablenav.png);
	background-repeat:repeat-x;
	color:#fff;
	padding:7px;
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #f9f9f9;
}

.tableContent {
	padding:5px;
	padding-top:20px;
	text-align:center;
	background:#a9a7a0;
}


/* - Email Campaign - */
.inputbg {
	background:url(img/join.png) no-repeat left;
	border:none;
}

/* - Footer Setup - */
#footer_section{
	background:#f9f9f9;
}
#footer {
	display:block;
	width:960px; height:70px;
	background:#f9f9f9;
}
.footer_text {
	font-size: 11px;
	color: #30241c;
	font-weight:bold;
	padding:12px;
}

a.footer_link:link, a.footer_link:visited {
	font-size: 12px;
	color: #30241c;
	font-weight:bold;
	text-decoration:none;
}
a.footer_link:hover {
	color: #961a1a;
	text-decoration:none;
}

/* - Link Styles - */
a.text_link:link, a.text_link:visited {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
a.text_link:hover {
	font-size: 12px;
	font-weight: bold;
	color: #961a1a;
	text-decoration: underline;
}

/* - Shadow Under Main Banners - */

.shadow {
	background:url(img/shadow.png) top left repeat-x; 
	width:960px; 
	height:15px;
}

/* - Gallery - */
.imgGallery {
 	width:210;
	height:160;
	border:2px solid #333;
	margin:1px;
	padding:1px;
}


/* - Contact Form Setup - */

.contact_text {
	color:#30241c;
	font-size:15px;
	padding:2px 0 5px 0;
}

.submit_button {
	padding:3px 15px; 
	color: #CCC; 
	font-weight: bold; 
	border: 1px solid #555; 
	background-color: #f9f9f9;
	margin:8px 0;
}

