  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/shop.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;
    }


  #bodyMain {
    width: 569px;
    float: left;
    padding: 0 10px 15px 10px;
    margin: 0px;
    overflow: hidden;
    }

  #bodyFooter {
    clear: both;
    background-color: #014D99;
    padding: 5px;
    color: white;
    text-align: center;
    }

  #bodyFooter a { color: #fac080; text-decoration: underline; }
  #bodyFooter a:hover { color: #f48000; }
