/*  Wrap around staff info  */
.staff-member-info-wrap {
	float: right;
	width: 75%;
	margin-left: 3%;
        margin-bottom: 24px;
}

/*  [staff-photo]  */
img.staff-member-photo {
	float: left;
       padding:1px;
       border:1px solid #021a40;
}