.footer-top
{
	height: 6px;
	background: url("/images/footerTop.png") bottom left no-repeat;
}

.footer-main
{
	height: 25px;
	width: 960px;
	background: #E2E6E9;
}

.footer-bottom
{
	height: 6px;
	background: url("/images/footerBottom.png") top left no-repeat;
}

.footer-image
{
	padding-left: 20px;
	height: 25px;
	top: -5px;
	float: left;
}
#footer ul
{
	float: right;
	margin-top: 5px;
}

#footer li
{
	display: inline;
	padding: 3px 10px 3px 10px;
	
	list-style-position: inside;
	list-style-type: none;
	background: none;
}

#footer li + li
{
	border-left: solid 1px #8C95A6;
}

#footer a
{
	color: #8C95A6;
}

#footer a:hover
{
	color: #383E47;
}