#ticker_container
{
	background:url(../img/interface/ticker_back.png) no-repeat;
	color:#3e3e3e;
	height:32px;
	margin-left:1px;
	width:941px;
}

#ticker
{
	overflow:hidden;
	float:left;
	width:838px;
	height: 32px;
}

#ticker li
{
	width: 838px;
	height: 32px;
	list-style-type:none;
	margin:0 auto;
	padding:0;
}

#ticker a
{
	color:#3e3e3e;
	text-decoration:none;
}

#ticker a:hover
{
	color:#900;
}

#ticker .headline
{
	float:left;
	font-size:16px;
	font-weight:700;
	margin:0;
	padding:4px 10px;
}

#ticker .description
{
	float:left;
	font-size:12px;
	margin:0;
	padding:8px 0;
}

#rss_subscribe
{
	background:url(../img/interface/rss.png) no-repeat;
	float:right;
	height:34px;
	width:102px;
}