
#news_table,
#events_table {
    width: 230px;
    margin: 0;
	background-color: #403e3c;
	background-image: url(images/news_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
    padding: 10px;
    margin: 10px 0 10px;
}
#news_table {
    float: left;
}
#events_table {
    float: right;
}
#news_table ul.news,
#events_table ul.events {
    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,
#events_table ul.events li {
    list-style-type: none;
	font-size: 0.7em;
	line-height:normal;
	padding: 3px;
	text-align:justify;
	color: #000;
}
#news_table a,
#events_table a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
#news_table a.title,
#events_table a.title {
    font-size: 1.3em;
    color: #0099db;
}
#news_table .published,
#events_table .location,
#events_table .happening {
    color: #ff9a00;
}
#events_table .location {
    font-weight: bold;
}
#events_table .happening {
    font-size: 0.9em;
}
#news_all_link,
#events_all_link {
    font-size: 0.9em;
    text-align: right;
    display: block;
}

