﻿.staffProfile
{   display:table;
    width:100%;
    border:solid 1px Gray;
    margin-bottom:10px;    
}

.staffProfileRight
{
    overflow:hidden;
    float:right;
    width:60%;
    margin:3px;    
    text-align:left;
}


.staffProfileRight ul
{   
    margin:0 0px 0px 25px;    
}
.staffProfile img
{   
    float:left;
    border:solid 0px #000;
    width:155px;
    height:196px;
    margin:5px 0 0 5px;
    vertical-align:middle;
}