body {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: verdana, arial, sans-serif;
  font-size: 12pt;
  background: url(mainbg.jpg);
  background-repeat: no-repeat;
  background-color: #d6cd99;
  background-attachment: fixed;
}

div.header {
  font-family: Comic Sans MS;
  background: url(headerbg.jpg);
  background-repeat: no-repeat;
  background-color: #d1d1d1;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #7f0000;
}

div.header h1, div.header h2 {
  text-align: center;
  padding: 0;
  margin: 6px;
}

div.content h1, div.content h2 {
  font-size: 16pt;
  font-style: italic;
  text-align: center;
}

div.content h2 {
  font-size: 14pt;
  font-weight: normal;
}

div.tabs {
  font-variant: small-caps;
  background: #000000;
  color: #ffffeb;
  text-align: center;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
}

div.tabs a {
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  color: #ffffeb;
}

div.tabs a:hover {
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: underline;
  color: #ffffeb;
}

div.content {
  padding: 1em;
}

img.right {
  border: solid 2px white;
  margin: 6px 0 12px 12px;
  float: right;
  clear: right;
}

p.display {
  text-align: center;
  font-style: italic;
  margin-bottom: 2em;
}

table.timetable {
  padding: 1em;
  font-weight: bold;
  font-variant: small-caps;
}

table.timetable td {
  padding-bottom: 1em;
}

table.timetable td {
  vertical-align: top;
}

table.timetable p {
  font-size: 80%;
  margin: 0.3em 1em 0.3em 1em;
  font-weight: normal;
  font-variant: normal;
}

td.time {
  text-align: right;
  padding-left: 1em;
  font-weight: normal;
}

table.gallery td {
  white-space: nowrap;
  text-align: center;
}

div.gallery {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}

div.gallery p {
  margin-bottom: 2em;
}

div.gallery a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

div.gallery a img {
  border: none;
  margin-bottom: 6px;
}

div.gallery a:hover {
  color: blue;
}

hr {
  clear: right;
  border: none;
  border-bottom: 1px solid black;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 50%;
}

div.footer {
  font-size: 75%;
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}

