body {
  background: black;
  font-family: verdana, sans-serif;
  font-size: 0.8em;
  text-align: center;
  margin: 0px;
}

.bottom {
  border-top: 1px solid black;
  height: 20px;
  background: url('/img/headstripe.jpg') repeat-x bottom;
  margin: 0px 0px 0px 0px;
  padding-top: 6px;
  color: white;
  text-align: center;
  font-size: 10px;
  clear: both;
}

.bottom a { color: white; text-decoration: none;
}

.heading {
  background: url('/img/headstripe.jpg') repeat-x top;
  border-bottom: 1px solid #800;
  margin: 0px 0px 0em 0px;
}

.mainMenu {
  background-color: #ddd;
  height: 2em;
  border-top: 1px solid #400;
  text-align: center;
  margin: 0 auto;
}

.mainMenu ul {
  list-style: none;
  margin: 0px 0px;
  padding: 0px;
  border-left: 1px solid #888;
}

.mainMenu li {
  float: left;
  margin: 0px; padding: 0em;
  width: 7em;
  height: 2em;
  vertical-align: middle;
  font-variant: small-caps;
  border-left: 1px solid #eee;
  border-right: 1px solid #888;
}

.mainMenu li a {
  text-decoration: none;
  vertical-align: middle;
  color: black;
  padding: 0.5em 0em 0em 1em;
  width: 6em; height: 1.5em;
  display: block;
}

.mainMenu li a:hover, .mainMenu .active { background-color: #eee; }

.menu {
  float: left;
  width: 11em;
  margin: 4px;
}

.menu ul {
  background: #ddd;
  border: 1px solid black;
  border-collapse: collapse;
  list-style: none;
  margin: 0em 1em 0em 0em;
  padding: 4px 0px;
}

.menu li {
  padding: 2px 4px;
  border-collapse: collapse;
}

.menu .selected, .menu li.selected a {
  background-color: #444;
  color: white;
}

.menu a {
  color: black;
  text-decoration: none;
  display: block;
  width: 100%;
  border-bottom: 1px transparent;
  font-variant: small-caps;
}

.menu a:hover {
  border-bottom: 1px dashed black;
}

h2 {
  font-size: 1.3em;
  margin: 0.4em 0em 1em 0em;
  border-bottom: 1px solid #444;
}

.foobar {
  margin: 0px;
  padding: 2px;
  background: #eee;
  text-align: left;
}

.editor, .page {
  background: #eee;
}
.page {
/*  margin-left: 11.5em; */
  padding: 1.5em 1em 2em 1em;
  margin: 0px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 62em;
  text-align: left;
}

p {
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  text-align: left;
}

a {
  color: black;
}

.album td {
width: 210px;
height: 210px;
text-align: center;
vertical-align: middle;
}

.album img {
  border: 1px solid transparent;
  margin: 4px;
}

.album img:hover {
  border: 1px solid #333;
}

#gbEntries {
padding:1em;
}

.gbEntry {
margin: 1em;
border: 1px solid #333;
background: white;
}

.gbHeader {
background: url("/img/headstripe.jpg");
color: white;
padding: 1em;
}

.gbMsg {
padding:1em;
}
