* html #wrap {
	width: expression( document.body.clientWidth < 1036 ? "1036px" : "auto" );
	width: expression( document.body.clientWidth > 1599 ? "1600px" : "auto" );
}
* html #navbarHorizontal li {
	width: expression( document.body.clientWidth < 71 ? "70px" : "auto" );
}
* html ul#navbarVertical a {
	zoom: 1;
	height: 1px;
}
* html #content {
	height: expression( this.scrollHeight < 401 ? "400px" : "auto" );
}
* html #pageCont {
	height: expression( this.scrollHeight < 501 ? "500px" : "auto" );
}
* html #flashCap {
	width: expression( document.body.clientWidth < 151 ? "150px" : "auto" );
}
* html #rightBar {
	height: expression( this.scrollHeight < 401 ? "400px" : "auto" );
}
* html #footBar {
	height: 1px;
}
* html .clear {
	height: 1px;
}
