#news {
	padding-top: 15px;
}

#news span {
	display: block;
}

.employee {
	min-height: 150px;
}

.news_title {
	margin-top: 10px;
	color: #009acb;
	font-weight: bold;
	font-size: 12px;
}

.news_function {
	font-size: 10px;
	font-weight: bold;
	color: #7c7c7c;
	display: block;
	margin-top: 2px;
	margin-bottom: 4px;
}

.news_more {
	margin-top: 10px;
	margin-left: 10px;
}

.news_text {
	padding: 0;
}

.news_text img {
	float: left;
	width: 100px;
	height: 100px;
	position: relative;
	margin-right: 10px;
	background-color: #7c7c7c;
}


	.news_text p {
		margin: 0;
		padding: 0;
	}/* CSS Document */

