#wrapper .content-wrap{min-height:100%;}
* html #wrapper .content-wrap{height:100%;}
.content-wrap .content-holder {padding-bottom:expression(document.getElementById("footer-wrap").offsetHeight + "px");}
#footer-wrap{
	position:relative;
	margin-top:expression(- this.offsetHeight + "px");
}
#main-nav li{behavior: expression(this.onmouseover = new Function("this.className += ' hover'"), this.onmouseout = new Function("this.className = this.className.replace(' hover','')"), this.style.behavior = null);}

