body {
	background-color: #575f71;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#container {
	width: 980px;
	margin: 0px auto 0px auto;
	background-image: url(../images/container_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#header {
	height: 511px;
	background-image: url(../images/header_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#quote {
	width: 520px;
	height: 296px;
	overflow: hidden;
	background-image: url(../images/quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
}	#quote span {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

#content_container {
	min-height: 187px;
	background-image: url(../images/content_top_bg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: relative;
	padding: 24px 0px 25px 75px;
}

#donate {
	width: 266px;
	height: 95px;
	position: absolute;
	top: 18px;	right: -40px;
	background-image: url(../images/donate_now.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#donate_spacer {
	float: right;
	width: 25px;
	height: 65px;
}

#content {
	width: 677px;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#content h1 {
	font-size: 1.4em;
	font-weight: normal;
}

#content a {
	color: #575f71;
	font-weight: bold;
	text-decoration: none;
}	#content a:hover {
		text-decoration: underline;
	}
	#content a img {
		border: none;
	}

#content .left {
	float: left;
	margin: 18px 18px 10px 0px;
}

#content .right {
	float: right;
	margin: -18px 0px 10px 18px;
}