/* CSS Document */
#main {
  width: 760px;
  }
.thumb {
  min-height: 150px;
  max-width: 150px;
  float: left;
  margin: 0.5em;
  margin-bottom; 0;
  font-family: "Courier New";
  font-size: 8pt;
  border: 0px solid #999999;
  }
.thumb img {
  border: 1px solid #999999;
  }
.thumb A:link { 
    text-decoration: none;
}

.thumb A:active { 
    text-decoration: none;
}

.thumb A:visited { 
    text-decoration: none;
}

.thumb A:hover { 
    text-decoration: none;
}
.gallerys dt {
  clear: both;
  font-weight: bold;
  font-size: 12pt;
  }
.gallerys dd {
  float: left;
  border: 1px solid #999999; 
  padding: 0.5em;
  margin-bottom: 1em;
  width: 700px;
  }
