body {
	background: url(images/bg.jpg) top repeat-x #b8ac59;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {	
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000; 
	}
	
h1 {
	font-size: 18px;
	color: #8e8152;	
	}

h2 {
	font-size: 15px;
	color: #8e8152;
	}
	
h3 {
	font-size: 12px;
	color: #8e8152;
	}
	
	
hr {
	color: #8e8152;
	}

/* LINKS */

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #594500;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #594500;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #7b702a; 
	}
			
		
/* RANDOM CLASSES AND DIVS */

.small {
	font-size: 10px;	
	color: #594500;
	}
		
.big {
	font-size: 15px;
	color: #594500;
	font-weight: bold;
	}

.white {
	color: #fff;
	font-weight: bold;
	}

.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}
	
.hmBG {
	background: url(images/content_back.jpg) bottom no-repeat;
	}
	
.mainBG {
	background: url(images/mainbg.jpg) top center no-repeat #fff;	
	}
	
.contactButton {
	background-color: #8F854D;
	color: #fff;
	font-weight: bold;
	padding: 2px;
	}
	
.contactInput {
	border: 1px solid #8F854D;
	}
	
#hmText {
	width: 475px;
	padding-left: 27px;
	padding-top: 40px;
	}
	
#mainText {
	width: 845px;
	padding-top: 40px;
	padding-left: 27px;
	padding-right: 28px;
	}