* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 55px;
	color: #F3FCEA;
	font-weight: bold;
}
h3 {
	text-align: left;
	padding-bottom: 5px;
	font-size: 18px;
	padding-top: 18px;
	padding-left: 14px;
}
h1 /*Main Header*/{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#parentmainContent p{
	font-weight: bold;
	color: #363636;
	font-size: 16px;
	text-align: justify;
	line-height: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#parentmainContent {
	height: 304px;
	position: relative;
	background-image: url(../pictures/maincontent.png);
	background-repeat: no-repeat;
	padding-right: 50px;
	padding-left: 50px;
}
#bottomcolumns {
	background-repeat: no-repeat;
	height: 250px;
	position: relative;
	overflow: hidden;
	background-color: #D1EDA7;
	font-size: 14px;
}
#centerbox {
	margin-top: 15px;
	margin-left: 310px;
	width: 280px;
	height: 220px;
	overflow: hidden;
	background-image: url(../pictures/bluebox1.png);
}
#cbtext {
	padding: 0 45px 18px 45px;
}
#leftbox {
	float: left;
	width: 280px;
	height: 217px;
	margin-top: -220px;
	margin-left: 15px;
	background-image: url(../pictures/bluebox1.png);
	overflow: hidden;
}
#lbtext {

}
#thermy {
	float: left;
	padding: 5px 0 0 14px;
}
#thermywords {
	float: right;
	margin-top: -115px;
	padding-left: 130px;
	font-size: 12px;
}
#rightbox p {
	padding: 15px;
}
#rightbox {
	float: right;
	width: 280px;
	height: 220px;
	margin-top: -220px;
	margin-right: 15px;
	background-image: url(../pictures/bluebox1.png);
	
}
#donate {
	text-align: center;	
	padding-top: 30px;
}