#news_container {
    float: left;
    width: 770px;
    margin: 10px 0px 0px 0px;
}
#news_container .news {
    width: 670px;
    margin: 10px 0px 0px 0px;
}

.n_box {
    width: 250px;
    float: right;
    clear: right;
    border: solid 1px #65421c;
    margin: 0px 0px 5px 5px;
    color: #3a563f;
    padding: 0px;
    position: relative;
    background: #fff;
}
.n_box_head {

    color: #fff;
    background-color: #65421c;
    border: 0px;
    padding: 2px 3px; 
    font-weight: bold;
}
.n_box p {
    width: 250px;
}
.text_long{
}
.title{
}

.back {
    float: right;
    text-align: right;
    margin-bottom: 5px;
    width: 200px;
}
.author{
    font-weight: bold;
    padding: 10px 0px 10px 5px;
    
}
.date_open{
    text-align: right;
    font-weight: bold;
    padding: 0px 0px 5px 5px;
}
.date{
    text-align: left;
    line-height:10px;
    padding: 0px 0px 3px 5px;
    width: 200px;
}
.lead {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
}

.lead table{
	line-height:18px;
    font-size: 12px;
}

.more {
    text-align: right;
}
hr {
    text-align: center;
    margin-top: 10px;
    width: 440px;
}
.link_pdf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_pdf.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_doc {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_doc.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_rtf {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_rtf.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_xls {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_xls.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
}
.link_ppt {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    background: url(/images/ico_ppt.gif) transparent no-repeat top left; 
    height: 18px;
    padding: 0px 0px 0px 25px;
    display: block;
}
.link_gal {
    list-style-type: none;   
    margin : 5px 0px 5px 5px;
    height: 18px;
    background: url(/images/ico_img.gif) transparent no-repeat top left; 
    padding: 0px 0px 0px 25px;
    display: block;
}

.link_a {
    text-decoration: none;
    float: left;
}
