body {
  background: #999 url('../imgs/background.png') repeat-x;
}

#container {
  margin: 20px auto;
  width: 945px;
}

  /* Header Start */
  #header {
    background-image: url('../imgs/header.png');
    height: 183px;
    width: 945px;
  }

    #logo {
      background-image: url('../imgs/logo.png');
      float: left;
      height: 120px;
      margin-top: -27px;
      width: 250px;
    }

      #logo a {
        display: block;
        height: 120px;
        overflow: hidden;
        text-indent: -9999px;
        width: 250px;
      }


      #contact {
        float: right;
        margin: 35px 30px 0;
      }

      #contact .tel {
        color: #fff;
        font-size: 16px;
        text-align: right;
      }

      #contact .email a {
        color: #c3d42f;
        text-decoration: underline;
      }
  /* Header Finish */


  /* Sub Container Start */
  #sub-container {
    background: #fff url('../imgs/sub-container.png') repeat-x bottom;
    padding: 10px 10px 5px;
  }

    .panel.background .content {
      background: #eee url('../imgs/panel.png') repeat-x top;
    }

      h2.heading {
        background-image: url('../imgs/heading.png');
        border-left: 1px solid #33ccff;
        border-right: 1px solid #33ccff;
        color: #fff;
        font-weight: bold;
        height: 12px;
        padding: 8px 9px;
      }

      .content {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 10px;
      }

      .content:after {
        content: '.';
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
      }


      .content .column-one {
        float: left;
        width: 250px;
      }

      .content .column-two {
        float: left;
        margin-left: 25px;
        position: relative;
        width: 625px;
      }
  /* Sub Container Finish */



  /* Footer Start */
  #footer {
    background-image: url('../imgs/footer.png');
    height: 80px;
    width: 945px;
  }

    #copyright {
      color: #ccc;
      padding: 15px;
    }
  /* Footer Finish */

