
#commissions {

    width: 100%;
    float: left;
    margin-top: 30px;

}

#commissions h2 {

    letter-spacing: 2px;
    color: #00269b;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    font-size: 120%;
}

#bottomcontentwrapper p {

    padding: 10px 20px;
    font-size: 85%;
    font-weight: 100;
    color: #333;
    line-height: 20px;

}

#commissions ul {

    padding: 10px 20px;
    font-size: 85%;
    font-weight: 100;
    color: #333;
    line-height: 20px;
    list-style-position: inside;

}

strong {

    font-weight: bold;

}

#bottomcontentwrapper a {

    text-decoration: none;
    font-size: 110%;
    color: #00269b;
    font-weight: bold;

}

#bottomcontentwrapper a:hover {

    color: #111;

}

