#mother {
	min-height: 580px;
}

#flash-area {
	position:absolute;
	top:0;
	left:500px;
}

#content{
	min-height:400px;
}

.description {
	margin-top:3px;
	width: 320px;
	height:210px;
}

#news_feed_header {
	margin-top: 8px;
	margin-left:15px;
}

#news_feed {
	background-color: #fff;
	border: #d1d3d4 1px;
	border-style: none solid;
	height: 120px;
	width: 779px; 	
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-left:15px;
}

#news_feed_data {
	position: absolute;
	top: 12px;
	left: 10px;	
	display: none;
}

.news_feed_item {
	position: relative;
	width: 174px;
	height: 100px;
	float: left;
	text-align: left;
	overflow: hidden;
}

.news_feed_date {
	color: #58595b;
	font-size: 10px;
}

.news_feed_title {
	color: #58595b;
	font-size: 11px;
}

.news_feed_description {
	color: #000;
	font-size: 10px;
	height: 58px;
	overflow: hidden;
}

.news_feed_readmore { 
	position: absolute;
	top: 87px;
	right: 0;
}
.news_feed_readmore a {	
	color: #58595b;
	font-size: 10px;
	text-decoration: none;
}
.news_feed_readmore a:hover { text-decoration: underline; }
