#footer {
	line-height: 1;
	font-size: .9em;
	padding: 1em 0;
	margin-top: 1em;
	}

#footer #footer_nav {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	}
	
#footer #footer_nav li {
	padding: 0 5px 0;
	margin: 0;
	float: left;
	border-right: 1px solid #f3ffff;
	list-style-image: none;
	}
#footer #footer_nav li.last {
	border-right: none;
	}
#footer #footer_nav li.first {
	padding-left: 0;
	}

#footer a {
	color: #f3ffff;
	}

#footer #copyright {
	float: right;
	text-align: right;
	color: #bcd;
	padding-bottom: 20px;
	}