/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height:100%;
}
body {
	text-align: center;
	min-width: 994px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height:100%;
}
#container{
	height:100%;
	min-height:100%;
	width:994px;
	text-align:left;
	position:relative;
	margin-right: auto;
	margin-left: auto;
}
html>body #container {
	height:auto;
	} /*for mozilla as IE treats height as min-height anyway*/
#main {/* enables content first */
	height:100%;
	min-height:100%;
	float:left;
	width:100%;
}
#header {
	position: relative;
	height: 261px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#leftCol {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	padding-left: 19px;
}
#midCol {
	width:485px;
	float:left;
	position: relative;
	margin-left: 17px;
	margin-right: 10px;
}
#rightCol {
	position:relative;/*ie needs this to show float */
	width:274px;
	float: right;
	padding-right: 20px;
}
#clearfooter {
	width:100%;
	height:60px;
	clear:both;
	} /* to clear footer */
#footer {
	width:994px;
	clear:both;
	height:28px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	margin-bottom: 0px;
}

