  body {
    margin: 0;
    padding: 0;
    background-color: #004080;
    text-align: center;
  }

  #bodyFrame {
    position: relative;
    width: 951px;
    margin: 0px auto 0px auto;
    text-align: left;
    background-image: URL('/_images/body_background.png');
    background-repeat: repeat-x;
  }

  #bodyHeader {
    width: 950px;
    background-color: #9DB5CE;
  }
  
  #bodyHeader img { display: block; }
  
  #bodyHeader div { height: 20px; }

  #headerLogo {
    position:absolute; 
    left:15px; 
    top:15px; 
    z-index:1
  }

  #bodyLeft {
    min-height: 570px;
    height: 570px;
    position: relative;
    width: 157px;
    float: left;
    border-right: solid 2px #004080;
    background-color: #CCD9E6; 
    background-image: URL('/_images/left_foot.png');
    background-position: bottom right;
    background-repeat: no-repeat;
  }

  div[id] #bodyLeft {
    height: auto;
  }

  #bodyExtender {
    float: left;
    width: 790px;
    background-color: white;
  }

  #extenderTop {
    display: block;
  }

  #bodyMain {
    margin-left: 23px;
    padding: 10px;
    border: solid 1px #CCD9E6;
    min-height: 512px;
    height: 512px;
  }

  div[id] #bodyMain {
    height: auto;
  }

  #bodyFooter {
    text-align: center;
    background-image: URL('/_images/pruh_bottom.png');
    background-color: #004080;
    background-repeat: no-repeat;
    height: 13px;
    line-height: 12px;
    clear: right;
  }

  #leftBvqi {
    position: absolute;
    bottom: 10px;
    left: 15px;
  }