body
{
	background-image:url(images/header.jpg);
	font-family: helvetica,sans-serif;
	font-size: 12px;
}
a, a:hover, a:visited a:active
{
	color: black;
	padding: 12px;
}
#container
{
	width: 900px;
	height: 500px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -250px;
	margin-left: -450px;
	border: 1px solid black;
	background: #edeef0;
	background-repeat: no-repeat;
	background-position: left center;
	background-image:url(images/Brian_Hughes.jpg);
}
#imgheader
{
	text-align:center;
	height: 48px;
	width: 570px;
	font-family:Georgia;
	font-size:30px
}
#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	width: 570px;
	top: 50px;

}
#navigation a, a:hover, a:visited a:active
{
	padding-right: 12px;
	padding-left: 12px;
}
#navigation a
{
	text-decoration: none;
}
#navigation a:hover, a:visited a:active
{
	text-decoration: underline;
}
#content
{
	width: 570px;
	top: 60px;
	height: 428px;
	overflow: auto;
}
h2
{
	margin:0px;
	color: #666;
	padding-left: 10px;
	padding-top: 5px;
	font-family:Georgia;
	font-size:23px;
}
p
{
	padding: 5px;
}