/* CSS Document */

#footer {
clear: both;
height: 40px;
background-color: #efefef;
}
	#footer ul {
	margin: 0px;
	padding: 0px;
	border-top: solid 3px #333;
	list-style: none;
	}
		#footer ul li {
		float: left;
		width: 100%;
		background-color: #069;
		text-align: center;
		font-weight: bold;
		}
			#footer ul li a {
			display: block;			
			padding: 4px 0px 6px 0px;
			color: white;
			}
	#footer address {
	clear: both;
	background-color: #333;
	color: white;
	font-size: 90%;
	text-align: center;
	padding: 3px 0px;
	}
	#footer span {
	display: block;
	width: 256px;
	background-color: #333;
	color: white;
	font-size: 90%;
	text-align: center;
	padding: 3px 0px;
	}
