#headerBox {
	color: #FFFFFF;
	background: #CC1720 url(../pics/bg_header.jpg) no-repeat right top;
	height: 110px;
	width: 100%;
	padding-top: 20px;
}
body {
	font-size: 101%;
	margin: 0px;
}
#contentBox {
	float: right;
	width: 68%;
	padding-top: 20px;
	padding-right: 2%;
	font: 0.9em Georgia, "Times New Roman", Times, serif;
}
#contentBox a {
	color: #CC0000;
	text-decoration: underline;
}
#contentBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CC0000;
}
#navBox {
	float: left;
	width: 26%;
	padding-top: 20px;
	padding-left: 4%;
	margin-bottom: 20px;
}
#footerBox {
	clear: both;
	background: #CC0000;
	height: 80px;
	width: 100%;
}
ul {
	list-style-position: outside;
	margin: 0px;
	list-style-type: none;
}
li a {
	color: #666666;
	text-decoration: none;
}
li a:hover {
	color: #FFFFFF;
	background: #CC0000;	
}
h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}

