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

#action, #news{
	height: 100%;
	padding: 5px 5px 5px 20px;
}

#news h3, #action h3{
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	padding:0;
		color: #333;
}

#news h3:hover
{
	color: #99cc33;
	cursor: pointer;
}



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

span#date
{
	font: normal 11px/13px Verdana, Arial, Helvetica, sans-serif;

}


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