/* Footer styles */
#footer

a.foot:link {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

a.foot:hover {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}



a.foot:active {
	color: white;
	font-weight: bold;
}



a.foot:visited {
	color: white;
	font-weight: bold;
}


#pipe ul {
	margin: 5%;
	padding: 1em;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 2px solid white;
	list-style: none;
	display: inline;
	}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}