#footer {
	width: 1680px;
	background-color: #030;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	position: relative;
	clear: both;
}
#footer a {
	color: #fff;
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	text-decoration: none;
}
#footer a:hover {
	color: #999;
}
#footer ul {
	text-align: left;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer ul li {
	display: inline;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px dotted #fff;
}
#footer ul li:first-child,
#footer ul li.firstChild {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

