body {
  width: 960px;
  margin: 1em auto;
  font-family: Georgia, Times, serif;
}

a, a:visited, a:hover, a:active {
  color: black;
  text-decoration: underline;
}

#header {
  position: relative;
  height: 136px;
  margin-bottom: 1.5em;
  background: url(/page_attachments/0000/0055/header.gif) top center no-repeat;
}
#header h1 {
  height: 0px;
  overflow: hidden;
}
#header ul#navigation {
  position: absolute;
  left: 8px;
  top: 90px;
  z-index: 1000;
  font-size: 1.2857142857142858em;
  line-height: 1.1666666666666667em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header ul#navigation li {
  padding: 0;
  margin: 0;
  display: inline;
  padding-right: 1.5em;
}
#header #tagline {
  position: absolute;
  left: 530px;
  top: 94px;
  z-index: 1000;
  font-size: 1.2857142857142858em;
  line-height: 1.1666666666666667em;
}

#main ul {
  padding: 0 1.5em;
}
#main ul li {
  list-style: disc;
}
#main .column {
  float: left;
  width: 305px;
  margin: 0 10px;
}
#main .column p {
  text-align: justify;
}
#main .column h2 {
  font-family: Georgia, serif;
}
#main .column.double {
  width: 630px;
}
#main .column.first {
  margin-left: 0;
}
#main .column.last {
  margin-right: 0;
}
#main #frames {
  height: 483px;
  width: 100%;
  margin-bottom: 1.5em;
  position: relative;
}
#main #frames .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 483px;
}
#main #frames img {
  border: 7px solid #333;
  margin: 0 0 7px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
}

#footer {
  text-align: center;
}

a.control {
  height: 0;
  width: 16px;
  padding-top: 16px;
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
}

a.control.forward {
  background: url(/page_attachments/0000/0071/control_fastforward.png) top left no-repeat;
  left: 32px;
}

a.control.back {
  background: url(/page_attachments/0000/0075/control_rewind.png) top left no-repeat;
  left: 0;
}

a.control.play {
  background: url(/page_attachments/0000/0069/control_play.png) top left no-repeat;
  left: 16px;
}

a.control.pause {
  background: url(/page_attachments/0000/0073/control_pause.png) top left no-repeat;
  left: 16px;
}