      html {
        padding: 0;
        margin: 0;
      }
      body {
        font-family: arial, sans serif;
        font-size: 12px;
        background-color: #e6c262;
        margin: 0;
        padding: 0;
        background-image: url(/images/gbr-background.jpg);
        background-position: top left;
        background-repeat: repeat-x;
      }
      
      #page {
        width: 868px;
        margin: auto;
        background-image: url(/images/gbr-page-bg.png);
        background-position: top center;
        background-repeat: repeat-y;
      }
      
#header {
  width: 850px;
  height: 257px;
  margin: 0 9px;
  position: relative;
  background-image: url(/images/gbr-logo.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}

#navigation {
  height: 34px;
  background-image: url(/images/gbr-nav-off.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 187px;
  right: 0;
  width: 500px;
  
}

#navigation a {
  height: 34px;
  position: absolute;
  text-decoration: none;
  top: 0;
}

#navigation a:hover {
  background-image: url(/images/gbr-nav-on.jpg);
}

#navigation a span {
  visibility: hidden;
}

#nav-home { left: 49px; width: 46px; background-position: -49px 0; }
#nav-about-us { left: 95px; width: 97px; background-position: -95px 0; }
#nav-our-artists { left: 192px; width: 109px; background-position: -192px 0; }
#nav-services { left: 301px; width: 86px; background-position: -301px 0; }
#nav-contact-us { left: 387px; width: 113px; background-position: -387px 0; }

#nav-explain {
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 500px;
  height: 17px;
  background-color: #e6c262;
  text-align: right;
  color: #483d1f;
  padding-top: 3px;
  padding-right: 3px;
}
      
#content {
  padding: 10px 40px;
  margin: auto;
  position: relative;
}

label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

label.not-required {
  font-weight: normal;
}

img.png {
  behavior: url(/css/iepngfix.htc)
}

#footer {
  width: 821px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  text-align: center;
  border-top: solid 3px gray;
  padding: 20px 0;
}
