/* CSS Document */

#footer {
clear: both;
background-color: #333;
border-top: solid 3px #333;
}
#footer ul {
float: left;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
background-color: #058;
}
	#footer ul li {
	width: 20%;
	float: left;
	}
		#footer ul li a {
		display: block;
		text-align: center;
	 	color: white;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.8em;
		}
			#footer ul li a:hover {
			text-decoration: underline;
			}
	#footer address {
	clear: both;
	color: white;
	font-size: 90%;
	text-align: center;
	padding: 3px 0px;
	}
