body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  background: url(images/background.gif);
  font-family: "Bitstream Charter", "Georgia", serif;
}

/* Navigation */
#navigation {
  display: block;
  position: fixed;
  top: 14px;
  left: 14px;
  width: 242px;
}
#navigation ul {
  margin-top: 24px;
  margin-right: 24px;
  list-style: none;
}
#navigation li {
  line-height: 2;
}
#navigation img {
  border: 0;
}

* html #navigation {
  position: absolute;
}

/* Header */
#title {
  height: 100px;
  width: 942px;
  top: 14px; 
  left: 256px;
  text-align: right;
}

/* Container */
#container {
  display: block;
  width: 680px;
  margin: 0 0 0 256px;
  padding: 0 0 14px 0;
  border-right: 1px solid #5f5f5f;
  border-left: 1px solid #5f5f5f;
}

/* Content */
#content {
  padding: 14px;
  width: 680px;
  height: 100%;
  min-height: 360px;
  }
/* for Internet Explorer */
/*\*/
* html #content {
  height: 340px;
}
/**/
#content a {
  text-decoration: underline;
  border: 0;
}
#content p {
  width: 634px;
}
#content td {
  vertical-align: top;
  padding: 3px;
}
#content td.left {
  width: 200px;
  color: #1f1f1f;
}
#content td.right {
  width: 430px;
  color: #1f1f1f;
}
#content td.slideshow {
  width: 33%;
  color: #000000;
  text-align: center;
}
.contentindent1 {
  font-size: 17px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  padding: 2px;
}
.contentindent2 {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 2px;
}
.contentindent3 {
  font-size: 14px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 2px;
}
.year {
  font-weight: bold;
  font-size: 13px;
  color: #696969;
  top: 2px;
}

/* Footer */
#footer {
  width: 680px; 
  height: 84px; 
  margin-top: 24px;
  margin-left: 256px;
  text-align: center;
  }

/* Extra div for background images */
#frame {
  position: absolute;
  width: 680px;
  margin: 0 auto;
}

/* classes */
.black {
  color: #000000;
}
.red {
  color: #af0000;
  font-weight: bold;
}
.yellow {
  color: #ffdead;
}
.gray {
  color: #1f1f1f;
}
.lists {
  font-size: 13px;
}
.undertitle {
  font-size: 17px;
  font-weight: bold;
}
.underline {
  text-decoration: underline;
}
.strike {
  text-decoration: line-through;
}

