  body {
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #CBD6E2 URL('/_images/background.png') repeat-x;
    }

  #mainFrame {
    width: 776px;
    margin: 0px auto 0px auto;
    text-align: left;
    background: URL('/_images/main.background.png') repeat-y;
    border-left: solid 2px white;
    border-right: solid 2px white;
    }

  #bodyHeader {
    position: relative;
    margin: 0px;
    padding: 0px;
    height: 102px;
    background: white URL('/_images/header.background.png') repeat-x;
    text-align: left;
    }

  #headerLogo {
    position: absolute;
    top: 20px;
    right: 23px;
    width: 225px;
    height: 36px;
    z-index: 200;
    margin: 0px;
    text-indent: -999999px;
    overflow: hidden;
  }

  #headerLogo a {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 225px;
    height: 36px;
    background: URL('/_images/header.logo.png') no-repeat;
    z-index: 200;
  }

  #darek {
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
  }
  
  #headerSlogan {
    position: absolute;
    top: 22px;
    left: 100px;
  }

  #bodyMenu {
    float: right;
    margin: 0px;
    height: 25px;
    position: absolute;
    top: 77px;
    right: 10px;
    z-index: 100;
    color: #014D99;
    text-align: right;
    }

  #bodyLeft {
    width: 185px;
    float: left;
    padding: 0 2px 0 0;
    margin: 0px;
    overflow: hidden;
    }


  #bodyMain {
    width: 387px;
    float: left;
    padding: 0 10px 15px 10px;
    margin: 0px;
    overflow: hidden;
    }

  #bodyRight {
    min-height: 500px;
    height: 500px;
    width: 160px;
    float: right;
    padding: 0px 10px 0px 10px;
    margin: 0px;
    background: URL('/_images/right.darek.png') no-repeat 3px 100%;
    }

  div[id] #bodyRight {
    height: auto;
    }

  #bodyFooter {
    clear: both;
    background-color: #014D99;
    padding: 5px;
    color: white;
    text-align: center;
    }