html, body {
	margin: 0px;
	padding: 0px;
	_margin-left: 1px; /* ie hack to compensate for pixel shift */
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../build/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#container {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../build/container.gif);
	background-repeat: repeat-y;
} 
 
#header {
	position: relative;
	height: 200px;
	width: 100%;
	background-image: url(../build/header.gif);
}

#leftcol {
	width: 150px;
	float: left;
	position: relative;
	padding-top: 20px;
	background-image: url(../build/round_left.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#twocols {
	width: 650px;
	float: right;
	position: relative;
}

#rightcol {
	width: 150px;
	float: right;
	position: relative;
	padding-top: 20px;
	background-image: url(../build/round_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#maincol {
	background-color: #FFFFFF;
	float: left;
	position: relative;
	width: 460px;
	padding: 20px;
	min-height: 400px; /* force height */
	_height: 400px; /* ie hack to force height */
}

#footer {
	width: 800px;
	height: 40px;
	clear: both;
	position: relative;
	text-align: center;
	padding-top: 5px;
	background-image: url(../build/footer.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #EBEBEB;
}