/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:763px;/* for mozilla*/
}
#outer{
	height:100%;
	min-height:100%;
	width:763px;
	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*/
#innerwrap {/* enables content first */
	float:left;
	width:763px;
}
#innerwraphome {/* enables content first HOME PAGE SPECIFIC*/
	float:left;
	width:593px;
}
#header{
background-color: white;
position:absolute;
top:0;
left:-0px;
width:763px;
height:223px;
border:0px;
overflow:hidden;
z-index:100;
}
#left { 
background-color: white;
position:relative;/*ie needs this to show float */
width:190px;
float:left;
padding-top:223px;/*needed to make room for header*/
padding-bottom:20px;/* needed to make room for footer */
}
#right { /*HOME PAGE SPECIFIC*/
background-color: white;
position:relative;/*ie needs this to show float */
width:170px;
float:right;
padding-top:223px;/*needed to make room for header*/
padding-bottom:20px;/* needed to make room for footer */
}
#footer {
background-color: white;
width:763px;
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
}
#centrecontent {
background-color: white;
width:573px;
float:right;
padding-top:223px;/*needed to make room for header*/
padding-bottom:20px;/* needed to make room for footer */
}
#centrecontenthome {/*HOME PAGE SPECIFIC*/
background-color: white;
width:403px;
float:right;
padding-top:223px;/*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
} 