#gallery
{
  list-style-type:none;
}
#gallery li
{
  float:left;
  margin-bottom:10px;
  margin-right:10px;
  font-size:0.8em;
  font-family:Arial, Helvetica, sans-serif;
  width:180px;
  height:200px;
}
#gallery img
{
  display:block;
  border:1px solid black;
}
#gallery .copyright
{
  font-size:0.9em;
  font-weight:normal;
}

#photo
{
  width:830px;
  margin:10px auto 10px auto;
}
#photo img
{
  margin-right:20px;
  margin-bottom:0px;
  float:left;
  border:1px solid black;
}
#photo .subject
{
  font-size:1.4em;
}
#photo .copyright
{
  display:block;
  clear:both;
  margin-bottom:25px;
  font-size:0.6em;
  font-weight:normal;
}

.speciesName
{
  font-style:italic;
}
.subject
{
  font-weight:bold;
  color:Green;
}