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

* {
	margin: 0; padding: 0; border: 0;
}
body {
	font-family: "Optima Regular", "Zapf Humanist", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: .8; /* was 1.5 */
	color: #534456;
	background-color: #fff;
}

#wrapper {
	width: 960px;
	margin: auto;
	overflow: hidden; 
}
	
#header {
	height: 172px; /*with home link graphic*/
}

#content {
	position: relative; 
	behavior:url(csshover.htc);
	height: 700px;
}

#leftcol {
	float: left;
	width: 180px;
	height: 300px;
	padding: 2px 0 0 42px;
	background-image: url(images/paypal_background.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#central {
	float: left;
	width: 350px;
	height: 250px;
	margin: 0 0 20px 8px;
	padding: 5px 10px 10px 20px;
	font-size: 14px;
	line-height: 1.4;
	border-right: solid 4px rgba(139, 197, 63, 0.64);)
}

#rightcol {
	float: left;
	width: 300px;
	border: none;
	padding: 15px;
}

#leftcol img.donate{
	position: absolute; left: 0; top: -47px;
}

#leftcol p.donate{
	padding: 10px 5px 0 26px;
	color: #fff;
	line-height: 1.3;
}

#leftcol form.donate{
	padding: 12px 0 0 14px;
}

#central p {
	padding-top: 15px;
}

