#foot {
	border-top: 1px solid #ddd;
	color: #999;
	line-height: 1.5em;
	padding-bottom: 6px;
	margin: 0 auto;
	text-align: center;
	font-size:12px;
}

#foot .foot-nav-list-wrapper ul {
	padding: 8px 0;
}

#foot .foot-nav-list-wrapper ul li {
	display: inline;
	color: #999;
	padding: 0 6px;
	border-right: 1px solid #b0b0b0;
}

#foot .foot-nav-list-wrapper ul li.last-child {
	border-right: none;
}

#foot .foot-nav-list-wrapper ul li a {
	color: #b0b0b0;
	text-decoration: none;
}

#foot .foot-nav-list-wrapper ul li a:hover {
	color: #999;
	text-decoration: underline;
}