#efutures {

    width: 900px;
    float: left;
    margin-top: 40px;

}

#cannon {

    width: 900px;
    float: left;
    margin-top: 40px;

}

strong {

    font-weight: bold;

}

#efutures h2, #cannon 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;

}

#efutures ul {

    list-style-type: none;
    margin: 10px 20px;
    padding: 20px;
    font-size: 85%;
    font-weight: 100;
    color: #333;
    border: 1px solid #ccc;
    width: 150px;
    background: #e3e3e3;
}

#bottomcontentwrapper a {

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

}

#bottomcontentwrapper a:hover {

    color: #111;

}



