body {
	background-color: #000;
	background-image:url(img/site_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.inner_bg_color {
	background-color:#920905;
}

.body_text {
	font-family: tahoma;
	font-size: 12px;
	color: #FFF;
	margin:12px;
	text-align:left;
}



.footer_text {
	font-family: tahoma;
	font-size: 11px;
	color: #664A22;
	padding:12px;
}


.nav_subtext {
	font-family: tahoma;
	font-size: 11px;
	color: #664A22;
}


.page_heading {
	font-family: tahoma;
	font-size: 28px;
	color: #FFF;
	padding-left:12px;
	padding-top:12px;
	text-align:left;
	padding-bottom: 5px;
	}


.page_sub-heading {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #664A22;
	text-align:left;

	}


/** ------- CONTACT PAGE ---------- **/


h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align:left;
}

.contact_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin:4px;
	text-align:left;
}


.contact_form_error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
	text-align:left;
}


.submit_button {
	color: #FFFFCC; 
	font-weight: bold; 
	border: 1px solid #FFFFCC; 
	background-color: #333333
	}



/** Links Begin **/


a.nav_link:link, a.nav_link:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #8E0803;
	text-decoration:none;
}
a.nav_link:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #503112;
	text-decoration: none;
}






a.footer_link:link, a.footer_link:visited {
	font-family: tahoma;
	font-size: 11px;
	color: #664A22;
	text-decoration:none;
}
a.footer_link:hover {
	font-family: tahoma;
	font-size: 11px;
	color: #666;
	text-decoration:underline;
}






a.text_link:link, a.text_link:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.text_link:hover {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
}

/** Links End **/
