body {
	padding: 0;
	margin: 0;
	background-color: #534a45;
	font-family: georgia;
}

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

#shadow_wrapper {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	width: 1007px;
	margin: auto;
}

#wrapper {
	width: 823px;
	margin: auto;
}

h2 { padding: 0; margin: 0; }

#left_column {
	float: left;
	width: 301px;
}

#right_column {
	float: left;
	width: 522px;
}

.left_col_spacing { padding: 25px 20px 25px 30px; font-family: helvetica; font-size: 12px; color: #010000; }
.left_col_spacing h2 { color: #e8e4d8; font-family: georgia; font-size: 16px; padding-bottom: 8px;}
.left_col_spacing img { padding-left: 50px; width: 137px;} 

.right_col_spacing { padding: 25px 20px 25px 30px; font-size: 12px; }
.right_col_spacing h2 { font-size: 22px; padding-bottom: 8px;}

#programs {
	background-image: url(images/programs_bg.png);
	background-repeat: no-repeat;
	width: 301px;
	min-height: 330px;
}

.interior_nav ul { padding: 0; margin: 0; }
.interior_nav li.second { list-style: none; }
.interior_nav li.current { list-style: none; }
.interior_nav .second a { font-family: arial black; color: #641504; font-size: 14px; }
.interior_nav .current a { font-family: arial black; color: #641504; font-size: 14px; text-decoration: underline; }
.interior_nav li.third { list-style-image: url(images/bullet.png); }
.interior_nav .third_ul li.current { list-style-image: url(images/bullet.png); }
.interior_nav ul ul { padding-left: 14px; }
.interior_nav .third a { font-family: arial; color: #000000; font-size: 12px; }
.interior_nav .third_ul .current a { font-family: arial; color: #000000; font-size: 12px; }
.interior_nav .third_ul { padding-bottom: 12px; }

#giving {
	background-image: url(images/giving_bg.png);
	background-repeat: no-repeat;
	width: 301px;
	height: 155px;
}

#mailing {
	background-image: url(images/mailing_bg.png);
	background-repeat: no-repeat;
	width: 301px;
	height: 147px;
}

#contact {
	background-image: url(images/contact_bg.png);
	background-repeat: no-repeat;
	width: 301px;
	height: 176px;
}

#navigation {
	position: absolute; top: 0px; z-index: 2;
	background-color: #4d423B;
	width: 522px;
	height: 60px;
}

#rotating_image {
	position: absolute; top: 60px;
	width: 522px;
	height: 260px;
}

#caption {
	position: absolute; top: 320px; 
	background-color: #000000;
	width: 522px;
	height: 40px;
}

#caption div {
	color: #fdfcfc;
	font-style: italic;
	font-size: 18px;
	float: right;
	padding-right: 10px;
	padding-top: 8px;
}

#whoweare {
	position: absolute; top: 360px; 
	background-image: url(images/whoweare_bg.png);
	background-repeat: no-repeat;
	width: 522px;
	height: 176px;
	color: #ffffff;
}

#whatwedo { width: 522px; line-height: 16px; position: absolute; top: 536px; }
#whatwedo h2 { color: #881f12; }
#whatwedo h3 { color: #881f12; font-size: 12px; padding: 0; margin: 0; }
#whatwedo ul { padding-left: 15px; margin: 0; }
#whatwedo li { list-style-image: url(images/bullet.png); }

#int_content { position: absolute; top: 360px; width: 522px; }

#footer {
	background-color: #000000;
	width: 823px;
	height: 25px;
	margin: auto;
	color: #ffffff;
	font-family: arial;
	font-size: 11px;
}

.footer_text {
	padding: 7px 40px 0 40px;
}

#clearit { clear: both; }
