/* CSS Document */

div#headerbox{
	border: 1px solid #000033;
	margin: auto;
	width: 750px;
}
div#navbox{
	background-color: #000033;
	background-image: url(../images/home-bar-bg_26.gif);
	background-repeat: repeat;
	margin: auto;
	width: 750px;
	border: 1px solid #000033;
	text-align: center;
}
div#contentbox{
	background-color: #FFFFFF;
	background-image: url(../images/home-content-bg_23.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: auto;
	padding: 10px;
	width: 730px;
	border: 1px solid #000033;
}
div#footerbox{
	background-color: #000066;
	background-image: url(../images/home-bar-bg_26.gif);
	background-repeat: repeat;
	margin: auto;
	padding: 2px 10px;
	width: 730px;
	border: 1px solid #000033;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}