body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: white;
  font: small Arial, Helvetica, Verdana, sans-serif;
  text-align: center;
}
#wrapper {
  color: black;
  margin: 10px 40px 30px 40px;
  padding: 10px;
}
#header {
  margin: 0;
  }
#header ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
#header li {
  display: inline;
  color: #ff0000;
  margin: .5em 0 .5em 0;
}
#header a:link, #header a:visited {
  text-decoration: none;
  font-size: 95%;
  font-weight: bold;
  color: #ff0000;
}
#header a:hover {
  color: #adadad;
}
#gallery {
  background-image: url(images/gallery-bkgrnd.jpg);
  background-repeat: no-repeat;
  background-color: #000000;
  color: white;
  padding: 0;
  margin-top: 0;
  margin-left: auto; 
  margin-right: auto;
  height: 875px;
  width: 864px;
}
#links {
  color: white;
  padding-top: 15px;
  margin: 0;
}
#links ul {
  font-weight: bold;
  font-size: 210%;
  text-align: left;
  padding: 14px 0 0 0;
  list-style-type: none;
  margin: 0;
}
#links li {
  display: block;
  background-color: none;
  padding: 8px;
}
#links a:link, #links a:visited {
  text-decoration: none;
  background-color: #none;
  outline: none;
}
#links a:hover {
  outline: none;
}

#small-links {
  color: white;
  padding-top: 0;
  font-family: times, geneva, serif;
}
#small-links ul {
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  padding: 0;
  margin: 28px 0 0 0;
}
#small-links li {
  display: inline;
  background-color: none;
  padding: 7px;
}
#small-links a:link, #small-links a:visited {
  text-decoration: none;
  background-color: #none;
  color: #e7c037;
}
#small-links a:hover {
  color: #adadad;
}
.vbar {
  color: #c09a25;
}
.here {
  padding: 0;
}
#small-links a.here:link, #small-links a.here:visited {
  font-family: times, serif;
  text-decoration: none;
  background-color: #none;
  color: #ffffff;
}
#small-links a.here:hover {
  color: #adadad;
}
#images {
  position: relative;
  padding: 0 8% 0 8%;
  text-align: center;

}
#images ul {
  padding: 0;
  text-align: center;
}
#images li {
  display: inline;
  background-color: none;
  padding: 8px;

}
#images img {
  border: 2px solid #ffffff;
  margin-bottom: 20px;
}

.clickable {
  font-size: 90%;
  font-weight: bold;
  color: #d2def5;
  text-align: center;
  margin-top: .25em;
}
.photogallery {
  position: relative;
  margin: 0 0 0 10px;
}

#footer {
  width: 100%;
  border-top: 1px solid #888888;
  border-bottom: 0px solid #888888;
  margin-top: 10px;
  clear: both;
}
#footer p {
  font-size: 85%;
  color: #888888;
  text-align: center;
  margin-top: 10px;
  padding: 0.2em 0 0.2em 0;
}
#footer a.trick:link, #footer a.trick:visited {
  text-decoration: none;
  color: #888888;
  font-size: 100%;
  font-weight: bold;
  margin-left: 0;
  text-decoration: underline;
}
#footer a.trick:hover {
  color: #666666;
}

img         { 
border: 0px none; 
} 
