/* 	Center text on body to center all elements in body for IE5x PC */
body {text-align: center;}

/* 	Counteract the individual elements so that text is not centered,
	only the elements */
#header, #sidebar, #footer {
	text-align: left;
}
#maincontent {
	text-align: left;
	background-color: #FFFFFF;
}


/* Fixes Display: Block issue in IE5.5 and 6x */
/* #nav a {zoom: 100%;}*/ 

/* Fixes Display: Block issue in IE5 */
#nav a {height: 1em;}

#footer p {
	margin: 0;
}

