@charset "UTF-8";
/* CSS Document */

#container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
#banner {
	position: relative;
}
#help_menu {
	position: absolute;
	left: 100px;
	/* [disabled]top: 50px; */
	bottom: 0px;
}

#financial_div {
	width: 652px;
	/* height: 214px; */
	height:164px;
	float: left;
}

/* this is the pic of santa 
#paypal_div {
	width: 306px;
	height: 214px;
	float:left;
	margin-left: 10px;
}
*/

#paypalButton {
	/* width: 652px; */
	width: 306px;
	height: 64px;
	float:left;
	margin-left: 10px;
	margin-top:70px;
	margin-bottom:30px;
}

#things_div {
	width: 652px;
	height: 214px;
	float: left;
	
}
#things_image_div {
	width: 306px;
	height: 214px;
	float:left;
	margin-left:10px;
}

#volunteering_div {
	width: 652px;
	height: 214px;
	float: left;
}

#volunteering_image_div {
	width: 306px;
	height: 214px;
	float:left;
	margin-left: 10px;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}
