html, body
{
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	margin: 0px;
	height: 100%;
}

#centerdiv {
	min-height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: url('images/mainbg.png') repeat-y center;
}

#header
{
	margin: 0px 40px 0px 40px;
	padding: 0px;
	background-image: url('images/headerbg.png');
	height: 122px;
	background-repeat: repeat-x
}

#header h1
{
	margin: 0px;
	font-weight: normal;
	text-align: center;
	background: top;
	display:block;
	padding-top:25px;
	font-size: 24pt;
}

#content 
{
	margin: 0px 40px 0px 40px;
	padding: 0px 30px 30px 30px;
}

#menu
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 525px;
}

#menu a
{
	width: 175px;
	float: left;
	display: block;
	text-decoration: none;
	padding: 0px;
	color: black;
}

a
{
	color: blue;
}

#footer
{
	text-align: center;
}

