/*
photo_gallery.css
Author: Larry Ching
Date Created: April, 2007
*/

body {
  /* background-color: #808080; */
  background-color: #FFF;
  min-width: 785px;
}

div#container {
  position: relative;
  margin: 0 10px 10px 10px
}

div#mainthumb {
  float: left;
  width: 205px;
  margin: 10px auto ;
}

.pic {
  float: left;
  width: 78px; /* was 85 */
  height: 130px;
  text-align: center;
  margin: 3px;
  border: 3px outset #860;
}

.pic img {
  padding: 0;
  margin: 5px auto 2px auto;
  border: 2px none #860;
}

.pic p {
  font-size: 0.8em;
  margin: 0;
  padding: 0;
}

.clear_left {
  clear: left;
}

div#display {
  float: left;
  border: 2px solid #666;
  padding: 10px;
  margin: 1em auto;
  text-align: center;
  background-color: #808080;
}

#captiontext {
  font-weight: bold;
  font-size: 1.5em;
  margin: 5px auto 0px auto;
}

#viewpic {
  margin: 20px auto 0px auto;
}

div#header {
  width: 100%;
  text-align: center;
}

p.explain {
  width: 190px;
  font-size: 0.8em;
  text-align: justify;
  margin: 10px auto 4px auto;
}

div#footer {
  clear: both;
  font-size: 0.8em;
  margin: 5px 0px 10px 0px;
}
