/* footer */
/* items seperated with a border, except last item */

#footer-nav ul{
	display:block;
	list-style: none;
	margin:0px auto;
}
#footer-nav ul li {
	padding-left:15px;
	padding-right:15px;
	display:inline;
	border-left: 1px solid #bdbdbd;
	height:24px;
	line-height:24px;
}
#footer-nav ul li.last{
	padding-right:7px;
}
#footer-nav ul li.first{
	border-left:0px;
}
#footer-nav ul li a{
	color:#e60005;
	text-decoration:underline;
}

#footer-copyright{
	float:none;
	clear:both;
	height:20px;
}
