body {
  margin: 1em;
  font: small monospace;
  color: #000;
  background-color: #fff;
}

p, td, th, li {
  font: small monospace;
}

h1, h2, h3, h4 {
  color: #888;
}

h1 {
  font-size: large;
}

a:link, a:visited {
  color: #888;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#header {
  font: xx-large monospace;
  text-align: center;
  margin-top: 0.25em;
}

#footer {
  text-align: center; 
}

a img {
  border: 0;
}

div.sgContainer {
  clear: both;
  text-align: center;
}

div.sgTab {
  padding: 0.25em;
  text-align: left;
}

div.sgContent {
  background-color: #e0e0e0;
  padding: 1em;
  text-align: left;
}

table.sgContent {
  margin-left: auto;
  margin-right: auto;
}


div.sgGallery, div.sgThumbnail {
  margin: 0.5em;
  padding: 0.5em;
  border: 1px solid #ccc;
  background-color: #fff;
}

td.sgGalleryThumbnail {
  width: 100px;
  text-align: center;
}

p.sgGalleryTitle a {
  font-weight: bold;
}

div.sgThumbnail {
  float: left;
}

div.sgThumbnail table {
  width:  110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

img.sgImage {
  border: 1px solid #000;
}

div.sgNavBar, p.sgNavBar {
  text-align: center;
  float: right;
}
