/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	color: #37290F;
	text-align: left;
	background-color: #D6BE9A;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.page {
	width: 999px;
	text-align: left;
}

a {
	text-decoration: none;
	color: #37290F;
}

a:hover {
	text-decoration: underline;
}

#marquee {
	background-image: url(images/index_marquee.jpg);
	background-repeat: no-repeat;
	height: 264px;
	width: inherit;
	position: relative;
}

#marquee div.donations {
	position: absolute;
	top: 130px;
	left: 35px;
}

#marquee div.onlinestore {
	position: absolute;
	top: 130px;
	left: 220px;
}

#masthead-inside {	
	background-image: url(images/About_header.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 153px;
}

#body_container {
	margin-top: 7px;
}

#main_panel {
	float: left;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: justify;
	width: 680px;
	line-height: 25px;
}

.specialthanks {
	font-size: 10px;
	line-height: normal;
}

#right_panel {
	float: right;
	width: 288px;
}

#right_panel_box_body {
	background-color: #96B1C4;
	min-height: 200px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

#right_panel_box_body .title {
	font-size: 18px;
	color: #423717;
	margin: 0px;
	padding: 0px;
	padding-bottom: 7px;
}

.copyright {
	font-size: 10px;
	padding-left: 5px;
	height: 25px;
	margin-top: 5px;
}

.inside_title {
	font-size: 48px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;	
	letter-spacing: -1px;
	line-height: normal;
	color: #37290f;
}

.picture_frame {
	/*
	background-image: url(images/About_bluephotobox.jpg);
	background-repeat: no-repeat;
	text-align: center;	
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 16px;
	padding-right: 16px;
	*/
}

.picture_caption {
	font-size: 11px;
	color: #911C1D;
}


