#photo{
	text-align: center;
}

#gallery {
	width: 600px;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #000000;
	margin: 12px;
	padding: 12px;
  float: left;
}

.picture {
  float: left;
  padding: 8px;
  width: 160px;
  height: 180px;
  margin: 4px;
  background-color: #DDDDDD;
}

.picture p {
  Font-Family: Verdana;
	Font-weight: normal; Font-size: 8pt;
	Font-style: italic; Font-variant: normal;
	Color: Black;
	Text-align: center;
}

div.picmain {
  height: 172px;
}

.picdl {
  background-color: #999999;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-align: left;
  float: left;
  vertical-align: bottom;
}

.picdl a {
  color: White;
}

.picture img {
  border: 1px solid Black;
}

.picture img:hover {
  border: 1px solid Green;
}
