#headline {width:100%; overflow:hidden;}

.box_headline { background: #FFF8C6; padding: 5px; margin-bottom: 10px; }

#box_center_holder_home .box_headline h1 { font-size: 30px; padding: 5px 0px; border-bottom: none; margin-bottom: 0; }

.headline_article_holder { width: 100%; overflow:hidden;}

.headline_image {float: right; text-align: right; position: relative; display: block;  margin: 2px; }

.headline_body {color:#555555;}

.headline_link a { text-align: right; font-size: 11px; color: #1948b6;}

.headline_image div.image_caption { 
	position: absolute; 
	bottom: 0; 
	left: 7px;
	width: 590px; 
	text-align: right;
	font-size: 11px; 
	color: #FFFFFF; 
	background-color: #000000;
	padding: 3px;
	z-index: 999;
	opacity: .60;               /* Standard style for transparency */
	-moz-opacity: .60;          /* Transparency for older Mozillas */
	filter: alpha(opacity=60);  /* Transparency for IE */
}

/* Hides from IE5-mac \*/
* html .headline_image div.image_caption { right: 2px; bottom: 2px; }
/* End hide from IE5-mac */

/*** Small headlines ***/

.other_headlines {}

.other_headlines h2 {font-size: 16px;}

.other_headlines span.summary {font-size: 12px; color:#555555;}

.other_headlines div.headline_article_holder { margin-bottom: 10px; border-bottom: 1px solid #DCDCDC; padding: 0px 5px 5px 5px;}

.other_headlines div.image { float: inline; margin: 5px 5px 0px 0px;}
