/* 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 styles.css.

NOTE: The specified width's below cannot match up exactly (like 750? "750px") or else it will cause an infinite loop that freezes IE.
*/
#container, #footer {
	width: expression(document.body.clientWidth < 752? "749px" : document.body.clientWidth > 1003? "1000px" : "auto");
}
* html .visualIEFloatFix { height: 0.01%; background-color:#FFF9DD; padding:5px;  }