body
{
	background: #FCFBF7;
	font-family: helvetica,sans-serif;
	font-size: 12px;
}

#container
{
	width: 900px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -350px;
	margin-left: -450px;
	border: 1px solid black;
}
#imgheader
{
	background-image:url(images/textheader.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 85px;
	width: 400px;
}
#navigation
{
	height: 20px;
	text-align: center;
	padding-top: 4px;
	width: 840px;
	top: 50px;

}

#content
{
	width: 100%;
	top: 60px;
	height: 100%;
	overflow: auto;
}
h2
{
	margin:0px;
	background-color: #996633;
	color: white;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
p
{
	padding: 10px;
}