#wrapper {
	height: auto;
	width: 800px;
	border: medium solid #FFFFFF;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #333333;
}
#wrapper #logoheader p {
	border: thin double #333333;
	background-color: #CCCCCC;
}
#wrapper #newsheader {
	border: medium none #ECE9D8;
	text-align: center;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	display: block;
}
#wrapper #rightcontent {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	float: right;
	width: 400px;
	height: 400px;
	clear: none;
	padding-top: 20px;
}
#wrapper #rightcontent #buildingphoto img {
	width: auto;
	padding-top: 10px;
	height: auto;
}


#wrapper #leftcontent {
	clear: none;
	float: left;
	height: 400px;
	width: 400px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 0px;
}
#wrapper #leftcontent #signupform {
	padding-top: 10px;
}

#wrapper #bottomcontent {
	clear: both;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
}
* {
	margin: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
