/* SITE-INDEPENDENT SETTINGS */

* { margin:0; padding:0; }
p { margin-bottom:1em; }
/* Mac hide\*/
html, body { height:100%; }
/* End Mac hide */

body { padding:0; 
	margin:0;	
	text-align:center; }
#outer{	height:100%; 
	min-height:100%;
	text-align:left; 
	margin:auto; 
	position:relative; }
html>body #outer{height:auto;} /* For Mozilla as iE treats height as min-height anyway */
#innerwrap { float:left; } /* Enables content to download first */

#header{ position:absolute; 
	top:0; left:-1px;
	overflow:hidden; z-index:100; }
#menu{ position:absolute; 
	overflow:hidden; z-index:100; }
#left { float:left; position:relative; } /*iE needs this to show float */
#content { float:right; }
#content p {padding-left:3px}
#right { float:right; position:relative; } /*iE needs this to show float */

#clearfooter { width:100%; clear:both; } /* To clear footer */
#footer { clear:both; 
	text-align:center; 
	left:0; bottom:0;
	position: absolute; }


div,p  {margin-top:0} /* Clear top margin for Mozilla */
