#body {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(wesleyreallogobig2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#header {
	height: 50px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}
#left_column {
	height: 450px;
	width: 280px;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 30px;
	line-height: 1.5;
	font-weight: bold;
}
#right_column {
	height: 450px;
	width: 280px;
	float: right;
	clear: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 40px;
	line-height: 1.5;
	font-weight: bold;
}
#body_bottom {
	height: auto;
	width: 700px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 10px;
	line-height: 1.5;
	font-weight: bold;
}

