#news-cycle {
	height: 300px;
	margin: 5px;
	color: #113366;
	overflow: hidden;
}

#action-cycle {
	height: 157px;
	width: 700px;
	float:right;
	margin: 5px;
	color: #113366;
	overflow: hidden;
}

#news{
	height: 100%;
	margin:0 auto;
	overflow: hidden;
	background: #d4e7f3;
}

#action{
	height: 100%;
	width: 630px;
	float:left;
	margin:0 10px 0 0;
	overflow: hidden;
}


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

#news img, #action img
{
	margin: 5px 0;
	float: left;
	clear: both;
}

#news img, #action img
{
	margin: 5px 0;
	float: left;
	clear: both;
}

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


#news_text, #action_text {
	font: normal 10px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
.short_news p{
	font: normal 10px/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #113355;
}
#news_text img{
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #fff;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
/*#news_text p{
	float: left;
}*/

