#news_mod,
#news_mod * {
    font-weight: 300;
    color:       #5e5d62;
}

#news_mod b,
#news_mod strong {
    font-weight: 400;
}

#news_mod .news-items {
    position: relative;
    left:     -57px;
}

#news_mod .news-title {
    padding-bottom: 0 !important;
}

#news_mod .news-item {
    width:  750px;
    margin: 0 auto;
}

#news_mod .news-col-date {
    vertical-align: top;
}

#news_mod .news-item-date {
    width:       135px;
    padding-top: 8px;
    font-size:   14px;
}

#news_mod .news-item-title {
    padding-bottom: 20px;
}
#news_mod .news-item-title,
#news_mod .news-item-title a {
    font-size: 24px;
    color:     #5e5d62;
}
#news_mod .news-item-title a:hover {
    color: #5e5d62;
}

#news_mod .news-item-content {
    width:       740px;
    position:    relative;
    line-height: 22px;
    font-size:   16px;
}
#news_mod .news-item-content a {
    color: #f2612c;
}
#news_mod .news-item-content p {
    padding-top: 20px;
}
#news_mod .news-item-content p:first-child {
    padding-top: 0;
}

#news_mod .news-pager {
    padding-top:    30px;
    padding-bottom: 30px;
    text-align:     center;
}
#news_mod .news-pager a {
    color: #f2612c;
}
#news_mod .news-pager a:hover {
    color: #fff;
}