* {
	margin: 0px;
	padding: 1px;
}
#wrapper {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	width: 920px;
	height: 1000px;
}
#wrapper #logo {
	height: 170px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica;
	font-size: xx-large;
	font-weight: bolder;
	width: auto;
}
#wrapper #bodyArea #left {
	width: 630px;
	background-color: #FFF;
	float: left;
	padding-top: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: Helvetica;
}
#wrapper #bodyArea #right {
	background-color: #FFF;
	width: 250px;
	float: right;
	font-family: Helvetica;
	font-size: 11px;
	color: #000;
}
#wrapper #footer  {
	height: 40px;
	clear: both;
	color: #FFF;
	background-color: #FFF;
}
#wrapper #bodyArea #middle {
}
#wrapper #bodyArea #right #floatads {
	left:50%;
	margin-left:200px;
	width:200px;
	position: absolute;
	top: 1300px;
}
p {
	font-size: 13px;
	padding-left: 10px;
	color: #000;
	text-align: left;
	font-family: Helvetica;
}
.text {
	font-family: Helvetica;
	font-size: 13px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica;
	color: #000;
}
.page {
	color: #F00;
	font-family: Helvetica;
	font-size: 18px;
	font-weight: bold;
}
.link {
	font-family: Helvetica;
	font-size: 13px;
	text-decoration: underline;
	color: #F00;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
