div.float_left
{
	float: left;
}

div.clear
{
	clear: both;
}

#overlay
{
	position: absolute; 
	z-index: 1; 
	display: none; 
	width: 900px; 
	height: 400px; 
	background: #ffffff;
	border: 2px #000000 solid;
}

#testimonials .text
{
	text-align: left;
	font-size: 14px;
	font-style: italic;
}

#testimonials .credit
{
	margin-top: 3px;
	font-size: 13px;
}

#rss_feeder
{
	width: 100%;
}

#rss_feeder .title
{
	margin-bottom: 2px;
	/*float: left;*/
	overflow: hidden;
}

#rss_feeder .title a
{
	font-size: large;
	text-decoration: underline;
	color: red;
}

#rss_feeder .title a:hover
{
	color: white;
}

#rss_feeder .body
{
	margin-bottom: 12px;
	/*float: left;
	clear: left;*/
	width: 100%;
	overflow: hidden;
}
