#news {
	background:#f4f4f4;
	border:1px solid #CCC;
	width:435px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:0 16px;
	position:relative;
	top:-2px;
	float:left;
	padding-bottom:20px;
	display:inline;
}
#news h2 {
	margin-top:.5555em;
}
#news h2 span {
	background:url(../images/home_sprite.gif) 0px -131px no-repeat;
}
#news .article {
	margin-left:100px;
	position:relative;
	min-height:90px;
}
#news .article h3 {
	font-size:1.333em;
	line-height:1.25em;
	margin-bottom:.625em;
	margin-top:1.25em;
	font-weight:normal;
}
#news .article p {
	font-size:1.0em;
	line-height:1.6667em;
	margin:0 0 1.923em 0;
}
#news .article a {
	text-decoration:none;
	border-bottom:1px dotted #555;
}
#news .article a img {
	position:absolute;
	left:-100px;
	padding:9px;
	background:#FFF;
	border:1px solid #CCC;
	top:0;
	margin:0;
}

#news .secondary_action{
font-size:1em;	
margin-top:1em;
}

