body{
	float:left;
	position:relative;
	background-color:white;
	color:black;
	font-size:15px;
	width:80%;
	left:10%;
	right:10%;
}
#header {
	background-image:url(header.png);
	background-color:white;
	background-repeat:no-repeat;
	height:123px;
	width:100%;
}
#header h1 {
	float:left;
	position:relative;
	top:45px;
	left:400px;
	color:#66CCFF;
}
#figurehead {
	float:left;
	background-color:white;
	margin:7px;
}
#catchbox {
	float:right;
	border:1px solid #999999;
	padding:3px;
	background-color:white;
}
.content {
	position:relative;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.content p {
	font-size:0.9em;
}
.content h3 {
	font-size:1em;
	border-bottom:1px solid #999999;
	width:20%;
}
.content ul {
	font-size:0.8em;
	padding-left:15px;
}
#footer {
	font-size:0.7em;
	border-top:1px solid #999999;
}