@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFF;
	text-align: left;
	width: 1024px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	height: 800px;
}
#header {
	height: 80px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	height: 500px;
	background-image: url(../images/main_image.png);
	background-repeat: no-repeat;
}
#footer {
	height: 80px;
	width: 1024px;
	background-image: url(../images/copyright_footer.png);
	background-repeat: no-repeat;
	float: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#paypal_logo {
	height: 50px;
	width: 75px;
	margin-top: -79px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 900px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/paypal.gif);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}
#wrapper #mainContent #about_panels #CollapsiblePanel2 .CollapsiblePanelContent #form1 p label {
	text-align: left;
}

