body {
	padding: 0 000px 0 000px;
	margin: 0;
	text-align: center;
	background: gray;
}
		
#sizer {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 14%;
	max-width: 100px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: white;
	margin: 0 -300px 0 -300px;
	min-width: 600px; /* Critical Safari fix! */
	position: relative;
}

.container-left { display: none; }
.container-right { display: none; }
#menu_item_3 { display: none; }
#menu_item_4 { display: none; }
#body {margin-left: -300px; }


/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

