.staffprofile img {
float: left;
width: 200px;
height: 150px;
margin-right: 0.5em;
}

.staffprofile ul {
position: relative;
margin: 0;
}

.staffprofile, ul.details {
background: #eee;
margin: 20px;
padding: 15px;
}

ul.details {
margin-top: -10px;
}

.staffprofile ul li {
list-style: none;
margin-bottom: 5px;
}

.staffprofile ul li.talk {
margin-top: 5px;
font-style: italic;
}

.staffprofile ul li.name {
font-weight: bold;
}


ul.details li {
list-style: none;
}

.wrap h4 {
margin: 0 20px 10px;
}

.wrap h2 {
display:block;
margin:0px 20px 10px;
padding-top:15px;
}
