/* CSS Document */
* html #wrap {
	width: expression(document.body.clientWidth < 901 ? "900px" : "auto");
}
* html .clear {
	height: 1px;
}
* html ul#navbarVertical a {
	zoom: 1;
	height: 1px;
}
* html #content {
	width: expression(document.body.clientHeight < 301 ? "300px" : "auto");
}
* html #service #rightcol {
	width: 310px;
}
