body {
	text-align: center; /*centre the layout in IE5.x*/
}

#wrapper {
	text-align: left; /*realign the text after the body hack*/
}

/*fix the 3px list wrror in IE5.01*/
#leftcol li {
   margin-bottom: 0; /*for IE5.5*/
	margin-bottom:/**/ -3px; /*for IE5.01*/
	ma\rgin-bottom: 0; /*for IE6 & 7*/
}

#leftcol li a {
	height: 1%; /*make the sub nav act like a button in earlier IE versions*/
}