@charset "utf-8";
/* CSS for pages other than the home page */
h1{
	text-indent:-999em;
	background:no-repeat top left;
}
#content{
	width:885px;
	padding:35px;
	margin:2em auto;
	background:#f4f0f0;
}

/*List of charities*/
ul#charitylist{
	margin:2em 0 0 0;
	padding:0;
	list-style:none;
}
#charitylist li{
	width:45%;
	float:left;
	background:#eee9e9;
	margin-bottom:2em;
	font-size:12px;
	font-size:0.8em;
	line-height:1.5;
	padding:1em;
}
#charitylist .odd{
	margin-right:35px;	
	clear:left;
}

.smallprint{
	font-size:0.9em;
	color:#9c8f80;
	line-height:1;
}