/* --------------------------------------------
   
----------------------------------------------- */
div.column-main h1.title
{
	width: 153px;
	height: 27px;
	background-image: url(../img/rss/header_rss_feeds.gif);
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 18px;
}

/* --------------------------------------------
   
----------------------------------------------- */
div.column-main p
{
	color: #444;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	padding-left: 5px;
}

div.column-main p a
{
	color: #813;
}

div.column-main p a:hover
{
	text-decoration: underline;
}

/* --------------------------------------------
   
----------------------------------------------- */
ul#rss-feeds
{
	border-top: 1px solid #aa9;
	margin-top: 14px;
}

ul#rss-feeds li
{
	border-bottom: 1px solid #aa9;
	overflow: hidden;
	_height: 1%;
	padding-left: 5px;
	padding-top: 1px;
}

ul#rss-feeds li h3
{
	font: 18px/34px georgia, serif;
	color: #205a67;
}

ul#rss-feeds li a
{
	float: left;
	clear: left;
	text-indent: -2000px;
	overflow: hidden;
	background-repeat: no-repeat;
	margin-bottom: 9px;
}

ul#rss-feeds li a.rss
{
	width: 44px;
	height: 16px;
	background-image: url(../img/rss/icon_rss.gif);
}

ul#rss-feeds li a.atom
{
	width: 80px;
	height: 15px;
	background-image: url(../img/rss/icon_atom.gif);
}

