/*-----------------------------------------
 Jello Mold styles for min 850, max 3500
-----------------------------------------*/
body {
/*   background: gray; */
   color: black;
   margin: 0;
   padding: 0 435px 0 435px;
   text-align: center;
}

#sizer {
   margin: 0 auto 0 auto;
   max-width: 2700px; 
   padding: 0;
   width: 100%;
}

* html #sizer { /* set minimum width for IE */
	width:expression(document.body.clientWidth > 1600 ? "700px" : "100%" );
}
 
#expander {
/*   background-color: white;*/
   margin: 0 -435px 0 -435px;
   min-width: 870px; /* Critical Safari fix! */
   position: relative;
}

 
/* Holly hack for IE \*/
* html #wrapper { height: 0; }
* html #expander { height: 0; }
* html #sizer { height: 0; }

/* */
 

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 
 
.clearfix {display: inline-table;}