.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	width:797px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding: 5;
	top: 0px;
}
.leftnav {
	background-color: #CCCCCC;
	width: 200px;
	float: left;
	position: relative;
	left: 0px;
	margin-left: 5px;
}
.leftnav a, a:visited {
	text-decoration:none;
	color:#0000FF;
}
.leftnav a:hover {
	text-decoration:underline;
	color:#FF0000;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 864px;
	padding: 0px;
	margin-top: 0px;
	top: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	border: thin none #FF0000;
	position: relative;
	background-position: 0px center;
}

.maincontent {
	width: 500px;
	position: relative;
	float: none;
	right: 0px;
	margin-left: 210px;
	padding: 20px 0px 0px;
	margin-bottom: 0px;
	top: 0px;
	bottom: 0px;
}
.footer {
	width: 740px;
	bottom: 0px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.headerimage {
	margin-right: auto;
	margin-left: auto;
	width: 660px;
	height: 73px;	
}
div {
	border: 1px none #FF0000;
}

h1#headerimage {
	padding-top: 73px;
	height: 0px;
	overflow: hidden;
	background-image:url(images/header2.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 660px;
}
