.footer{

	margin: 0;

	padding: 0;

	font-size: 7.87pt;



}





.footer ul{

	margin: 0;

	padding: 0;

	list-style: none;

	background: #264973;

	height: 30px; <!-- was 20 -->

	border-top: solid 1px black;

	border-bottom: solid 1px black;

	width: 750px;

}



.footer li{

	float: left;

	width: 33%;

	display: inline;

	text-align: center;

	color: white;

	padding: 0;

	margin: 2px 0 0;

	height: 20px;

}





.space{

	height: 220px;

}




