#foot
{
	width: 780px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0 10px 0;
	font-size: 10px;
}

#foot ul
{
	list-style: none;
}

div#foot ul li
{
	float: left;
}

div#foot ul li a
{
	text-decoration:none;
	padding: 2 8px;
	color: #036;
}

div#foot ul li a:hover {
	background-color: #FFF8B1;
	color: #333;	
}
