/* CSS only needed on About page
 */
 
#funders {
	margin-left: 20px;
	margin-top: 24px;
}

#wgbh {
	float: left;
	text-indent: -9999px;
	display: block;
	width: 95px;
	height: 80px;
	margin-right: 23px;
	background-image: url("../i/logo_wgbh.gif");
}
#acm {
	float: left;
	text-indent: -9999px;
	display: block;
	width: 82px;
	height: 80px;
	margin-right: 23px;
	background-image: url("../i/logo_acm.gif");
}
#ncwit {
	float: left;
	text-indent: -9999px;
	display: block;
	width: 82px;
	height: 80px;
	margin-right: 23px;
	background-image: url("../i/logo_ncwit.jpg");
}
#nsf {
	float: left;
	text-indent: -9999px;
	display: block;
	width: 68px;
	height: 80px;
	margin-right: 150px;
	background-image: url("../i/logo_nsf.gif");
}

#funders p {
	text-size: 11px;
	color: #666;
	float: left;
}
#fundcopy {
	width: 270px;
	margin-right: 60px;
}
#fundnsf {
	width: 218px;
}

h3 { font-weight: normal; }

