/* CSS Document */
/* Eliminates all white space in the microsite layout */
#header {
	padding-bottom:0px;
	}
#center  {
	padding:0;
}
#center h1 {
	display:none;
}

#container {
	padding-top:0px;
}

/* Various adjustments for IE6 */
* html #center { margin-right: -190px; padding: 0 0 20px 0px; }
* html #container { padding-right: 20px; }
* html #left { right: 212px; }