@charset "utf-8";
.rssfeeds {
	float: left;
	height: 139px;
	width: 400px;
	margin-top: 15px;
	background-attachment: fixed;
	background: url(images/rss_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
.rssheader {
	float: left;
	margin-top: 25px;
	font-size: 36px;
	font-weight: bold;
	margin-left: 160px;
}
.feeds {
	height: 200px;
	width: 510px;
	margin-top: 15px;
	float: left;
}
.feeds a {
	color: #0099FF;
	text-decoration: underline;
}
.desc {
}
.availablefeeds {
	margin-top: 25px;
	color: #48A2FA;
}
.showfeeds {
	margin-top: 10px;
	margin-bottom: 15px;
}
.showfeeds a {
	color: #FF6600;
	text-decoration: underline;
}
.moreinfo {
	margin-top: 10px;
	margin-bottom: 55px;
	text-align: center;
}
