a {	
	color: #EECA90;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #B58B46;	
	text-decoration: underline;
	font-weight: 700;
}
	
body {	
	color: #204125;
	background-color: #EECA90; 
	font-weight: 700;
	font-family: san-serif;
	font: Arial;
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#headbox{
	top: 0px;
}

#navbox{
	top: 2px;
}

#textbox{
	width: 655px;
	height: 600px;
}

#formbox{
	left: 182px;
	top: 358px;
	width: 575px;
	height: 600px;
}
