#content H1 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 30px;
  color: rgb(166,34,19);
  letter-spacing: 2px;
}

#content P {
  color: rgb(166,34,19);
}

#content TABLE.routetbl {
  margin-top: 20px;
  width: 400px;
}

#content .routetbl TH {
  font-size: 14px;
  color: #ff0;
  text-align: center;
  background-color: #900;
  padding: 2px;
}

#content .routetbl TD {
  font-size: 12px;
  color: #406a80;
  text-align: center;
  padding: 2px;
}

#content .routetbl TD.l {
  text-align: left;
}

#content .routetbl A {
  text-decoration: none;
  font-weight: normal;
  color: #406a80;
}

#content .routetbl A:hover {
  font-weight: normal;
  color: #C00;
}

#content .idxleft, #content .idxright {
  float: left;
  width: 50%;
  font-size: 14px;
  color: black;
}

#content .idxleft {
  text-align: right;
}

#content .idxright {
  text-align: left;
}

#content .idxleft IMG, .idxright IMG {
  border: 2px solid black;
  margin: 0 5px 20px 5px;
}

#content .read {
  width: 100%;
  clear: both;
  margin: 20px 0;
  text-align: right;
}

#content .info {
  font-size: 14px;
  text-align: justify;
  color: #406a80;
  width: 400px;
  float: left;
}

#content .pagenav {
  clear: both;
  height: 45px;
  width: 300px; /* seems needed for FF, else vertical scrollbar due to */
                /* page navigation bar too wide. Inherit problem? */
}

/* This one definition is needed for IE for it to understand */
/* the #content .pagenav A:hover IMG definition below (why?) */
/* We just need a A:hover with something that doesn't harm */
/* and then, all of a sudden, IE will understand A:hover IMG */

#content .pagenav A:hover {
  text-indent: 0;
}

#content .pagenav {
  position: relative;
  left: 50%
}

#content .pagenav IMG {
  border: 0;
  background-color: rgb(236,238,138);
}

#content .pagenav A:hover IMG {
  background-color: rgb(166,34,19);
}

#content .pagenav .prevpage {
  width: 28px;
  float: left;
}

#content .pagenav .nextpage {
  width: 28px;
  float: left;
}

#content .pagenav .directpage {
  float: left;
}

#content .pagenav .directpage SPAN IMG {
  background-color: rgb(166,34,19);
}

#content .chapter {
  clear: both;
  width: 690px;
  font-size: 14px;
  text-align: justify;
  padding-top: 20px;
  position: relative;
}

#content .chapter H2 {
  font-family: Helvetica, Arial, Sans-Serif;
  font-weight: normal;
  font-size: 24px;
  color: rgb(166,34,19);
  background-color: rgb(236,238,138);
  margin-bottom: 15px;
  padding: 0 20px;
  text-align: left;
  letter-spacing: 2px;
  border: 0 solid black;
  border-width: 0 2px 2px 0;
}

#content .chapter .textblock {
  width: 540px;
  color: rgb(166,34,19);
  margin-bottom: 5px;
}

#content .chapter .textblock_small {
  width: 400px;
}

#content .chapter HR {
  margin: 30px 0 20px 320px;
  width: 140px;
  height: 5px;
  border: 0;
  background-color: #406a80;
}

#content .infoblock {
  float: left;
  width: 280px;
  background-color: yellow;
  border: 1px solid black;
  padding: 3px;
  margin: 4px 4px 4px 0;
}

#content .infoblock H3 {
  text-align: center;
  font-size: 16px;
  padding: 3px;
  color: rgb(166,34,19);
  text-decoration: underline;
}

#content .infoblock DIV {
  color: black;
  padding: 0;
}

#content .image {
  clear: both;
  width: 510px;
  margin-left: 15px;
  text-align: center;
  color: black;
  font-size: 13px;
}

#content .image DIV {
  color: black;
  font-size: 13px;
  text-align: center;
  height: 30px;
}

#content .image .prev IMG {
  float: left;
  position: relative;
  top: 125px;
  left: -10px;
  width: 50px;
  height: 50px;
  border: 0;
}

#content .image .next IMG {
  float: right;
  position: relative;
  top: 125px;
  left: 10px;
  width: 50px;
  height: 50px;
  border: 0;
}

#content .imglist {
  width: 140px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 30px;
}

#content .widelist {
  width: 280px;
}

#content .imglist_l {
  width: 139px;
  float: left;
}

#content .imglist_r {
  width: 139px;
  float: right;
}

#content .imglist IMG {
  margin: 0;
  padding: 0;
  border: 2px solid #fcfcf4;
  vertical-align: bottom;
}

#content .imglist A:hover IMG {
  border-color: red;
}
