/* Donations CSS */

	div#page {
	width: 100%;
	margin:  0 auto;
	padding: 0;
	text-align: center;
	background: url(../img/mother_and_son.jpg) no-repeat 548px top;
    }
	div#content {
	margin: 66px;
	_margin: 66px 66px 66px 33px; /* IE 6 and below */
	padding: 0;
	width: 955px;
	height: auto;
	overflow: hidden;
	float: left;
	}
	
	.donations_heading {
	/*  Text-indent hides the text, so only the background image is shown.  */
	/*  Want the text to be in the page for search engine optimization.  */
	text-indent:-1000em;
	width:440px;
	height:37px;
	background:url(../img/hd_donations.gif) no-repeat left top;
	margin-bottom:25px;
	display:block;
	overflow:hidden;
	float: left;
	}
	
	/* LEFT */
	div#left {
	width: 440px;
	margin: 0;
	float: left;
	text-align: left;
	}
    /* END LEFT */
