#news_feed{
    /*background: url('/images/design/news.jpg') no-repeat;*/
    margin: 0 0 40px 0;
}

.news_title{
    font-size: 11px;
    font-weight: bold;
    color: #000;
    color: #4C4133;
}

.news_date{
    font-weight: bold;
    font-size: 11px;
}

.news_description{
    padding: 0;
}

.news_more_link{
    color: #4D7212;
    
}

.news_more_link_all{
    color: #4D7212;
    font-weight: bold;
    background: url('/images/design/link_arrow.gif') right 5px no-repeat;
    padding: 0 25px 0 0;
    
}

.news_article_block{
    margin: 10px 0 10px 0;
}

.news_feed_content{
    padding: 0 60px 0 70px;
}

