body {
  background-color: #666666;
  text-align: center;
}

img {
  border: 0px;
}

a {
  text-decoration: none;
}

#maincontent {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#ahookrow {
  height: 20px;
  color: #2e2e2e;
  background-color: #666666;
  font-weight: bold;
}

#ahookrow a {
  text-decoration: none;
  color: #2e2e2e;
}

#titlerow, #locrow {
  height: 20px;
  text-align: center;
}

#titlerow, #locrow, #photorow {
  background-color: #2e2e2e;
  color: #ffffff;
  font-family: arial, verdana, sans-serif;
  font-weight: bold;
  font-size: 10pt;
}

#prevtn {
  position: absolute;
  display: none;
  z-index: 1;
  border-right: 4px solid #2e2e2e;
  border-bottom: 4px solid #2e2e2e;
  margin-left: 4px;
}

#nexttn {
  position: absolute;
  display: none;
  z-index: 1;  border-left: 4px solid #2e2e2e;
  margin-left: -158px;
  border-bottom: 4px solid #2e2e2e; 
}

#curimg {
  margin-left: 4px;
  margin-right: 4px;
}

#smallprint {
  margin-top: 6px;
  color: #2e2e2e;
  font-size: 8pt;
}

#smallprint a {
  text-decoration: none;
  color: #555555;
  font-weight: bold;
}