/* commented backslash mac hiding hack \*/ 
* html #topmenu ul li a {height:1%}
/* end hack */ 

/* commented backslash hides from ie5mac \*/ 
html{height:100%;margin:0;padding:0} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
}

/* mac hide \*/
* html #outer{width:806px}
/* end hide*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/


/* mac hide \*/
* html #outer, * html #header {width:806px}
/* end hide*/

* html #footer{margin-bottom:-1px}/* ie rounding bug*/
/* mac hide \*/
* html #footer {/*only ie gets this style*/
	height:32px;/* for ie*/
}
/* end hide*/
div,p  {margin-top:0}/*clear top margin for mozilla*/

#clearfooter {width:100%;height:48px;clear:both} /* to clear footer */
html>body #minHeight{float:left;width:0px;height:100%;margin-bottom:-32px;} /*safari wrapper */

/* mac hide \*/
.ztr{height:1%}
/* end hide*/

