body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	background-color: #000000;
	margin: 0px;
}
#header {
	height: 49px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}
#wrapper {
	background-color: #000000;
	background-image: url(/images/bg_main.jpg);
	background-repeat: no-repeat;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-image: url(/images/bg_content.jpg);
	background-repeat: no-repeat;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 550px;
	overflow: visible;
}
#mainnav {
	position: relative;
	width: 145px;
	float: left;
	left: 7px;
	top: 19px;
}
#pagecontent {
	float: left;
	width: 456px;
	height: 450px;
	position: relative;
	top: 17px;
	overflow: visible;
	left: 7px;
	
}
.headers {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #F2E8BA;
}
.imgspace {
	padding-right: 5px;
}
a:link {
	color: #EDE1BE;
	text-decoration: underline;
}
a:visited {
	color: #EDE1BE;
	text-decoration: underline;
}
a:hover {
	color: #EDE1BE;
	text-decoration: none;
}
a:active {
	color: #EDE1BE;
	text-decoration: underline;
}
