#banner {
	background-color: #000;
	text-align: center;
}
body {
	margin: 0px;
	background-color: #000;
}
#main {
	background-color: #eaeaea;
	height: 2500px;
	text-align: center;
}
#leftcol {
	background-color: #eaeaea;
	float: left;
	width: 40%;
	margin-top: 5px;
	margin-left: 10%;
	height: 2400px;
}

#footer {
	font-family: "Poor Richard";
	clear: both;
	float: none;
	text-align: center;
	color: #FFF;
}
#footer {
	background-color: #000;
	clear: both;
	float: none;
}

.clearfloat {
	clear: both;
}

#rightcol {
	background-color: #eaeaea;
	float: right;
	width: 40%;
	margin-top: 5px;
	margin-right: 10%;
	height: 2400px;
}
#all {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

