#container1 {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/Top_Left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 700px;
}
#toppanel {
	width: 100%;
}
#sidebar1 {
	float: left;
	width: 142px;
}
#sidebar2 {
	width: 146px;
	float: right;
}
#maincontent {
	padding-right: 10px;
	padding-left: 30px;
	width: 550px;
	float: left;
	margin-top: 15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}#footer {
	background-color: #FFFFFF;
	width: 100%;
}
.whitetype {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}
a.whitetype:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitetype:hover {
	color: #CC6600;
	text-decoration: none;
}
a.whitetype:visited {
	color: #FFFFFF;
	text-decoration: none;
}
