body {
	text-align: center; /* to fix alignment problem for IE6 (step 1) */
}

#Main {
	text-align: left; /* to fix alignment problem for IE6 (step 2) */
}

#Menu1 {
	width: 808px; /* to stretch menu background colour to content width */
}

/* IE6 hack to ensure background image displayed */
/* Hide from IE5/Mac \*/
* html #ContentContainer { height: 1% }
* html #Header { height: 1% }
/* End hide from IE5/Mac */

/* self-clearing fix */
* html dl.feature { height: 1%; } /* for IE5+6 */
* html dl.pricelist { height: 1%; } 
* html .alertcontainer { height: 1% }

.clearfix {display: inline-block;}  /* for IE/Mac */

.clearfix {
	zoom: 1;     /* triggers hasLayout */
	display: block;     /* resets display for IE/Win */
	padding-bottom: 1.5em;
	}

