
#news_table {
    float: right;
    clear: right;
    width: 230px;
    margin: 0px;
	background-color: #403e3c;
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
    padding: 10px;
}
#news_table ul.news {
    margin-left: 0;
    padding-left: 0;
	background-color: #e8eced;
	background-image:url(images/news_list_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	border: 4px solid #fff;
}
#news_table ul.news li {
    list-style-type: none;
	font-size: 0.7em;
	line-height:normal;
	padding: 3px;
	text-align:justify;
	color: #000;
}
#news_table a {
    font-weight: bold;
    color: #2564a7;
    font-size: 1.3em;
}
#news_table .published {
    color: #ac184a;
}
#news_table h3 a {
    color: #fff;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
#news_table h3{
    color: #fff;
    padding: 10px 0px 0px 0px;
    margin: 0px;
    border: 0px;
}

