.collage {

  text-align: center;
  
  margin: 1em 0;
  
}


.staff_member .person_name {

  font-weight: bold;
  
}

.staff_member,
.collage {

  border-bottom: #dcdcdc 1px solid;

  margin: 1em 0;
  
  padding-bottom: 1em;
  
}

.staff_member.last {

  padding-bottom: 0;
  
  border-bottom-style: none;

}



.nav_links {

  text-align: center;
  
  
  margin: 1em auto;

}

.nav_links * {

  margin: 0 1em;

}