#news {
 padding: 10px 10px 10px 10px;
}

#news div.news_text { margin-right: 220px; }
#news h2 {
 font: bold italic 1.4em Arial, Helvetica, sans-serif;
 margin-bottom: 6px;
 color: #B21C22;
}

#news p.more {
 color: Black;
 background: transparent url(images/arrow_right.gif) no-repeat 0px 2px;
 padding-left: 17px;
}

#news #news_item {
 width: 690px;
 display: block;
 position: relative;
}

#news #news_item a { color: Black; }
#news p.date {
 color: Gray;
 margin-bottom: 4px;
}

#news p.link {
 background: transparent url(images/pin.gif) no-repeat 0px 1px;
 padding-left: 20px;
}

#news p.back {
 margin-top: 20px;
}

#news #news_item img {
 margin-right: 10px;
 border: 1px solid Silver;
 float: right;
 width: 200px;
}

.clear_right { clear: right; }


