/*
	File: stylesheet_screenwide.css
	Application: Override wrapper styles
	Authors: Colin Abercrombie, Steven Park
	(c) 2008 LT Scotland. All rights reserved.
*/
/*********************************************
Override wrapper styles
*********************************************/
div#wrapper {
	min-width: 1050px;
}
* html div#wrapper {width: 1050px /* fallback value */;
width:expression(((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) 
> 1040 ? "1000px" : (((document.compatMode && 
document.compatMode=='CSS1Compat') ? 
document.documentElement.clientWidth : 
document.body.clientWidth) < 1085 ? "1041px" : "auto")); }
