/* CSS Document */
#footernav {
	margin: 0;
	padding-top: 0.5em;
}
	
#footernav li {
	list-style-type: none;
	display: inline;
	font: 1.25em/2.5em Geneva, Arial, Helvetica, sans-serif;
}

#footernav a:link,
#footernav a:visited {
	color: #fff;
	text-decoration: none;
	padding-right: 0.5em;
}

#footernav a:hover {
	color: #fff;
}

#footernav a:active {
	color: #fff;
}

#home #footernav-home a,
#portfolio #footernav-portfolio a,
#contact #footernav-contact a
 {
	color: #fff;
	font-weight: bold;
}

#home #footernav-home a:hover, 
#portfolio #footernav-portfolio a:hover,
#contact #footernav-contact a:hover
 {
	color: #fff;
}

