#footer {
	clear: both;
	padding-top: 30px;
	text-align: center;
}
#footer #navFooter {
	list-style: none;
	margin-bottom: 10px;
}
#footer #navFooter li {
	padding: 5px;
	display: inline;
}
#footer #navFooter a {
	color: #CCCCCC;
	text-decoration: none;
}
#footer #navFooter a:hover {
	text-decoration: underline;
}

#footer p {
	clear: left;
	font-size: 9px;
	text-align: center;
}
#footer p a {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

