#everything {
	background-color: #FF0;
	width: 800px;
	font-family: "Courier New", Courier, monospace;
}
#everything {
	background-color: #FF3;
	width: 800px;
}
#Header {
	background-color: #6F6;
	height: 80px;
	width: 800px;
}
#menubar {
	background-color: #CCC;
	height: 25px;
	width: 800px;
}
#content1 {
	background-color: #96F;
	height: 545px;
	width: 200px;
}
#content2 {
	background-color: #9CF;
	height: 545px;
	width: 400px;
	float: right;
}
#content3 {
	background-color: #90F;
	height: 545px;
	width: 200px;
	float: right;
}
#body {
	background-color: #FCF;
	height: 545px;
	width: 800px;
}
#footer {
	background-color: #F60;
	height: 50px;
	width: 800px;
	float: none;
}


