* {
	margin: 0px;
	padding: 0px;
}
BODY {
	background-color: black;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
}
DIV.header {
	color: #a86c29;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px white;
	font-size: 24px;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
}
#nav IMG {
	display: inline;
}
#content {
	background-color: black;
	color: white;
}
#footer { 
	background-color: #a86c29; 
	background-url: url('images/footer.jpg'); 
	height: 55px;
}