#body {
	background-color: #CCCCCC;
	width: 1000px;
	height: 1200px;
	position: absolute;
	text-decoration: none;
	color: #CCCCCC;
	margin: auto;
	left: 150px;
	top: -22px;
}
#container {
	background-color: #FFFFFF;
	height: 700px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}

#sidecontainer {
	background-color: #FFFFFF;
	float: left;
	height: 700px;
	width: 235px;
	padding-left: 15px;
}
#footer {
	background-color: #FFFFFF;
	height: 50px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
}

#maincontainer {
	background-color: #FFFFFF;
	float: right;
	height: 700px;
	width: 470px;
	padding-left: 30px;
}
#header {
	height: 150px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
	width: 750px;
}
#navigation {
	height: 100px;
	width: 750px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	clip: rect(auto,auto,auto,auto);
}
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
	color: #666666;
}

