#community_header {
	background: url('http://www.kcd.org.uk/_images/banner/community_750x180.jpg') no-repeat;
	height: 180px;
	padding: 5px 0px;
	font-size: 150%;
	overflow:hidden;
}
#community_header h1 {
	background: none;
	padding: 0;
	margin-top: 80px;
}
#community_header h1 span {
	background: #6789AB;
	padding: 0px 10px 6px;
}
#community_header ul {
	list-style-type: none;	
	background: #6789AB;
	margin-top: 25px;
	padding: 0 20px 20px;
	font-size: 80%;
	font-family: Tahoma, Geneva, sans-serif;
}
#community_header li {
	display: inline;
}
#community_header li a {
	text-decoration: none;
	color: #fff;
	padding: 0 0 0 10px;
}
#community_header .space {
	margin-left: 40px;	
	padding-left: 20px;	
}
#community_header li a:hover {
	text-decoration: underline;
}
