/* the news box */
#news {
    background:transparent;
    margin-left:6px;
}
/*#news a {
    color:gray;
}
#news a:hover {
    color:#000000;
}*/
#news ul {
    margin:0;
    padding:0;
}
#news li {
    line-height:1.5em;
    /*color:#000000;*/
    margin-bottom:6px;
}
/*
#news strong {
    font-size:12px;
    padding: 4px;
}
#news p {
    width:100%;
    line-height:1.5em;
    color:#000000;
    padding-bottom:2px;
    border-bottom: groove 2px #9c8970;
    height:auto;
    float:left;
}
#news li h1 {
    padding:0;
    font-size: 14px;
    color:#000000;
}
#news li h2 {
    font-size: 11px;
    text-align:justify;
    color:#b10604;
    line-height:8px;
}
#news li a {
    color:#b10604;
    font-size: 10px;
}*/
#news li p {
    margin-top:0;
}
#news li img {
    border:none;
    padding:3px;
    padding-right:0;
    float:right;
}
/* the news box when JavaScript is available */
#news.hasJS {
    width:97%;
    height:290px;
    padding:0;
    overflow:hidden;
    position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul {
    position:absolute;
    top:60px;
    left:0;
    margin:0;
    padding:0;
}

