body {
  text-align: center;
  background: #c61835 url(images/bg_image.jpg) top repeat-x;
  margin-top:0;
  margin-bottom:10px;
 }

#page_wrapper {
  margin: auto;
  width: 775px;
  text-align: left;
  background: #FFFFFF;
}

#header {
	background:#FFF;
	height:168px;
}

#content_wrapper {
  margin:0;      
}

#nav {
	padding:5px 3px;
	font:bold 12px Arial;
	text-align:center;
	margin:auto;
}

#nav a, #nav a:visited {
	color:#cc5e28;
	padding:3px 30px 3px 30px;
	text-decoration:none;
	/*display:inline;	*/
}

#nav a:hover {
	color:#9f0620;
	background:/*#FFE7CE*/ url(images/nav_arrow.gif) 20px 8px no-repeat;
}

#mission {
	padding-top:5px;
}

#left_side {
  float: left;
  width:150px;
}

#donate {
	margin:10px 0 10px 10px;
	background:url(images/donate_bg.gif) no-repeat;
	width:140px;
	height:118px;
}

#donate h1 {
	margin:0;
	padding: 10px 7px 10px 7px;
	text-align:center;
	color:#ab2236;
	font:bold 11px arial;
}

#donate p {
	margin:0;
	padding:10px 10px 5px 10px;
	text-align:center;
	color:#ab2236;
	font:12px arial;
}

#donate .button {
	margin:5px auto;
	text-align:center;
}

#operate {
	margin:10px 0 10px 10px;
	background:#E4E4E4;
	width:140px;
}

#operate p {
	margin:0;
	padding:10px 5px 10px 5px;
	text-align:center;
	color:#000;
	font:11px arial;
}

#operate img {
	padding:3px;
	margin-bottom:3px;
	background:#FFF;
	border:1px solid #000;
	}
	
#united {
	margin:10px 0 10px 10px;
	width:140px;
}

#united p {
	margin:0;
	padding:10px 5px 10px 5px;
	text-align:left;
	color:#000;
	font:10px arial;
}

#united img {
	padding:3px;
	margin-bottom:3px;
	background:#FFF;
}

#right_side {
  float: right;
  width:620px;
  
 
}

#text {
	text-align:left;
	background:url(images/content_bg.gif) center 10px no-repeat;
	margin:20px;
	font:12px Arial, Helvetica, sans-serif;
	color:#333;
	min-height:400px;
  	height:auto !important;
  	height:400px;
}

#text a, #text a:visited {
	color:#009900;
	text-decoration:none;
}

#text a:hover {
	text-decoration:underline;
}

#text h1 {
	font:16px Georgia;
	color:#009900;
	border-bottom:1px solid #acacac;
	border-top:1px solid #acacac;
	line-height:30px;
}

#text img {
	padding:0 0 20px 20px;
	float:right;
}

#text .left {
	padding:0 20px 20px 0;
	float:left;
}

#text .sig {
	float:none;
	padding:0;
}

#page_footer {
	background:#c61835 url(images/bottom.jpg) top no-repeat;
	height: 20px;
  	clear: both;
  	vertical-align:top;
}

#page_footer p {
	text-align:right;
	margin-right:10px;
  	font-family: verdana;
  	font-size: 10px;
  	color:#999;
}

#page_footer a, #page_footer a:visited {
	color:#c61835;
	text-decoration:none;
}

#page_footer a:hover {
	text-decoration:underline;
}

.divide {
	border-top:1px solid #ccc;
}

.adobe {
	background-image:url(images/pdf.gif);
	background-repeat:no-repeat;
	padding:0 0 5px 20px;
}






