a {	
	color: #380b00;	
	text-decoration: none;
	font-weight: 700;
}

a:hover, a:active {
	color: #2b0901;	
	text-decoration: none;
	font-weight: 750;
	font-style: italic;
}
	
body {	
	color: #380b00;
	background-color: #380b00;
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#headbox{
	left: 200px;
	top: 5px;
	width: 625px;
	height: 35px;
}

#logobox{
	left: 15px;
	top: 10px;
	width: 175px;
	height: 100px;
}

#navbox{
	left: 15px;
	top: 10px;
	width: 175px;
	height: 732px;
}

#textbox{ 
	border: solid #380b00 5px;
	left: 200px;
	top: 135px;
	width: 750px;
	height: 600px;
}
#footbox{
	left: 15px;
	top: 850px;
	width: 175px;
	height: 100px;
}

