/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:832px;/* for mozilla*//* was 793 */
	background-image:url(../images/decoration/borders.gif);
	background-repeat:repeat-y;
	background-position:center top;
}

#outer{
	height:100%;
	min-height:100%;
	width:793px;
	border-left:0px;
	border-right:0px;
	text-align:left;
	margin:auto;
	position:relative;
}
#outerhome{
	height:100%;
	min-height:100%;
	width:793px;/* was 793 */
	border-left:0px;
	border-right:0px;
	text-align:left;
	margin:auto;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap1col {/* enables content first */
	float:left;
	width:793px;/* was 793 */
}
#innerwrap3col {/* enables content first 3 COLUMN SPECIFIC*/
	float:left;
	width:575px;
}
#header {
position:absolute;
top:0;
left:-0px;
width:793px;
height:292px;
border:0px;
overflow:hidden;
z-index:10;
}
#left { 
position:relative;/*ie needs this to show float */
width:165px;
float:left;
padding-top:292px;/*needed to make room for header*/
padding-bottom:20px;/* needed to make room for footer */
}
#right { 
position:relative;/*ie needs this to show float */
width:190px;
float:right;
padding-top:292px;/*needed to make room for header*/
padding-bottom:20px;/* needed to make room for footer */
}
#footer {
background-color: white;
width:793px;
clear:both;
height:20px;
border-top:0px;
border-bottom:0px;
left:0;
bottom:0;
position: absolute;
}
#footerhome {
width:793px;/* was 793 */
clear:both;
height:20px;
border-top:0px;
border-bottom:0px;
left:0;
bottom:0;
position: absolute;
}
* html #footer {/*only ie gets this style*/
\height:22px;/* for ie5 */
he\ight:20px;/* for ie6 */
}
div,p  {/*clear top margin for mozilla*/
margin-top:0
}

#centercontent {
/*background-color: white;*/
width:588px;
float:right;
padding-top:292px;/*needed to make room for header*/
padding-bottom:20px;/* needed to make room for footer */
}
/*
#centercontent3col {
background-color: white;
width:395px;
float:right;
padding-top:274px;/*needed to make room for header*/
/*padding-bottom:20px;/* needed to make room for footer */
/*}*/
#clearfooter {/* to clear footer */
width:100%;
height:20px;
clear:both
} 