/*############################### News-Feed #############################*/
#rss{
	width:380px;
	font-size:12px;
	margin-top: 30px;
}
#rss #newsfeed{
	padding:5px;
	border:1px solid #CCCCCC;
	height:260px;
	width:368px;
}
#rss #newsfeed a {
	color:#FF9900;
	font-size:14px;
	font-family: georgia,times;
}
#rss #newsfeed .date {
	margin:0;
	color:#999999;
	line-height: 1.2em;
	text-align: left;
	font-size: 14px;
}
#rss #newsfeed .description{
 	margin:0;
 	padding:0;
}
#rss #newsfeed .description p{
	font-size:12px;
}
#loading{
	margin:40% 0% 0% 40%;
	float:left;
}
