﻿#footer {
	clear: both;
	display: block;
	padding: 0;
	margin: 0;
	color: #ccc;
	width: 730px;
	vertical-align: middle;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	display: inline;
}
#footer ul li {
	display: inline;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 12px 0 0;
	font-size: 9px;
}
#footer ul li a {
	border: none;
	padding: 0;
	color: #ccc;
	display: inline;
	text-align: center;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 9px;
}
#footer ul li a:hover {
	color: #999;
}
#footer a:active	{
	color: #999;
}
body#sectionone #footer li#footerone a, 
body#sectiontwo #footer li#footertwo a,
body#sectionthree #footer li#footerthree a,
body#sectionfour #footer li#footerfour a,
body#sectionfive #footer li#footerfive a,
body#sectionsix #footer li#footersix a {
	color: #999;
}