#news {

    width: 450px;
    height: 520px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    float: left;
    margin-top: 20px;
    background: #eaeaea;


}

#description {

    font-weight: 100;
    font-size: 85% ! important;
    padding: 30px 0 10px 0;
    letter-spacing: 1px;

    color: #222;

}

#charts {

    width: 450px;
    height: 520px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    float: right;
    margin-top: 20px;
    background: #eaeaea;

}

#supportresistance {

    width: 450px;
    height: 520px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    float: left;
    margin-top: 40px;
    background: #eaeaea;
    clear: left;

}


#newsletter {

    width: 450px;
    height: 520px;
    border-left: 1px solid #aaa;
    border-top: 1px solid #aaa;
    float: right;
    margin-top: 40px;
    background: #eaeaea;

}


#bottomcontentwrapper img {

    width: 444px;
    border: 3px solid #eaeaea;

}

#bottomcontentwrapper img:hover {

    opacity: .95;

}

#bottomcontentwrapper h2 {

    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 115%;


}

#bottomcontentwrapper a {

    font-weight: bold;
    color: #00269b;
    text-decoration: underline;


    font-family: Cambria, Georgia, serif;

}

#bottomcontentwrapper a:hover {

    color: #111;

}


#bottomcontentwrapper ul {

    font-size: 80%;
    font-weight: 100;
    color: #444;
    padding: 0 20px;

}

#bottomcontentwrapper li {

    padding: 10px 0;
    margin-left: 20px;

}

