#gallery {
    width: 670px;
}

#picCount {
  color:#00425E;
  font-weight:bold;
  }
#thumbholder {
    float: left;
}
#thumbs {
    float: left;
    margin-top: 10px;
}

#thumbs td {
    text-align: center;
}

#thumbs img {
    border: none;
}

#thumbs a:link, #thumbs a:visited, #thumbs a:hover, #thumbs a:active {
    border: none;
    padding: 0;
}

#main_image {
    float: left;
    text-align: center;
	width:350px;
}

#main_image p {
   color:#00425E;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.imgborder {
    border:1px solid #253D43;
}