.news-list-item {
    width: 320px;
    height: 233px;
    float: left;
    padding: 0 15px 0 0;
}

.news-list-item img {
    border: 1px solid #BDBDBD;
}

.news-list-item h3 {
    font-size: 13px; 
    padding: 5px 0 5px 0;
}

.news-list-item h3 a {
    text-decoration: none;
}

.news-list-item p.bodytext {
    text-align: justify;
}

.news-single-item-left {
    width: 410px;
    float: left;
    padding: 10px 10px 0 0;
}

.news-single-item-left h3 {
    font-size: 13px;
}

.news-single-item-right {
    width: 250px;
    float: left;
    padding: 10px 0 0 0;
}

.news-single-item-right img {
    padding: 0 0 10px 0;
}

.news-single-backlink {
    text-align: right;
}


