body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	background-color: #4c2600;
	background-image:url(img/site_bg.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
}

.body_text{
	color:#000;	
}

#top_banner {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
	/** border-top:5px solid #999;
	border-bottom:5px solid #666; **/
}

#container {
	width: 1000px;
	margin: 0 auto;
}


#main {
	width: 950px;
	border-top: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
	background-color:#ffffff;
	color:#000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.toolsADJ {
	background-image:url(img/headerbg.png);
	background-repeat:no-repeat;
	background-position:center top;
	width:100%;
	height:75px;
}

.imgGallery {
	margin:2px;
	padding:2px;
	border:1px dashed #fff;
	width:105px;
	height:90px;
}


h1, h2,h3, h4,p , a, div{
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 20px;
	margin-bottom: 15px;
}
h4 {
	font-size: 16px;
}

.page_heading {
	font-family: 'Oxygen', sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:30px;
	text-align:left;
	padding:5px;
	border-bottom:1px dashed #fff;
	
	}

img {
	vertical-align: bottom;
}



/*#nav {
	text-align: center;
}
#nav a, #nav a:visited {
	display: block;
	width: auto;
	background-color: #174c00;
	float: left;
	padding: 10px 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
}
#nav a:hover {
	background-color: #000;
}*/
#header {
	text-align: center;
	margin: 10px 0 20px 0;
	 

}
#content {
	text-align: left;
	font-size: 14px;
	font-family: Arial;
	padding-bottom:10px;
	
}


#footer {
	background-image:url(img/footerbg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#FFF;
	
	height:120px;
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family:  Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
		 
}


#footer a, #footer a:visited {
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	margin: 0 5px;
	color: #FFF;
	text-shadow:#000000;
}

#footer a:hover {
	text-decoration: none;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	margin: 0 5px;
	color: #FC0;
	text-shadow:#000000;
}

.clear {
	clear: both;
	line-height: 0;
	margin: 0;
	padding: 0;
}

.bottom_text {
	
	font-family:Arial;
	color:#fff;
	font-size:10px;
}

a.text_link:link, a.text_link:visited {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.text_link:hover {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

/** ------- CONTACT PAGE ---------- **/

input.box { background-color:#fff; border:1px solid #000; color:#000;}

.contact_form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:4px;
}


.contact_form_error{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F00;
}

.contentLeft {
	width:600px; 
	float:left; 
	margin-top:-60px;
}

.contentDivider {
    float: left;
    height: 250px;
    margin-top: -50px;
	background:url(images/divider.png) top center no-repeat;
    width: 13px;
}

.contentRight {
    float: left;
    height: 185px;
    padding: 0 15px;
	margin-top:20px;
}
/** ------- FOOTER  ---------- **/
