body
{
  background-color : #EDE6AA;
  margin : 0;
}

a
{
  color : inherit;
  text-decoration : none;
}

a:hover
{
  color : inherit;
  text-decoration : underline;
}

#container
{
  position : absolute;
  margin : auto;
  background-image : url(../gfx/background.jpg);
  width : 816px;
  height : 612px;
  left : 50%;
  margin-left : -408px;
}

#header
{
  height : 128px;
  background-image : url(../gfx/logo.jpg);
  background-position : right top;
  background-repeat : no-repeat;
  padding-left : 295px;
}
  
  #header table
  {
    width : 405px;
    height : 120px;
  }
  
  #header table td
  {
    vertical-align : bottom;
  }

  #header a
  {
    color : #B69863;
    font-weight : bold;
    font-family : tahoma;
    font-size : 12px;
  }

#photoBar
{
  height : 111px;
  background-color : #CFAB3E;
  margin-left : 8px;
  margin-right : 6px;
}

  #photoBar .kl
  {
    clear : left;
    height : 111px;
    width : 63px;
  }
  
  #photoBar .gr
  {
    float : right;
    margin-top : -111px;
    height : 111px;
    width : 537px;
  }

#content
{
  margin-left : 8px;
  margin-right : 6px;
}

  #content #contact
  {
    background-color : #F8F4CF;
    height : 310px;
    width : 202px;
    margin-left : 63px;
    font-family : tahoma;
    color : #B59624;
  }
  
    #content #contact #text
    {
      padding-left : 6px;
      padding-right : 6px;
      padding-top : 27px;
      font-size : 12px;
      }
    
      #content #contact #text a
      {
        color : #B59624;
      }
    
    #content #contact #text span
    {
      font-size : 11px;
    }

  #content #contact #footer
  {
    position : absolute;
    background-image : url(../gfx/pbnknvvl.jpg);
    background-position : right top;
    background-repeat : no-repeat;
    bottom : 7px;
    background-color : #FFF;
    border-bottom : 5px solid #F8F4CF;
    height : 51px;
    width : 202px;
  }
  
  #content #info
  {
    position : absolute;
    font-family : tahoma;
    color : #375E25;
    font-size : 12px;
    top : 263px;
    left : 293px;
    bottom : 15px;
    right : 30px;
    overflow : auto;
    padding-right : 10px;
  }
  
    #content #info a
    {
      color : #375E25;
    }

