#headwrapper {
	background-color: #33FFFF;
	background-position: center center;
	width: auto;
	height: 100px;
	top: 0px;
	clip: rect(0px,auto,auto,auto);
}
#logotype {
	background-color: #00FF99;
	float: right;
}
#logo {
	float: left;
	width: 138px;
	background-color: #741213;
	text-decoration: none;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
#leftcolumn {
	float: left;
	width: 200px;
	background-color: #99CC66;
}
#rightwrapper {
	background-color: #CC6699;
	float: right;
	width: 650px;
}
#bodywrapper {
	background-color: #FFFF99;
	height: 600px;
	width: 850px;
}
