#topMenu {
	height: 20px;
	margin-top: 10px;
}
#header {
	height: 200px;
	width: 800px;
}
#logo {
	position: relative;
	top: 10px;
}
body {
	text-align: center;
	margin: 0px;
}
.menu {
	margin: 10px;
	clear: left;
	float: left;
	width: 150px;
}
#footer {
	clear: both;
	margin-top: 10px;
	margin-right: 25px;
}
#leftcol {
	width: 145px;
	float: left;
	text-align: center;
}
#rightcol {
	width: 145px;
	float: left;
	text-align: center;
}
#centercol {
	width: 500px;
	float: left;
	text-align: center;
}