/**
 * STYLE SHEET :: STAFF
 *
 * Specifies styles specific to homepage
 */

#content h2,
#content p {
    margin-left: 164px;
    }

#content h2 {
    margin-top: -0.0em;
    }

/*
#content img {
    float: left;
    clear: left;
    width: 120px;
    height: 120px;
    margin-bottom: 0.5em;
    border: 1px solid #666;
    }
*/

.photo-120x120 {
    float: left;
    clear: left;
    width: 120px;
    height: 120px;
    margin-bottom: 1.0em;
    padding: 12px;
    background: #FFF url(/images/photo-shade-120x120.png) top left no-repeat;
    }

#content .staff-member {
/*
    float: left;
    background-color: #F7F7F7;
*/
    clear: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0.5em 0.5em 0 0;
    }


