@import url('news_menu.css');

.news_home {
	margin-top: 10px;	
	padding-top: 5px;
	border-top: 1px solid #9ad5f8; 
	border-bottom: 1px solid #9ad5f8; 
	margin-bottom: 2em;
}
.news_home .news_last {
	float: left;
	width: 460px;
}
	.news_home .news_last a.picture {
		float: left;
	}
		.news_home .news_last a.picture img {
			border: 1px solid  #000;
		}
	.news_home .news_last .content {
		margin-left: 200px;
		border-right: 1px solid #9ad5f8;
		padding-right: 10px;
	}
		.news_home .news_last .content h3.title {
			margin-bottom: 1em;
			height: 1%;
		}
			.news_home .news_last .content h3.title a {
				font-size: 1.8em;
				color: #e51111;
				line-height: 1.2em;
			}
		.news_home .news_last .lead {
			font-size: 1.1em;
			height: 1%;
		}
