div#copyright {
	width: 100%;
	height: 62px;
	background: url(../img/footer-bg.png) repeat-x bottom;
	color: #255885;
}

div#copyright div.container {
	background: url(../img/footer-shadow.png) no-repeat center top;
}

div#copyright ul {
	display: block;
	width: 610px;
	margin: 0 auto;
	list-style: none outside none;
}

div#copyright ul  li {
	float: left;
	padding: 0 14px;
	margin-top: 22px;
	border-left: 1px solid #255885;
	white-space: nowrap;
	background: none;
}

div#copyright ul  li.first {
	border: none;
}