html{
	margin:0px; 
	padding:0px;
	height: 100%;	
	text-align:left;
}
body{
	color:#ffffff;
	background: #f1f0e4 url("spacer.gif") fixed;
	margin: 0px auto;
	text-align:left;
	width: 969px;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a{
	color: #000000;
}
a img{
	border: 0px;
}
#leftcol{
	margin: 150px 0px 0px 0px;
	position: fixed;
	padding: 0px;
	width: 323px;
	height: 329px;
	border-top: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
}
#rightcol{
	margin: 150px 0px 0px 646px;
	padding: 0px;
	width: 323px;
	height: 329px;
	position: fixed;
	border-top: 1px solid #e4e4e4;
}
#middlecol{
	margin: 150px 0px 0px 0px;
	padding: 0px;
	width: 323px;
	height: auto;
	position: relative;
	float:right;
	left:-323px;
	border-top: 1px solid #e4e4e4;
}
#middlecol #spacer{
	margin: 0px;
	padding: 0px;
	background-color: inherit;
}