div .newsItem {
    float: left;
    width: 100%;
    margin-bottom: 35px;
}

div .newsInfo {
    padding-bottom: 2px;
    border-bottom: 1px solid #AAAAAA;
}

div .newsImg {

    border: 0px solid #000000;
    float: right;
}

div .newsInfo strong {
    font-size: 15px;
    text-decoration: none;
}


div .newsTags {
    float: right;
    text-align: right;
    font-size: 9px;
    height: 15px;
}

div .newsSubmitted {
    float: right;
    text-align: right;
    font-size: 9px;
    padding-right: 5px;
    height: 15px;
}

div .newsSubmitted a,
div .newsSubmitted span {
    font-weight: bold;
}

div .newsMessage {
    clear: both;
}

div .newsText {
    float: left;
    border-top: none;
    padding: 5px;
    width:910px;
}