.article {
    padding: 10px;
    border-bottom: 2px solid #082a96;
}
.articleHeader {
    width: 490px;
    float: left;
}
.articleHeader h2{
    font-weight: normal;
}
.addedDate {
    width: 200px;
    float: right;
    font-size: 0.9em;
    text-align: right;
    color: #666666;
}
.previewImage {
    float: right;
    clear: right;
}
.articleBody {
    padding-top: 10px;
    clear: left;
}

