@CHARSET "UTF-8";

html, body {
	margin: 0 auto;
	font: 11px Verdana, Helvetica, Arial, sans serif;
	background-color: #225;
}
#maincontainer {
	width: 810px;
	margin: 0 auto;
}
#header {
	background-color: #ddf;
	border-bottom: 1px solid #bbe;
}
#centercontainer {
	float: left;
	width: 480px;
	padding: 10px 3px;
	margin-left: 162px;
	background-color: #fff;
}
* html #centercontainer {
	display: inline;
}
#leftcontainer {
	float: left;
	width: 155px;
	padding: 10px 3px;
	margin-left: -648px;
	background-color: #eef;
	border-right: 1px solid #bbe;
}
#rightcontainer {
	float: left;
	width: 155px;
	padding: 10px 3px;
	background-color: #eef;
	border-left: 1px solid #aad;
}

#centercontainer, #leftcontainer, #rightcontainer {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
}

#wrapper {
	overflow: hidden; /* This hides the excess padding in non-IE browsers */
	padding-bottom: 10px;
}
/* easy clearing */
#wrapper:after {
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
/*\*/
#wrapper {
	display: block;
}
/* end easy clearing */
#footer {
	clear: both;
	text-align: center;
	background: #aaf;
	padding: 0.2em;
	border-top: 1px solid #88d;
}
/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > #notes, * > .output {
	position: relative;
	z-index: 1000;
	background: #aaf;
}
