

/**
 * CSS Styles for the homepage
 */
#slideshow {
	width: 590px;
	height: 252px;
}
#news {
	padding-top: 10px;
}
#news .news-element {
	width: 266px;
	padding: 12px;
}
#news .column_L .news-element { float: left; }
#news .column_R .news-element { float: right; }
#news .news-element h2 {
	
}
#news .news-element .content {
}
#news .news-element img.thumb {
	display: block;
	margin: auto;
}
#news .news-element img.thumb,
#news .news-element .link {
	margin-top: 0.8em;
}
