body {
	padding: 0;
	margin: 0;
	margin: 0 auto;
	text-align: center;
	background:  #B6A79F;
}

img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}


/*----Structural DIVs----*/

#wrap {
	width: 925px /*925px*/;
	margin: 0 auto;
	text-align: center;
	
}

#innerWrap {
	text-align: left;
	float: left;
	border: 10px solid #fff;
	border-top: 0;
	border-bottom: 0;
	width: 905px /*925px*/;	
	background: url(../images/backgrounds/photos/01.jpg) no-repeat #d4cbc5;
}

#header {
	height: 149px;
	width: 434px;
	background: #3b0b0b;
	overflow: hidden;
	float: left;
}

#subNav {
	height: 35px;
	width: 434px;
	background: url(../images/backgrounds/subNav.gif) no-repeat;
	overflow: hidden;
}

#mainNav {
	float: left;
	width: 175px;
	background: #698946;
}

#content {
	width: 610px;
	float: left;
	margin-bottom: 20px;
	padding-top: 373px;
}

#innerContent {
	margin-top: -373px;
	float: left;
	display: inline;
}

#footer {
	text-align: left;
	height: 50px;
	float: left;
	width: 880px;
	padding: 15px 0 0 45px;
	display: block;
	clear: both;
	background: #fff;
	font: normal 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;
}

.externalLinks {
	float: right;
	margin: 2px 15px 0 0;
}

/*----Other DIVs----*/

#header .logo {
	margin: 36px 0 19px -42px;
	float: left;
}

#header .headerIndent {
	margin-left: 35px;
}

#mainNav ul {
	list-style: none;
	padding: 5px 0 5px 0;
	height: 129px /*149px*/;
	overflow: hidden;
}

#mainNav ul li {
	list-style: none;
	padding-left: 22px;	
}

#mainNav .current_page_item {
	background: url(../images/backgrounds/mainNav-item.gif) no-repeat 6px 8px;
}

#mainNav .here {
	background: url(../images/backgrounds/mainNav-item.gif) no-repeat 6px 8px;
}




.donateNow {
	border-top: 4px solid #e5dfdc;
	padding: 3px 0 0 0 !important;
	margin-top: 10px;
	height: 25px !important;
}

.donateNow li {
	padding-left: 22px !important;	
}

.text {
	width: 385px;
	padding-left: 35px;
	font: normal 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;	
	float: left;
	display: inline;
	margin-right: 40px;
}

.photoFrame {
	border: 1px solid #cbd5dd;
	padding: 3px;
	background: #fff;
	margin-top: 5px;
}

/*----Typography----*/

h2 {
	font: normal 30px/32px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #698946;
	background: url(../images/backgrounds/page_heading.gif) no-repeat top left;	
	padding-left: 35px;
	margin-bottom: 20px;
}

h3 {
	font: bold 14px/16px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #698946;
	margin-bottom: 10px;
}

h4 {
	font: bold 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;
	margin-bottom: 10px;
}


.text p {
	margin-bottom: 15px;
}
 
 
.text ul {
	margin-bottom: 15px;
}

.text ul li {
	list-style: none; 	
	background: url(../images/backgrounds/list_bullet.gif) no-repeat 2px 6px;
	padding: 0 0 6px 12px;
	font: normal 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;	
}	

.photo {
	border: 1px solid #3b0b0b;
	padding: 2px;
}

.photoRight {
	border: 1px solid #3b0b0b;
	padding: 2px;
	float: right;
	width: 120px;
	margin: 0 0 10px 10px;
}

.photoRightSmall {
	border: 1px solid #3b0b0b;
	padding: 2px;
	float: right;
	width: 100px;
	margin: 0 0 10px 10px;
}

/*----Links----*/

#header .homeLink {
	float: left;
	margin: 5px 0 10px 0;
	font: normal 12px/23px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

#mainNav a {
	font: normal 12px/23px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

#mainNav a:hover {
	color: #e9e4e1;
}

.text a {
	font: normal 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;
}

.text a:hover {
	text-decoration: none;
}

#footer a {
	font: normal 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;
	text-decoration: none;
}

