body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	background-color: #F8F8F8;
}
a {
	color: #444444;
}
a:visited {
	color: #444444;
}
a:hover {
	color: #999999;
}
a:active {
	color: #F8F8F8;
}
.logo {
	position: relative;
	text-align: center;
	margin: auto;
	width: 307px;
}
.content {
	background-color: #DFDFDF;
	margin: auto;
	width: 750px;
	position: relative;
	height: auto;
	padding: 10px;
}
.pagenav {
	position: absolute;
	background-color: #DFDFDF;
	width: 35px;
	height: auto;
	left: -44px;
	top: 0px;
	padding: 5px;
	text-align: right;
}
.relnav {
	position: relative;
	background-color: #DFDFDF;
	width: 150px;
	height: auto;
	padding: 5px;
	text-align: center;
	margin: auto;
	left: 305px;
}
#floatl {
	float: left;
	border: 0;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
#floatr {
	float: right;
	border: 0;
	padding: 10px;
	text-align: center;
	font-size: 10px;
}
#title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
}
.contain-left {
	float: left;
	width: 365px;
}
.contain-right {
	float: right;
	width: 365px;
}
#article {
	background-color: #EBEBEB;
	height: auto;
	width: 355px;
	padding: 5px;
	margin-bottom: 10px;
}
.footer {
	margin: auto;
	text-align: center;
	font-size: 10px;
}