/******** Classes ********/
.clear {
    clear: both;
}

.pic-float-right {
    float: right;
    margin-left: 10px;
}

.pic-float-left {
    float: left;
    margin-right: 10px;
}

.lower-alpha-list {
    list-style-type: lower-alpha;
}

.people-list {
    margin-top: 1em;
}

/******** IDs ********/
#director-img {
    margin-bottom: 1em;
}