body {
	background-color: #6b7e85;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}

body a:link {
		color:#e7eeba;
}

body a:visited {
		color: #e7eeba;
}

body a:hover {
		color: #be7957;
}


.container {
	width: 750px;
	height:250px;
	overflow:visible;
	text-align:left;
		
}


.wood {
	position:absolute;
	width: 100%;
	background-image:url(images/wood.jpg);
	height:310px;
	top: 160px;	
	left: 0px;	
}

.header {
	position:relative;
	top: 0px;
	left: 78px;
	width: 617px;
	display: block;
	}
	
	
	
.subheader {
	color: #93af27;
	font-weight:bold;}

.content {
	position:relative;
	width: 665px;
	left: 79px;
	top:65px;
	text-align:left;
	line-height: 125%;
	}

	
.text td{
padding-right: 20px;
}

.contact {
	width:210px;
	margin-right:0px;
	font-size: 18px;
	font-weight:bold;
	line-height:125%;
	}
.contact p {
	padding-top:10px;
	color: #e7eeba;
	}
	
	
.image {
	position:relative;
	left:0px;
	top:38px;
	width: 350px;
	text-align:left;

		}

	

hr {
	height:1px;
	border-top: 1px #e7eeba;
	border-top-style: solid;
	width: 464px;
	text-align:center;
}

h1 {
	font-size: 24px;
	border-bottom: 1px solid #ffffff;
	font-weight:normal;
	display:block;
	margin-right:20px;
	padding-bottom: 15px;
	line-height: 100%;
	}

