/* for thumbnails on noticeboard page */
p.thumbs {
  margin: 0 0 10px 0px;
  border: 0px;
  padding: 0px;
  text-align: center;
  line-height: 1.0;
}

p.thumbs img {
  margin: 2px;
  border: 0px;
  padding: 0px;
  width: 122px;
  height: 94px;
}

/*for centering groups of thumbnail photos with captions */
div.thumbs-contain {
  position: relative;
  margin: 0;
  border: 0;
  padding: 0px;
  text-align: center;
}/*needed for ie as margin auto doesn't work*/

div.thumbs-centre {
  margin: 0 auto;
  border: 0;
  padding: 0px;
  width: auto;
}

div.pic {
  margin: 0 auto;
  border: 0;
  padding: 0px;
  width: 33%;
  float: left;
}

/*div.content p a {
  height: 20px;
}don't know why this is here, doesn't seem to do anything 22-9-2007*/

hr {
  height: 1px;
  width: 90%;
  text-align: center;
}
