/* div { border: solid 1px red; }  */   

  #mainFrame {
    position: relative;
    width: 1000px;
    margin: 0px auto 0px auto;
    padding: 0px;
    text-align: left;
    }

  #printHeader {
    display: none;
    }
  
  #bodyHeader {
    position: relative;
    float: left;
    width: 1000px;
    height: 230px;
    }
    
  #bodyFrame {
    position: relative;
    float: left;
    background: white;
    border-right: solid 4px #E5F3DC;
    border-left: solid 4px #E7F2CA;;
    width: 990px;
    padding: 0px 0px 5px 0px;
    } 
    
  #bodyMenu {
    position: relative;
    float: left;
    background: url(images/background-menu.png) no-repeat;
    width: 985px;
    height: 42px;  
    padding: 3px 0px 0px 0px;
    margin: 0 0 0 6px;
    }
    
  #bodyMain {
    position: relative;
    float: right;
    text-align: left;
    padding: 27px 5px 0px 0px;
    width: 748px;
    }
    
  #bodyLeft {
    position: relative;
    float: right;
    text-align: left;
    background: url(images/background-left.png) repeat-x;
    padding: 0px;
    padding-bottom: 20px;
    width: 230px;
    }
    
  #leftMotiv {
    position: relative;
    height: 300px;
    width: 230px;
    }
    
  #bodyText { padding: 20px 50px 0px 45px; }
  
  #bodyFooter { width: 940px; padding: 0px 30px 0px 20px; text-align:left; background-color: #E47A1A; }  
