/*
$Rev: 61 $
$Author: wjkg $
$Date: 2008-01-23 14:48:05 +0000 (Wed, 23 Jan 2008) $
*/
#Footer p {
	margin: 0;
	padding: 10px 0 0 0;
	width: 200px;
	float: left;
}
#Footer ul {
	width: 550px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 10px 0 0 0;
}
#Footer ul li {
	display: block;
	float: left;
	border-right: 2px solid #fff;
}
#Footer ul li.FooterLast {
	border-right: none;
}
#Footer ul li a {
	color: #fff;
	padding: 0 10px;
}
