/* CSS Document */

/*header*/
#headerbox{
	width: 724px;
	background: #003300;
	text-align: center;
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*navigation*/
#navbox{
	width: 724px;
	background: #336633;
	margin: auto;
	text-align: center;
}
/*body*/
#contentbox{
	width: 684px;
	text-align: left;
	margin: auto;
	padding: 10px 20px;
}
/*footer*/
#footerbox{
	width: 760px;
	text-align: center;
	font-weight: bolder;
	color: #003366;
	margin: auto;
}