div#home_aboutUs
{
	height: 350px;
	margin: 0 0 10px 0;
}

div#home_aboutUs img
{
	float: left;
}

div#home_aboutUs div.body
{
	width: 230px;
	height: 323px;
	padding: 25px 10px 0 10px;
	float: right;
	position: relative;
	border-top: 1px solid #B4C8D6;
	border-right: 1px solid #B4C8D6;
	border-bottom: 1px solid #B4C8D6;
}

div#home_stories
{
	width: 200px;
	height: 142px;
	margin: 0 10px 0 0;
	padding: 10px 10px 0 10px;
	float: left;
	position: relative;
	border: 1px solid #B4C8D6;
	background-color: #E5F1F8;
}

div#home_stories h2
{
	font-size: 13px;
}

div#home_donate
{
	width: 465px;
	height: 154px;
	float: left;
}

div#home_donate img
{
	float: right;
}

div#home_donate div.body
{
	width: 193px;
	height: 142px;
	padding: 10px 10px 0 10px;
	float: left;
	position: relative;
	border-top: 1px solid #B4C8D6;
	border-bottom: 1px solid #B4C8D6;
	border-left: 1px solid #B4C8D6;
	background-color: #E5F1F8;
}

div#home_donate div.body h2
{
	font-size: 13px;
}

a.learnMore
{
	width: 78px;
	height: 15px;
	display: block;
	background: url(../img/buttons/learn_more.gif) no-repeat 0 0;
}

a.learnMore:hover
{
	background: url(../img/buttons/learn_more.gif) no-repeat 0 -15px;
}

a.readOurStories
{
	width: 105px;
	height: 16px;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: url(../img/buttons/read_our_stories.gif) no-repeat 0 0;
}

a.readOurStories:hover
{
	background: url(../img/buttons/read_our_stories.gif) no-repeat 0 -16px;
}

a.makeADonation
{
	width: 105px;
	height: 16px;
	display: block;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: url(../img/buttons/make_a_donation.gif) no-repeat 0 0;
}

a.makeADonation:hover
{
	background: url(../img/buttons/make_a_donation.gif) no-repeat 0 -16px;
}