.header {
	float: none;
	height: 361px;
	width: 800px;
	position: absolute;
	left: 150px;
	top: 1px;
	right: auto;
	bottom: auto;
	border: thin groove #000000;
}
.sidebarleft {
	background-color: #85d3ea;
	background-position: left;
	width: 195px;
	top: 367px;
	position: absolute;
	left: 150px;
	border: thin groove #000000;
}
.sidebarright {
	background-color: #85d3ea;
	background-position: left;
	width: 195px;
	top: 367px;
	position: absolute;
	left: 754px;
	border: thin groove #000000;
}
.main {
	background-color: #85d3ea;
	background-position: left;
	width: 390px;
	top: 367px;
	position: absolute;
	left: 350px;
	border: thin groove #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}