html {position: relative; margin: 0; padding: 0; background-color: #E0E0E0}
body {margin: 0; padding: 0; text-align: left;}
#imPage {margin: 15px auto 15px auto; width: 1860px  ; position: relative;}
#imHeaderBg {position: absolute; left: 0; top: 0; height: 128px; 
width: 100%; background-color: transparent
}
#imHeader {
    margin-bottom: 36px;
    height: 100px;
    background-color: #F7941E;
    background-position: left top;
    background-repeat: no-repeat;
}
#imMnMn {
    position: absolute;
    top: 150px;
    left: 0;
    height: 26px;
    width: 950px;
    padding: 5px 5px 5px 5px;
    background-color: #F7941E;
}
#imMnMn > ul { text-align: left; }
#imMnMn li {display: inline}
#imContent {min-height: 500px; position: relative; width: 950px; padding: 5px 5px 5px 5px; }
#imContentGraphics {min-height: 500px; position: absolute; top: 186px; bottom: 75px; left: 0; width: 960px; background-color: #FFFFFF}
#imFooterBg {position: absolute; left: 6px; 
bottom: -7px; 
height: 90px; width: 100%; background-color: transparent
}
#imFooter {position: relative; margin: 0 auto; height: 75px; width: 960px; background-color: #567EB6; background-image: url('bottom.png'); background-position: top left; background-repeat: no-repeat;}
