/*
Author: CSSilize http://www.cssilize.com/
Date: 2009-12-17
(c)2009 CSSilize. All rights reserved.
*/
body {
	background:url(../images/body-bg.png) repeat-x;
}
.content {
	background:url(../images/content-bg.png) no-repeat right top;
	color:#4b453f;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	min-height:500px;
}
a {
	color:#7D861E;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 a {
	font-family:Arial, Helvetica, sans-serif;
}
h2, .photo-frame h3, .photo-frame p span {
	font-family:"Trebuchet MS";
}
h1 a {
	background:url(../images/logo.png) no-repeat;
	display:block;
	height:113px;
	width:582px;
	text-indent:-9999px;
	font-size:40px;
}
h4 {
	margin:10px 0;
	font-size:15px;
}
#header {
	width:990px;
	margin:0 auto;
	position:relative;
}
h2 {
	font-size:24px;
	font-weight:normal;
	color:#444444;
	margin:9px 0 20px 72px;
}
.border {
	border-bottom:1px solid #DCDBD6;
	margin-top:-76px;
	margin-bottom:74px;
}
#main {
	border-top:1px solid #DCDBD6;
	margin:-17px auto 0;
	width:990px;
}
.main-left {
	background:#ecebe2 url(../images/mainleft-bg.png) repeat-x;
	width:12px;
	float:left;
	height:424px;
}
.main-content {
	background:#ecebe2 url(../images/mainmid-bg.png) repeat-x;
	float:left;
	padding:15px;
	width:960px;
}
.photo-frame {
	background:url(../images/photo-frame.png);
	float:left;
	height:251px;
	padding:15px;
	width:205px;
}
h3, .photo-frame p span {
	font-size:15px;
	padding:9px 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}
.photo-frame p span {
	font-size:14px;
}
.photo-frame p span:first-child {
	padding-right:31px;
}
.about-donate {
	float:left;
	margin-left:25px;
	width:690px;
}
.about-donate p {
	font-size:14px;
	line-height:20px;
	padding-bottom:20px;
}
a.paypal {
	background:url(../images/paypal.png);
	float:left;
	height:21px;
	margin:-19px 8px 0 410px;
 #margin:-40px 8px 0 410px;
	text-indent:-999em;
	width:74px;
}
a.donate {
	background:url(../images/donate.png);
	float:left;
	height:35px;
	text-indent:-999em;
	width:120px;
	margin-top:-25px;
 #margin-top:-50px;
}
a.donate:hover {
	background-position:left bottom;
}
p.or-part {
	text-align:center;
	display:block;
	clear:both;
}
.bank-details {
	background:#ebe9de;
	border:1px solid #d4d2cc;
	padding:5px 15px 0;
}
.bank-details h3 {
	font-size:20px;
	text-align:left;
	color:#879029;
	font-weight:normal;
	text-transform:none;
	padding:0;
}
.bank-details dl {
	font-size:14px;
}
.bank-details dl dt, .bank-details dl dd {
	padding-bottom:5px;
}
.bank-details dl dd {
	padding-left:3px;
}
.bank-details dl dt {
	color:#000;
	float:left;
}
p.more {
	clear:both;
	padding-top:25px;
	font-size:12px;
}
p.more a {
	color:#7d861e;
	text-decoration:underline;
}
p.more a:hover {
	text-decoration:none;
	color:#000;
}
p span.amount {
	background:#879029;
	padding:0 3px;
	color:#fff;
}
#footer {
	width:990px;
	margin:0 auto;
}
.footer-wrap {
	background:#f3f3e9;
	float:left;
	margin:40px 0 25px;
	padding:10px;
	width:98%;
}
.footer-wrap a {
	padding-bottom:2px;
}
/** Hacks */
.clearfix:after {
	clear:both;
	content:'.';
	display:block;
	visibility:hidden;
	height:0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
*+html .clearfix {
	display: inline-block;
}
