/*AHADESIGN CSS*/
* html #mainout {
  width: 80em; 
  width: expression((document.documentElement && document.documentElement.clientHeight) ?
    (document.documentElement.clientWidth < 960) ? "960px" : (( document.documentElement.clientWidth > 1950 ) ? "1950px" : "auto") :
(document.body.clientWidth < 960) ? "960px" : (( document.body.clientWidth > 1950 ) ? "1950px" : "auto")
);
}
#mainout {
width : 99%;
min-width : 960px;
max-width: 1950px;
}
