#photoDiv {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#photoDiv p {
  text-align: left;
}
#photoDiv h2 {
  font-weight: normal;
  font-size: 1.2em;
  text-align: center;
  /*color: #994C00;*/
  background-color: #333;
  margin-top: 0px;
  margin-bottom: 0px;
}
.photoGroup p {
  /*margin-top: 3px;*/
  margin: 10px;
}
.photoGroup {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
}
