#main #col_left #content #news {
	background-color	: #FFF;
	width	: 100%;
}

#main #col_left #content .primary_news td {
	border-bottom	: 1px solid #CECECE;
}

#main #col_left #content .secondary_news {
	background-color	: #EDECEC;
	background-image	: url(./img/bg_news_2.png);
	background-position	: 0 0;
	background-repeat	: repeat-x;
}

#main #col_left #content #news td.left {
	padding	: 10px 0 5px 10px;
	width	: 220px;
}

#main #col_left #content #news td.left h1 {
	color	: #003399;
	font-size	: 16pt;
	margin	: 0;
	padding	: 0;
}

#main #col_left #content #news td.right {
	padding	: 10px 10px 5px 10px;
	text-align	: justify;
	width	: 360px;
}

#main #col_left #content #news td.right a.link_read_more {
	float	: right; 
	margin-top	: 10px;
}

#main #col_left #content .secondary_news td.right p:first-child {
	margin-top	: 0;
}

#main #col_left #content .news .footer {
	clear	: both;
	padding	: 0 5px 5px 5px;
	text-align	: right;
}

#main #col_left #content .secondary_news .picture {
	-moz-box-shadow	: 0 2px 5px 1px #666;
	-webkit-box-shadow	: 0 2px 5px 1px #666;
}