.background {
	background-color:#e8e2c9;
}

.main{
	position:relative;
	left:15%;
	width:870px;
}
.logo{
	position:relative;
	background:black;
}
.menu{
	position:relative;
	float:left;
	z-index:2;
}
.body{
	position:relative;
	left:15%;
	width:870px;
	border:#cab966 solid 1px;
}
.banner{
	position:relative;
	top:20px;
}
.text{
	background:white;
	height:250px;
}
.textblock{
	position:relative;
	left:20px;
	top:70px;
	font: 16px "Calibri" ;
	color:#baa852;
	width:850px;
	
}
a{
	cursor:hand;
	color:white;
	text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.headingblock{
	top:50px;
	position:relative;;
	left:20px;
	font:20px Calibri;
	color:#baa852;
	width:850px;
}
.footer{
	 background:#cab966;
	 width:870px;
	 height:25px;
}
.footertextleft{
	color:white;
	float:left;
	position:relative;
	left:20px;
	top:3px;
}
.footertextright{
	color:white;
	float:right;
	position:relative;
	right:15px;
	top:3px;
}
.textleft{
	position:relative;
	width:67%;
	float:left;
}
.textright{
	top:20px;
	width:232px;
	height:92%;
	float:right;
	position:relative;
	background:#b8ab80;
}

