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

* {
	margin: 0;
	padding: 0;
}
body {
	/*background: #e4d1a6 url(images/bg.jpg) repeat;*/
	background: #fff3d3 url(images/top.png) top repeat-x;
	font: 13px Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	text-align: center;
	color: #392316;
}
#wrap {
	clear: left;
	/*background: url(images/top.png) top repeat-x;*/
	background: url(images/footer_bg.png) bottom repeat-x;
	height: 197px;
}
#page {
	margin: 0 auto;
	width: 980px;
	text-align: justify;
	/*height: 900;*/
}
#header {
	float: left;
	width: 980px;
	height: 589px;
}
#header_top {
	float: right;
	margin-top: 17px;
	width: 380px;
	color: #fff;
	font-size: 14px;
	text-align: right;
}
a:link, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
#content a:link, #content a:visited {
	color: #e40000;
	text-decoration: none;
}
#content a:hover {
	color: #e40000;
	text-decoration: underline;
}
#footer_bottom a:link, #footer_bottom a:visited {
	color: #fff;
	text-decoration: none;
}
#footer_bottom a:hover {
	color: #fff30a;
	text-decoration: none;
}
h3 {
	text-align: left; 
	font-weight: bold;
	line-height: 1.4em;
	font-size: 14px;
}
.left { text-align: left; }
.left_bold { text-align: left; font-weight: bold; }
.bold { font-weight: bold; }
#header_main {
	float: left;
	background: url(images/home_pic.png) left top no-repeat;
	width: 980px;
	height: 537px;
}
#menu {
	float: left;
	width: 980px;
	margin-top: 56px;
}
.yellow {
	color: #fff30a;
	font-size: 17px;
}
#content {
	float: left;
	margin: 44px 0 40px 0;
	width: 980px;
}
#content_left {
	float: left;
	margin-left: 18px;
	width: 615px;
}
#content_right {
	float: left;
	margin: 0 18px 0 69px;
	width: 260px;
	text-align: left;
}
.red {
	color: #e40000;
}
/*#footer_wrap {
	clear: left;
	float: left;
	background: url(images/footer_bg.gif) bottom repeat-x;
	height: 197px;
	margin: 0 auto;
	text-align: center;
}*/
#footer {
	margin: 0 auto;
	width: 980px;
	text-align: justify;
}
#footer_bar {
	float: left;
	padding: 47px 18px 0 18px;
	width: 944px;
	height: 34px;
}
.donate {
	font-size: 16px;
	color: #e4d1a6;
}
#footer_bottom {
	float: left;
	padding: 50px 18px 19px 18px;
	width: 944px;
	height: 47px;
}
.copyright {
	color: #fff;
	font-size: 11px;
}
.footer_menu {
	color: #fff;
	font-size: 14px;
}
.faq {
	color: #fff;
}
.faq a:link, .faq a:visited {
	color: #fff;
	text-decoration: none;
}
.faq a:hover {
	color: #fff;
	text-decoration: underline;
}