div#footer {
	clear: both;
	margin-top: 10px;
	padding-top: 25px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #e4e4e4;
	background: url(../images/footer_back.gif) no-repeat top right;
}

div#footer ul {
	margin: 0 auto;
	text-align: center;
}

div#footer ul li {
	display: inline;
}

div#footer ul li.sep {
	width: 2px;
	padding: 0;
}
div#footer ul li a.rss {
	font-size:10px;
	color:#000;
	font-weight:bold;   
	text-decoration: none;
}
div#footer .friendlink {
	color: #000;
}

div#footer .friendlink a {
	color: #000;
}

div#footer .article {
	color: #656565;
	margin-top: 5px;
}

div#footer .article a {
	color: #656565;
}

div#footer .article a:hover {
	color: #656565;
}

div#footer div.footer-info {
	margin-top: 10px;
}

div#footer div.footer-info p {
	color: #656565;
	font-size: 12px;
	font-family: Arial;
	margin-top: 10px;
}


