* {
	padding: 0;
	margin: 0;
}

body, html {
	color: #7B797B;
	line-height: 120%;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	background-color: #8cbfa6;
	text-align: left;
    background: #8cbfa6 url(bg.jpg);
	background-position: center bottom;
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p {
	color: #676767;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
}

h1 {
    font-size: 16px;
	font-weight: normal;
	color: #788728;
	
}


a:link, a:active, a:visited {
	text-decoration: none;
	color: #788728;
   
}
a:hover {
	color: #676767;
}


.greentext {
    font-size: 14px;
	font-weight: normal;
	color: #788728;
	
}

.sleepstext {
	border-bottom: 1px solid #a1a1a1;
	border-top: 1px solid #a1a1a1;
	margin-top:10px;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 385px;
}

#topnav {
	float: left;
	background: #fff url(topnav.gif) left top repeat;
	width: 790px;
	height: 31px;
	margin-bottom: 10px;
}

.topimage {
	margin-bottom: 10px;
}

.bottomimage {
	border: 2px solid #4a7a13;
	margin-right: 10px;
	
}

.rightimage {
	float: right;
	
}

.rightimagethumbs {
	float: right;
	
}


.centremain {
   	width: 768px;
	float: left;
	background-color: #ffffff;
	padding: 10px 10px 30px 10px;
	border: 1px solid #a1a1a1;
	margin-bottom: 20px;
	
		
}

.centremainright {
	width: 360px;
	float: right;
	background-color: #ffffff;
	margin-left: 20px;
	margin-bottom: 20px;
	
}

.centremaincontact {
	width: 500px;
	float: right;
	background-color: #ffffff;
	margin-left: 20px;
	margin-bottom: 20px;


		
}

#wrapper { 
	width: 790px;
	margin: 0 auto 20px auto;
	} 



.centremainbottom {
	width: 360px;
	float: right;
		}

#footer {
	clear: both;
	text-align: center;
	width: 790px;		
}
#footer p {
	text-align: center;
	font-weight: bold;
	color: ##919191;
	font-weight:normal;
	
}	
	
.hr {
	width: 25%;
	color: #919191;
		}
