body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #cbb891;
	margin:10px 0px; 
	padding:0px;
	margin-top: 0px;
}

#container{
	width: 800px;
	margin: 0px auto;
	border-left: 7px solid #e6e6e6;
	border-right: 7px solid #e6e6e6;
	border-bottom: 7px solid #e6e6e6;
	background-color: white;

}

#header{
	height:30px;
	background-color: #a54218;
	border-bottom: 7px solid #e6e6e6;
}


#nav{
	border-bottom: 7px solid #e6e6e6;
	border-top: 7px solid #e6e6e6;
	clear:both;

}

#image {
  float:left;
  width:400px;
} 

#bodytext{
	float:right;
	width: 400px;
}
#bodytext p {
	margin-top: 0px;
	margin-left: 3px;
}

#bodytext a{
	color: black;
}

#bodytext a:hover{
	color:#146e77;
}


#footer {
	clear:both;
	text-aling: center;
}

	
a{
	color: black;
}

a:hover{
	color:#146e77;
}
