div#footer {
	clear:left;
	float:left;
	text-align:right;	
	padding-top:10px;	
}
div#footer div {
	float:right;
	width:576px;
}
div#footer ul {
	margin-bottom:10px;	
}
div#footer ul li {
	display:inline;	
}
div#footer ul li a {
	border-right:1px solid #fff;
	padding:0 6px 0 4px;
	color:#fff;
	text-decoration:none;	
}
div#footer ul li a:hover {
	text-decoration:underline;
}
div#footer ul li.last a {
	border:none;
	padding-right:0;	
}
div#footer p {
	width:450px;
	float:right;
	clear:both;
	margin-bottom:1.0em;
}
div#footer p#design {
	color:#fff;	
}
div#footer p#design a {
	color:#fff;	
}
div#footer img {
	float:left;
}