@charset "utf-8";
/* CSS Document */

#footer {
	height: 123px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #FFF;
	background-image: url(/images/footer-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float:left;
		border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	margin-bottom: 10px;
}
#footer ul {
	float: left;
	width: 360px;
	list-style-image: none;
	list-style-type: none;
	margin-right: 0px;
	margin-left: 320px;
	margin-top: 30px;
	margin-bottom: 0px;
	text-decoration: none;
}
#footer ul li {
	float: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #069;
	margin-right: 5px;
	padding-right: 5px;
	height: 15px;
}
#footer .copyright {
	float: left;
	clear: both;
	width: 1000px;
	padding-top: 15px;
}

#footer a {

	color#666;
}#footer ul li a {
	text-decoration: none;
	color: #666;
}

