/* CSS Document */

#footer {border-top: 2px solid #D2D2D2; border-bottom: 2px solid #D2D2D2}
#footer ul {
	margin: 3px 0 0 0; padding: 15px 0 16px 0;
	width: 762px;
	list-style: none;
	background-color: #F2F2F2;
	text-align:center;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	padding: 0 13px 0 11px;
	border-right: 1px solid #848484;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #5E718D;
	font-size: 11px;
	line-height: 20px;
}



p.copyright {
	margin: 0; padding: 0;
	font-size: 10px;
	line-height: 13px;
}
