#headerBox {
	color: #FFFFFF;
	height: 120px;
	width: 100%;
}
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: #CD9B06;
	text-decoration: underline;
}
#contentBox a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #CD9B06;
}
#navBox {
	float: left;
	width: 26%;
	padding-top: 20px;
	margin-bottom: 20px;
	border-right: 1px dotted #CD9B06;
}
#footerBox {
	clear: both;
	background: #CD9B06;
	height: 120px;
	width: 100%;
	text-align: right;
}
ul {
	list-style-position: outside;
	margin: 0px;
	list-style-type: none;
}
li a {
	color: #333333;
	text-decoration: none;
	padding: 1px 3px;
}
li a:hover {
	color: #FFFFFF;
	background: #CD9B06;	
}
h1 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #CD9B06;
}
