.staff-member {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; 
    border: 1px solid #ccc;
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 0 14px 10px 0;
    min-height: 550px;
    padding: 10px;
position: relative;
    width: 21%;
}

.staff-member-position {
    margin: 10px 10px 10px 10px;
}

#content .staff-member-position {
    margin: 10px -2px;
}

#content h3.staff-member-name {
    font-size: 20px;
    margin: 10px;
}

.staff-member-bio a {
    font-weight: bold;
}