a {	
	color: #db7315;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #a35510;	
	text-decoration: underline;
	font-weight: 720;
	font-style: italic;
}
	
body {	
	color: #000000;
	background-color: #edec92; 
	font-family: san-serif;
	font: Arial;
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#headbox{
	left: 10px;
	top: 5px;
	width: 800px;
	height: 50px;
}

#navbox{
	left: 10px;
	top: 270px;
	width: 260px;
	height: 250px;
}

#textbox{
	left: 289px;
	top: 266px;
	width: 550px;
	height: 600px;
}

#cntctbox{
	left: 170px;
	top: 170px;
	width: 600px;
	height: 600px;
}
