/* mac hide\*/
html, body {height:auto}
/* end hide */

body {
	padding:0;
	margin:0;
	min-width:0px;/* for mozilla*/
	background-color: #FFFFFF;
}
#outer{
	width:100%;
}
#innerwrap {
	margin-left:0px;
	margin-bottom:0px;
}
* html #innerwrap{margin-left:0px}/* ie 3 pixel jog*/ 
/*	BEGIN HEADER SECTION	*/
#header{
	position:absolute;
	top:0;
	left:0px;
	width:100%;
	height:0px;
	background:#FFFFFF;
	overflow:hidden;
	z-index:10;
}

/*	END HEADER SECTION	*/

/*	BEGIN CONTENT SECTION	*/
* html #centrecontent {height:1%;margin-bottom:0px}/* combat IE's 3 pixel jog */
#centercontent {
	height:1%;
	width:100%;
	padding-top:0px;
	background-color:#FFFFFF;
}
/*	#centercontent p {padding-left:3px} messes up ie win*/
/*	END CONTENT SECTION	*/

/*	BEGIN MENU SECTION	*/
#left {
	width:0px;
	display:none;
}

/*	END MENU SECTION	*/

#footer {
	display:none;
}
* html #footer {/*only ie gets this style*/
}
div,p  {margin-top:0}/*clear top margin for mozilla*/

#clearfooter {width:100%;height:0px;clear:both} /* to clear footer */
