body {
  background-image: url(/images/background.jpg);
  background-color: #ede;
  font-family: sans-serif;
  font-size: 8pt;
  line-height: 1.8em;
  max-width: 720pt;
  margin: auto;
  padding-left: 12pt;
  padding-right: 12pt;
}

#Header {
  font-family: Garamond, serif;
  font-weight: normal;
  font-style: italic;
  font-size: 60pt;
  text-align: center;
  margin: 0;
  padding: 0;
}

#Header img {
  margin-top: 24px;
  margin-bottom: 0px;
}

hr {
  border: none;
  border-bottom: 1px solid black;
}

div.menubar {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

a {
  text-decoration: none;
  color: black;
}

a:hover {
  color: red;
}

img.right {
  float:right;
  margin: 1em;
  background-color: white;
  border: 12px solid white;
}

#Body h1 {
  font-size: 10pt;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

#Body h2 {
  font-size: 9pt;
  font-weight: bold;
}

div.gallery img {
  border: 6px solid white;
  margin: 3px;
}

table.gallery {
  width: 100%;
}

table.gallery td {
  text-align: left;
  vertical-align: top;
}

table.gallery img {
  border: 6px solid white;
  margin: 3px;
}

img.gallery {
  background-color: white;
  border: 18px solid white;
}

span.copyright {
  position: absolute;
  margin-top: -42px;
  margin-left: 30px;
  color: white;
  font-size: 9px;
  line-height: 1.2em;
}

p.footer {
  text-align: center;
  font-size: 80%;
  clear: both;
}
