#content {
	padding:20px 15px;
}

#charity_title {
	margin-bottom:15px;
}

#charity_content {
	width:650px;
	margin-left:30px;
}

hr {
	line-height: 0px;
	border-bottom: 1px solid #eee;
}

.charity {
	margin-top:15px;
	padding-bottom:10px;
	margin-bottom:10px;
}

.charity_logo {
	width:170px;
	height:100px;
	float:left;
	margin-right:15px;
	margin-top:20px;
}

.charity_details {
	float:left;
	width:440px;
}

.charity_link {
	font-weight:bold;
	font-size:13px;
	color:#fff;
}

a:link, a:visited, a:active {
	color:#fff;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

