.coaches{
    position: relative;
    margin-bottom: 40px;
}

.coachunit p {
       font-family: Verdana, sans-serif;
       font-size: 11px;
       line-height: 13px;
       letter-spacing: 0;
       margin: 0px 0px 0px 100px; 
       width: 211px;
}

.coachunit {
    position: relative;
    height: 109px;
    float: left;
    margin: 0px 10px 10px 0px;
}

.coachunit img {
    position: absolute;
    top:0px;
    left:0px;
}

.coachunit a:link {
    display: block;
    background-color: #f06631;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    width:  41px;
    margin-top: 6px;
    padding: 0px 0px 1px 6px;
}

.coachunit a:visited {
    display: block;
    background-color: #f06631;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    width:  41px;
    margin-top: 6px;
    padding: 0px 0px 1px 6px;
}

.coachunit a:hover {
    display: block;
    background-color: #f06631;
    color: #fffed4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    width:  41px;
    margin-top: 6px;
    padding: 0px 0px 1px 6px;
}


.clearme{
    clear: both;
}
