/************** Hacks for IE6 and older *******************/

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

#wrapper {
	text-align: left;
	height: auto;
	margin-top: 30px;
	position: relative;
	background-image: url(../images/ContentBG.jpg);
}


#contentHolder {
	text-align: center; /*Centers the content div in IE5.x*/
	padding-top: 20px;
}

#content {
	text-align: left; /*Realigns the text to the left*/
	padding-top: 200px;
}


li a {
	height: 9%;/*fix for IE6*/
}

#contentHolder {
	margin-right: 4px;
}

#leftcol li {
	margin-bottom: 0; /*For IE 5.5*/
	margin-bottom: /**/ -3px; /*For IE 5.01*/
	ma\rgin-bottom: 0; /*For IE 6*/
}
