a {	
	color: #380b00;	
	text-decoration: underline;
	font-weight: 700;
}

a:hover, a:active {
	color: #2b0901;	
	text-decoration: underline;
	font-weight: 700;
}
	
body {	
	color: #380b00;
	background-image:   url(Images/abl-tile.jpg); 
	background-color: #380b00;
}

.boxes{
	position: absolute;
	border: none;
	background-color: none;
}

#headbox{
	left: 200px;
	top: 5px;
	width: 625px;
	height: 50px;
}

#logobox{
	left: 15px;
	top: 10px;
	width: 175px;
	height: 100px;
}

#navbox{
	left: 15px;
	top: 125px;
	width: 175px;
	height: 250px;
}

#textbox{
	background-color: ffffe0;
	color: #380b00; 
	border: solid #380b00 5px;
	left: 200px;
	top: 149px;
	width: 750px;
	height: 600px;
}
#footbox{
	left: 15px;
	top: 850px;
	width: 175px;
	height: 100px;
}
