#action-cycle, #news-cycle {
	height: 300px;
	
}

#action, #news{
	height: 100%;
/*	background: #fefefe;*/
	margin:0 auto;
}

#news h3, #action h3{
	font: normal 1.5em/1.2em Georgia, "Times New Roman", Times, serif;
	padding:0;
}

#news img, #action img
{
	margin: 5px 5px 5px 0;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
	clear: both;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

span#date
{
	font: italic 0.9em/1.2em Verdana, Arial, Helvetica, sans-serif;

}


#news_text, #action_text{
	font: normal 10px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
#news_text img{
	float: left;
}
#news_text p{
	float: left;
}

