#logo {
  background: url(textures/logotexture.jpg);  
}

#header {
  background: #fed9be;
}

#pagetitle {
  position: absolute;
  top: 95px;
  left: 160px;
  width: 220px;
  _width: 240px;
  height: 71px;
  _height: 85px;
  background: #ffcdac;
  padding-top: 14px;
  padding-left: 20px;
  border-top: 2px dotted #ffffff;
}

#content {
  background: transparent;
}

#content p.note {
  font-size: 7pt;
  padding-top: 3em;
}

#content p img {
  vertical-align: bottom;
  margin-bottom: -4px;
  _margin-bottom: 0;
  _vertical-align: middle;  
}

ul#pagenav {
  list-style: none;
  margin:0;
  padding: 0;
  width: 100px;
  position: absolute;
  top: 192px;
  left: 42px;
  font-size: 9pt;
}

ul#pagenav li{
  margin: 0;
  margin-top: 10px;
  padding: 0;
  width: 100px;
}

ul#pagenav a {
  color: #ff4e2b;
  text-decoration: none;
}

ul#pagenav a:hover {
  text-decoration: underline;
}

ul#pagenav li.selected {
  font-weight: bold;
}