/* 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;
	margin:auto;
	position:relative;
}
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: 264px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#leftCol {
	position:relative;/*ie needs this to show float */
	width:188px;
	min-height:200px;
	float:left;
	padding-left: 14px;
}
#rightCol {
	position:relative;/*ie needs this to show float */
	width:216px;
	min-height:200px;
	float:right;
	margin-left: 1px;
	padding-right: 13px;
}
#midCol {
	width:562px;
	float:right;
	padding-top: 0px;
}
/* IE6 Only */
* html #midCol {
	width:556px;
	float:right;
	padding-top: 0px;
}

#clearfooter {
	width:100%;
	height:115px;
	clear:both;
	} /* to clear footer */
#footer {
	width:994px;
	clear:both;
	height:87px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	padding-top: 13px;
}
