html { min-height: 100%; margin-bottom: 1px; }

body {
	margin:0px;
	color: #3e3c3d;
}

h1 {
	color:#535252;
	font-size:large;
	margin-bottom: 15px;
}

h2 {
	color:#535252;
	font-size:small;
}

h2.news {
	color:#535252;
	font-size:medium;
}

h3 {
	color:#535252;
	font-size:small;
}

h4 {
	color:#535252;
	padding-top: 5px;
	font-family: times new roman;
	margin: 0px;
}

p {
	margin:0px;
}

img {
	border: 0px;
}

th {
	font-size:1em;
	padding:0px;
	margin:0px;
}

#page {
	font-family:times new roman;
	font-size: 0.9em;
	text-align:left;
	background-color: #FFFFFF;
	min-height: 120px;
	width: 700px;
	margin: auto;
}

#header {
	width: 100%;
	margin-top: 25px;
}

#logo {
	width: 284;
	float: left;
}

#chapel_thumbs {
	float: right;
}

#chapel_thumbs img {
	padding-top: 10px;
}

#main_body {
	width: 100%;
	text-align: left;
}

#left {
	width: 150px;
	float: left;
	margin-top: 30px;
}

#right_bookend {
	float: right;
	width: 500px;
	/*min-height:360px;*/
	/*height:auto !important;*/
	/*height:36px;*/
	/*margin-top: 30px;*/
	/*padding-bottom:105px;*/
	/*background-image: url('../images/book-end.jpg');*/
	background-repeat: no-repeat;
	background-position: bottom right;
}

#right_books {
	float: right;
	width: 500px;
	min-height: 500px;
	margin-top: 30px;
	background-image: url('../images/book-end.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#right_content p {
	color: #3e3c3d;
	padding-bottom: 10px;
	word-spacing: 3px;
}

#main_menu {

}

#main_menu ul {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-family: times new roman;
}

#main_menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: times new roman;
	font-weight: bold;
	font-size: 1.1em;	
	color:#747474;
}

#main_menu li a {
	color:#747474;
	text-decoration: none;
}

#main_menu li.current  a {
	color:#535252;
	text-decoration: none;
}

#main_menu li a:hover {
	color:#535252;
	text-decoration: none;
}

#main_menu li img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/* news styles */
ul#news_images {
	float:right;
	list-style:none;
	margin:0px;
	padding:0px;
}

ul#news_images li {
	padding:0.5em;
	text-align:left;
}

p#news_admin {
	border-top:1px dashed silver;
	padding-top:0.5em;
	margin-top:0.5em;
}

/* end of the news styles */

#footer_menu {
	float: right;
	text-align: right;
	padding-top:20px;
}

#grey_box {
	background-color: #f1f1f1;
}

#grey_box_content {
	padding-left: 5px;
	padding-right: 5px;
	padding:10px;
}

#footer_menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer_menu li p {
	color: #3e3c3d;
	text-decoration: none;
	font-size: 0.8em;
	padding-top: 2px;
	padding-bottom: 2px;
}

#footer_menu li a {
	color: #3e3c3d;
	text-decoration: none;
	font-size: 0.8em;
}

#footer_menu li a:hover {
	color: #000000;
	text-decoration: none;
}

img.padded {
	padding: 4px 10px 10px 10px;
}