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

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

h2 {
	font-size: 15px;
	color: #2e5374;
	}
	
h3 {
	font-size: 12px;
	color: #2e5374;
	}
	
	
hr {
	color: #2e5374;
	}

/* LINKS */

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

.small {
	font-size: 10px;	
	}
		
.white {
	color: #fff;
	font-weight: bold;
	}

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