html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: normal 13px Verdana, Arial;
	background-color: #F2FFF2;
	border: none;
	color: #333;
	z-index: -2;
}

div {
	border: solid grey 1px;
	border: none; 
	margin: 0px;
	padding: 0px;
	float: left;
}

* html #all {
	height: 200%;
	background-color: #FFFFFF;
}

#spacer {
	width: 510px;
	margin: 0px 0px 40px 0px;
	border-bottom: dashed #666666 1px;
}

#all {
	position: relative;
	min-height: 100%;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background-color: #FFFFFF;
}

#masthead {
	width: 800px;
	display: block;
}

#logo {
	width: 53px;
	height: 80px;
	margin: 15px 0px 0px 28px;
	background : #FFFFFF url('../images/logo.gif') no-repeat;
}

#title {
	width: 206px;
	height: 38px;
	margin: 24px 0px 0px 23px;
	background : #FFFFFF url('../images/title.gif') no-repeat;
}

/*************************************************************************************/
/* MENU                                                                              */
/*************************************************************************************/
#menu {
	width: 800px;
	height: 32px;
	background : #FFFFFF url('../images/menu_background.jpg') no-repeat;
}
#menu table {
	margin: 6px 0px 0px 190px;
	font: normal 13px Verdana;
}
#menu td {
	padding: 0px 0px 0px 25px;
}

#menu td a:link, td a:visited {
	text-decoration: none;
	color: #333333;
}
#menu td a:hover {
	color: #A78337;
}
#menu td a:active {
	text-decoration: none;
	color: #333333;
}

#menu .menu_selected a {
	text-decoration: underline;
}

/*************************************************************************************/
/* SUBMENU                                                                           */
/*************************************************************************************/
#submenu {
	width: 224px;
}
#submenu table {
	margin: 45px 19px 45px 30px;
	font: normal 13px Verdana;
	border-top: solid #DDDDDD 1px;
	border-left: solid #DDDDDD 1px;
	border-right: solid #DDDDDD 1px;
}
#submenu td {
	border-bottom: solid #DDDDDD 1px;
	text-align: left;
	padding: 11px 0px 11px 18px;
}
#submenu td a:link, td a:visited, td a:active {
	color: black;
	text-decoration: none;
}
#submenu td a:hover {
	color: #A78337;
	text-decoration: underline;
}
#submenu .submenu_selected {
	color: #A78337;
	font: bold 13px Verdana;
	border-bottom: solid #DDDDDD 1px;
	text-align: left;
	padding: 11px 11px 11px 18px;
}
#submenu .submenu_selected a {
	color: #A78337;
}
#submenu .submenu_indent {
	font: normal 11px Verdana;
	border-bottom: solid #DDDDDD 1px;
	text-align: left;
	padding: 11px 11px 11px 48px;
}
#submenu .submenu_indent_selected {
	color: #A78337;
	font: bold 11px Verdana;
	border-bottom: solid #DDDDDD 1px;
	text-align: left;
	padding: 11px 11px 11px 48px;
}
#submenu .submenu_indent_selected a {
	color: #A78337;
}


#banner {
	width: 800px;
}

#body {
	width: 800px;
}

#content {
	width: 576px;
}

/*************************************************************************************/
/* CONTENT                                                                           */
/*************************************************************************************/
#contact_content {
	margin: 38px 38px 0px 38px;
}
#page_content {
	margin: 38px 38px 0px 28px;
}
#page_content h1 {
	font: bold 16px Arial;
	color: #119196;
}
#page_content h2 {
	font: bold 15px Arial;
	color: #9B0000;
}
#page_content a:link, a:visited, a:active {
	text-decoration: none;
	color: #017D3B;
}
#page_content a:hover {
	color: #A78337;
}
#page_content p {
	line-height: 20px;
}
#page_content li {
	padding: 0px 0px 0px 0px;
	line-height: 20px;
}
#page_content .headline_txt {
	font: bold 17px Arial;
	margin: 0px 0px 10px 0px;
	color: #A78337;
}
#page_content .headline {
	margin: 0px 0px 10px 0px;
	display: block;
}

#book_cover {
	width: 84px;
	padding: 15px 0px 0px 0px;
	margin: 0px;
	float: left;
}
#book_description {
	width: 370px;
	padding: 0px 0px 0px 50px;
	float: left;
}
#book_spacer {
	width: 370px;
	margin: 25px 0px 40px 134px;
	border-bottom: dashed #666666 1px;
}

#content_picture_left {
	margin: 10px 20px 20px 0px;
	float: left;
}
#content_picture_right {
	margin: 10px 0px 20px 20px;
	float: right;
}

#content_picture {
	padding: 15px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	float: left;
}
#content_picture img {
	border: 1px solid #CCCCCC;
}

#content_2col_right {
	width: 305px;
	padding: 0px 0px 0px 30px;
	float: left;
}
#content_2col_right h1 {
	font: bold 13px Verdana, Arial;
}

#content_2col_left {
	width: 300px;
	padding: 0px 30px 0px 0px;
	float: left;
}
#content_2col_left h1 {
	font: bold 12px Verdana, Arial;
}

#content #right {
	padding: 0px 0px 20px 250px;
}

.donate a:link, .donate a:visited {
	font: bold 12px Verdana;
	color: #FF9900;
}
.donate a:hover {
	font: bold 12px Verdana;
	color: #A78337;
}

.donate a:active {
	font: bold 12px Verdana;
	color: #FF9900;
}

#quote {
	font: bold italic 18px Times;
	line-height: 150%;
	color: #9B0000;
	width: 200px;
	margin: 20px 0px 20px 20px;
	float: right;
}

.events {
	padding: 10px 0px 0px 0px;
	
}

.events td {
	font: normal 12px Verdana;
	padding: 10px 3px 10px 0px;
	vertical-align: top;
}

/*************************************************************************************/
/* FOOTER                                                                            */
/*************************************************************************************/
#footer_spacer {
	width: 800px;
	height: 80px;
}
#footer {
	float: none;
	background-color: white;
	/*position: relative;*/
	/*margin-top: -55px;*/
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	font: normal 10px Verdana, Arial;
	color: #666666;
	line-height: 150%;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
#footer a {
	color: blue;
	text-decoration: underline;
}

.copyright {
	width: 800px;
	text-align: center;
	font: normal 9px Verdana, Arial;
	line-height: 150%;
	color: #666666;
}
