DIV {
	/* global override for centering issue */
	text-align: left;	
}

.bodyInnerWrapper {
	/* site appears in center of page */
	text-align: center;
}

.bodyContent {
	/* min-height IE bug */
	height:auto !important;
	height:345px; 
}
