/* CSS Document */
* {margin:0;padding:0}
/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */
html
{
	position:relative;
	width:100%;
}
body {
	position:relative;
	width:808px;
	margin:0 auto;
}
#outer{
/*	margin-left:130px;*/
/*	margin-right:130px;*/
/*	background: #FFF;*/
/*
	border-left:1px solid #000;
	border-right:1px solid #000;
*/
	margin-bottom:-206px;
	min-height:100%
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:252px;
	height:184px; /* after 68px reduction to 170px */
	z-index:3;
}
#clearheader{/*needed to make room for header*/
	height:252px;
	height:184px; /* after 68px reduction to 170px */
}
#left {
	display:none;
	position:relative;/*ie needs this to show float */
	width:130px;
	float:left;
	margin-left:-129px;/*must be 1px less than width otherwise won't push footer down */
	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;
	color: #000;
}
#footer {
	width:100%;
	clear:both;
	height:206px;
	text-align:center;
	position:relative;
}
#clearfooter{ /*needed to make room for footer*/
    clear:both;
    height:208px;
}
* > html #clearfooter /* ie mac styles */
{
    float:left;
    width:100%;
}
#centrecontent {
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
}
html>body #minHeight /*safari wrapper - bottom margin also affects FF3 */
{
    float:right;
    width:0px;
    height:100%;
    margin-bottom:-208px;
}
