#headercontainer {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 870px;
}
#mainbodycontainer {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 670px;
	margin-right: 10px;
}
#rightcolumncontainer {
	background-color: #FFFFFF;
	float: right;
	height: auto;
	width: 190px;
}
#footercontainer {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 970px;
	clear: left;
	padding-top: 10px;
}
#levelonecontainer {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 870px;
	padding-top: 15px;
	padding-right: 50px;
	padding-left: 50px;
}
#leveltwocontainer {
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 970px;
}
#leftclearborder {
	float: left;
	height: auto;
	width: 50px;
	padding-top: 50px;
}
#rightclearborder {
	float: right;
	height: 200px;
	width: 50px;
}
#levelthreecontainer {
	float: left;
	height: auto;
	width: 1070px;
}
#all {
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
a.startsred:link {
	text-decoration: none;
	color: #FF0000;
}
a.startsred:hover {
	text-decoration: underline;
	color: #FF0000;
}
