.staffprofile {
margin: 0 0.5em;
padding: 0.5em;
min-height: 150px;
width: 100%;
}

.staffprofile img {
float: left;
width: 200px;
height: 150px;
margin-right: 0.5em;
}

.staffprofile ul {
position: relative;
top:20px;
}

.staffprofile ul li {
list-style: none;
margin-bottom: 0.25em;
}

.staffprofile ul li.talk {
margin-top: 0.5em;
font-style: italic;
}

.staffprofile ul li.name {
font-weight: bold;
}