#banner {
	background-color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
body {
	margin: 0px;
}
#banner h1 {
	margin-top: 20px;
	margin-left: 20px;
}
#main {
}
#main {
}
#leftcol {
	float: left;
	width: 35%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#rightcol {
	margin: 5px;
	width: 60%;
}
#rightcol {
	margin: 5px;
	float: right;
	width: 60%;
}
.clearfloat {
	clear: both;
}
