#footer {
	margin-bottom: 10px;
}
#footer ul {
	margin: 0;
	list-style-type: none;
	color: #537694;
	width: 100%;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

#footer li { 
	display: inline;
	border-left: 1px solid #537694;
}

#footer li a {
	text-decoration: underline;
	color: #537694;
	padding: 0 1em;
}

#footer #cpyrt {
	margin: 10px 0;
	list-style-type: none;
	color: #537694;
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	text-align: center;
}