/* CSS Document */

/*
This is a proprietary expression only for Internet Explorer, as it doesn't support max-width or min-width. This expression breaks validation and therefore has been separated from master.css.
*/

div.hold {
	width: expression(document.body.clientWidth < 850 ? "800px" : document.body.clientWidth > 2100? "2000px" : "auto");
}
