/* Giving header styles */

#giving-header {
	width:961px;
	height:391px;
}

#giving-header img {
	width:940px;
	height:361px;
	border:10px solid #9d9d95;
}

#giving-header .left-bottom-border {
	margin-top:-4px;
	float:left;
	width:10px;
	height:10px;
	background: url('../images/header-left-bottom-border.png') no-repeat;
}

#giving-header .center-bottom-border {
	margin-top:-4px;
	float:left;
	width:941px;
	height:10px;
	background-color: #f7f7f1;
}

#giving-header .right-bottom-border {
	margin-top:-4px;
	float:left;
	width:10px;
	height:10px;
	background: url('../images/header-right-bottom-border.png') no-repeat;
}

/* Tagline styles */

#tagline {
	margin:0;
	padding:0;
	margin-left:10px;
	padding-right:13px;
	padding-left:7px;
	padding-top:16px;
	padding-bottom:22px;
	width:921px;
	background-color: #f7f7f1;
}

#tagline h2 {
	font-size:28px;
	line-height:30px;
	font-family:"Georgia", sans-serif;
	font-weight: normal;
	color:#58595b;
	text-transform:uppercase;
}

/* Content styles */

#content{
	margin:0;
	padding:0;
	padding-bottom:30px;
}

#content p#giving-body {
	margin-top:30px;
	margin-left:20px;
	margin-right:20px;
	color:#524c50;
	font-size:18px;
	font-family:"Georgia", sans-serif;
}





