/* CSS Document */
* {margin:0;padding:0}
/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */
html
{
	position:relative;
	width:100%;
}
body {
	position:relative;
}
#outer{
	width:853px;
	margin:0 auto;
	margin-bottom:-54px;
	min-height:100%;
}
#header{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-426px;
	width:853px;
	height:71px;
	z-index:3;
}
#clearheader{/*needed to make room for header*/
	height:71px;
}
#left {
/*	display:none;*/
	position:relative;/*ie needs this to show float */
	width:264px;
	float:right;
	margin-left:-267px;/*must be 1px less than width otherwise won't push footer down */
	margin-left:0px;
	z-index:100;
/*	left:-1px;*/
}
/*
#left p,
#right p {
    padding:3px
}
*/
#right {
	display:none;
	position:relative;/*ie needs this to show float */
	width:130px;
	float:right;
	margin-right:-129px;/*must be 1px less than width otherwise won't push footer down */
	left:1px;
}
#footer {
	width:100%;
	clear:both;
	height:54px;
	text-align:center;
	position:relative;
}
#clearfooter{ /*needed to make room for footer*/
    clear:both;
    height:56px;
}
* > html #clearfooter /* ie mac styles */
{
    float:left;
    width:100%;
}
#centrecontent {
	width:585px;
	float:right;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
    margin:0; /* don't think we need moz fix for this layout */
}
html>body #minHeight /*safari wrapper - bottom margin also affects FF3 */
{
    float:right;
    width:0px;
    height:100%;
    margin-bottom:-56px;
}
