body {
	background-color:#000000;
	text-align:center;
	color:#ffffff;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	margin:0px;
}
#wrapper {
	width:740px;
	margin:40px auto 10px auto;
	text-align:left;
}
#headerimage {
	float:left;
	width:400px;
	height:69px;
	background-image:url(images/banner0.png);
	margin-bottom:20px;
}
#headertext {
	float:right;
	width:205px;
	height:69px;
	margin-bottom:20px;
}
#content {
	clear:both;
	border-top:3px solid #ffd700;
	padding-top:10px;
	padding-bottom:10px;
}
#footer {
	clear:both;
	border-top:3px solid #ffd700;
	text-align:center;
	padding-top:16px;
	font-size:24px;
}
a {
	color:#ffd700;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-top:1em;
	margin-bottom:1em;
	line-height:21px;
}
.itemtitle {
	font-size:24px;
}
.listitem {
	margin-left:40px;
	margin-right:40px;
}