/* Home CSS Document */

.news_wrap {
	float: left;
	width: 200px;
	margin-right: 20px;
	display: inline;
}
.welcome_wrap {
	float: left;
	width: 420px;
	display: inline;		
}
.welcome_text {
	float: left;
	width: 420px;
	line-height: 14px;
	margin-bottom: 15px;
	text-align: justify;
	display: inline;
}
.news_text {
	float: left;
	width: 200px;
	display: inline;
}
.news_row {
	float: left;
	width: 200px;
	margin-bottom: 20px;
	display: inline;
}
.news_date {
	float: left;
	width: 200px;
	line-height: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	display: inline;
}
.news_teaser {
	float: left;
	width: 200px;
	line-height: 14px;
	text-align: justify;
	display: inline;
}