#head {
  position: relative;
  top: -200px;
  height: 200px; 
  width: 736px;
  margin: 0px auto 0px auto;
  background: url('../img/header-w-m.png') repeat-x 0px 0px;
}

#head-l {
  position: relative;
  top: 0px;
  left: 95px;
  height: 200px; 
  width: 37px;
  background: url('../img/header-w-l.png') no-repeat top left;
}

#head-r {
  position: relative;
  top: -400px;
  left: 868px;
  height: 200px; 
  width: 37px;
  background: url('../img/header-w-r.png') no-repeat top right;
}

#logo {
  position: relative;
  top: 23px;
  left: 20px;
  width: 126px;
  height: 133px;
}

h1 {
  position: relative;
  left: 200px;
  top: -80px;
  font-size: 35pt;
  font-family: Helvetica, sans-serif;
  color: #000000;
}

h1:first-letter {
  color: #000000;
}

