.profiles {
  margin-left:65px;
}
.profile, .profile .photo, .profile .info {
  float:left;
}

.photo {
  width: 190px;
  padding:5px;
}

.info {
  padding:5px;
  width: 415px;
}

.info h2 {
  margin-bottom:10px;
  padding-bottom:0;
}

.profile {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEE;
}

.profile.last {
  border-bottom:none;
}

.info p {
  padding-bottom:15px;
}