
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFF;
}

.banner img {
  float: left;
  border: 0;
  padding: 4px;
}

.banner p {
  color: #008080;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin: 0 40px 0 0;
}

.announce {
  background-color: #ff0;
  font-size: 1.2em;
  text-align: center;
  margin: 0 40px 0 40px;
}

.highlight {
  background-color: #ff0;
}

.navigation a {
/*  font-size: .8em; */
  font-size: 1em;
}

.copyright {
  color: #666;
  font-size: .8em;
  margin-left: 0px;
  clear: both;
}

.clear {
  clear: both;
}

#gallery .figure p {
  text-align: center;
  line-height: normal;
  margin: 0;
}

.photo img {
  border: 1px solid #666;
  background-color: #FFF;
  padding: 4px;
  position: relative;
}

.figure p {
  font-size: .75em;
  text-align: center;
  margin: 10px 0 0 0;
  height: 3em;
}

.figure {
  float: left;
  width: 170px;
  margin: 0 5px 0 5px;
}

/* IE 5/6 border erase bug */
* html #gallery {
  width: 100%;
}

