#footer_nav {
	background-color: #d385f7;
	background-image: url(../images/footer_top.jpg);
	background-repeat: no-repeat;
	background-position: right;
	text-align: center;
	height: 25px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #000;
}
#footer_nav a, #footer_nav a:active {
	color: #543563;
}
#footer_nav a:hover {
	color: #fff;
}
#footer_nav li {
	line-height: 24px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	display: inline;
}
#footer {
	color: #333;
	text-align: center;
	clear: both;
	overflow: hidden;
}
#footer a 
{
	color: #333;
}
#footer ul li {
	padding: 10px;
	display: inline;
}
