@charset "utf-8";

/* CSS Document */


.main h2 img {
	max-width: 100% !important;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.main p {
	color: #542c03;
	line-height: 38px;
	padding: 30px 20px;
}

.donate {
	background: url(../../common/images/donate_bg.png) repeat-x;
	padding: 40px 0 10px;
}

.donate p {
	color: #ffffff;
	font-weight: bold;
	text-shadow: 2px 2px 0px #57452c;
	text-align: center;
	margin-bottom: 26px;
}

footer p {
	color: #0089ff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 36px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #0089ff;
}