body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #888c3e url(../_img/background.png) repeat left top;
}

div#flash-header {
	width: 872px;
	height: 222px;
	margin: 20px auto 0 auto;
}

div#nav-wrapper {
	height: 118px;
	position: relative;
	z-index: 2;
	background: url(../_img/menuBackground.png) repeat-x left top; 
}

ul#nav {
	width: 822px;
	margin: 0 auto;
	padding-left: 50px;
}

ul#nav li {
	float: left;
	display: inline;
}

ul#nav li a {
	display: block;
	padding: 62px 15px 36px;
	font-size: 18px;
	color: #cec7a6;
	text-decoration: none;
}

ul#nav li a:hover {
	background: url(../_img/menuNavBackground.png) no-repeat -200px top;
}

div#content {
	width: 872px;
	position: relative;
	z-index: 1;
	margin: -9px auto 0 auto;
	padding-top: 20px;
	background: url(../_img/mainBackground.png) repeat-y top center;
	line-height: 22px;
	font-size: 13px;
	color: #3b200f;
}

div#text-wrapper {
	min-height: 480px;
	padding-top: 30px;
}

div#text-wrapper h2 {
	height: 25px;
	margin: 0 0 15px -20px;
	padding-left: 50px;
	background: transparent url(../_img/headerGraphic.png) no-repeat bottom left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	font-weight: normal;
	letter-spacing: -1px;
	color: #000000;
}

div#text img {
	border: 1px dotted #3b200f;
}

div#text hr {
	border-top: 1px solid #3b200f;
	margin: 50px 0 15px 0;
	outline: none;
}

div#text p {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 20px;
	color: #3b200f;
}

div#text p strong {
	font-style: italic;
}

div#text a {
	border-bottom: 1px dotted #720000;
	color: #720000;
	text-decoration: none;
}

div#text a:hover {
	color: #5a7885;
	border-bottom: 1px dotted #5a7885;
	text-decoration: none;
}

div#text ol {
	margin: 0 0 15px 30px;
	font-size: 13px;
	line-height: 22px;
	color: #3b200f;
}

div#text ul {
	padding-left: 35px;
}

div#text ul li {
	margin-bottom: 8px;
	list-style: square;
}

div#text ul li a {
	border-bottom: 1px dotted #720000;
	color: #720000;
	text-decoration: none;
}

div#text ul li a:hover {
	border-bottom: 1px solid #3e6389;
	color: #3E6389;
}

div#text blockquote {
	width: 90%;
	margin: 15px 0;
	padding-left: 10px;
	border-left: 3px solid #3b200f;
	line-height: 17px;
	font-size: 17px;
	font-style: italic;
	color: #720000;
}

div#footer {
	width: 872px;
	height: 157px;
	margin: 0 auto 20px auto;
	background: transparent url(../_img/footerBackground.png) no-repeat top left;
	line-height: 15px;
}

div#footer p {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	color: #3b200f;
}

div#footer a {
	color: #3b200f;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

address {
	padding-top: 77px;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	color: #3b200f;
}

span.addressBoldItalic {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

/*-----------------------------------------HOME PAGE-----------------------------------------*/

div#flash-home {
	width: 342px;
	float: left;
	display: inline;
	padding-left: 55px;
}

div.home {
	width: 410px;
	float: right;
	display: inline;
	padding-right: 35px;
}

/*-----------------------------------------ABOUT-US-----------------------------------------*/

div.about {
	width:420px;
	margin: 0 0 15px 25px;
	padding-left: 360px;
	background: url(../_img/aboutUs_SidePhotos.png) no-repeat top left;
 }
 
 /*-----------------------------------------WHAT WE OFFER-----------------------------------------*/
 
 div.offer {
 	width: 440px;
	padding-right: 340px;
	margin: 0 0 15px 75px;
	background: url(../_img/offerSidePhotos.png) no-repeat right top;
 }
 
  
 /*-----------------------------------------SCHEDULE-----------------------------------------*/

div.schedule {
	width: 440px;
	padding-right: 340px;
	margin: 0 0 15px 75px;
	background: url(../_img/eventsSidePhoto.png) no-repeat right top;
}

 /*-----------------------------------------DONATIONS-----------------------------------------*/

div.donations {
	width: 440px;
	padding-left: 370px;
	margin: 0 0 15px 25px;
	background: url(../_img/givingSidePhotos.png) no-repeat left top;
}
 /*-----------------------------------------CONTACT-----------------------------------------*/

 div.contact{
	width: 330px;
	padding-right: 461px;
	margin: 0 0 15px 60px;
	background: url(../_img/contactSidePhoto.png) no-repeat right top;
}
