/**
 * Style sheet footer
 */
#footer #footernavigation ul li a
{
	display:block;
	margin:10px;
	float:left;
	font-size:11px;
	color:#666;
}

#footer #footernavigation ul li
{
	list-style-type:none;
	display:inline;
}

#footer #footernavigation ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer #footernavigation
{
	width:960px;
	margin:0px auto;
}

#footer
{
	margin:0;
	padding:0;
	color:#222;
	background: #fff;
	border-top:1px solid #ccc;
}
