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