@charset "UTF-8";
#wrapper {
	width: 1010px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: both;
	height: auto;
}
#topbanner {
	vertical-align: top;
	width: 810px;
	margin-bottom: 15px;
}
#sidebar {
	float: left;
	height: 300px;
	width: 200px;
}
#contentbox {
	clear: right;
	float: none;
	width: 810px;
	height: 550px;
	overflow: scroll;
	padding-bottom: 10px;
}
#copyright {
	height: 72px;
	width: 810px;
	clear: both;
	margin-top: 5px;
	padding-top: 0px;
}
a {
	text-decoration: none;
}
