﻿
.our_team {
    width: 150px;
    height: 200px;
    margin: 20px 5px 20px 5px;
    float: left;
    display: block;
}

.team_pic {
    height: 150px;
    clear: both;
    margin-bottom: 10px;
}

.team_name {
    font-weight: bold;
    height: 35px;
    width: 150px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    display: block;
}

.left_pic {
    margin-left: 0px;
    margin-right: 30px;
}

.other_pic {
    margin-left: 30px;
    margin-right: 30px;
}

.clear_right {
    clear:right;
}

.team {
    overflow:hidden;
}
