/* BrianJamesOConnell stylesheet */
/* photos.css */
/* defines Photo section styles */

#section-header {
  background: transparent url('/images/23.gif') top left no-repeat;
  margin-bottom: 0;
}

#instructions {
  font-size: 77%;
  font-weight: normal;
  margin-bottom: 2em;
}

.photo-article {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #CDCDCD;
}

.photo-article h5 {
  text-transform: uppercase;
}

.photo-article img {
  margin: .25em;
  border: 1px solid #0072BC;
}

.photo-article img:hover {
  border: 1px solid #454545;
}



/* end photos.css */