.board-member {
    clear: both;
    margin-top: 30px;   
}

.board-member h2 {
    padding-top: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #999;
}

.board-member .image-block {
    float: right;
    margin: 9px 0 20px 20px;
    padding-bottom: 20px;
    width: 152px;
    height: 202px;  
}

.board-member .image-block  img.headshot {
    border: 1px solid #ccc;
    width: 150px;
    height: 200px;    
}



.board-member-jane-hileman .image-block {
    width: 202px;
}

.board-member-jane-hileman .image-block img.headshot {
    width: 200px;
}

