/* CSS Document */

#divFeaturedContent {
	background-color: #F8F5EF;
	width: 325px;
	height: 275px;
	position: relative;
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
#pFeatured {
	position: absolute;
	top: 215px;
	margin: 0px;
	z-index: 2;
	text-align: left;
	left: 5px;
	padding: 0px;
}
#divSearch {
	background-color: #F8F5EF;
	text-align: left;
	vertical-align: top;
	width: 420px;
	height: 190px;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
#tableSearch {
	background-color: #F8F5EF;
	margin: 0px;
	padding: 0px;
	width: 350px;
	vertical-align: middle;
	position: absolute;
	left: 50px;
	top: 55px;
}
#divDonate {
	height: 65px;
	width: 420px;
	background-image: url(../images/newdonate-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#pDonate {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
