html {
	margin: 0px auto;
	padding: 0px;
	}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, 'sans-serif';
	color: #373C40;
	background: url(/img/top_background.jpg) top left;
	background-repeat: repeat-x;
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	}
	
h1, h2, h3 {
	}

#container {
	margin: 0px auto;
	width: 750px;
	background-color: white;
	text-align: center;
	}
	
#header {
	background: url(/img/header.jpg);
	background-repeat: no-repeat;
	height: 398px;
	padding: 10px;
	}

.menu {
	text-align: left;
	font-size: 16px;
	margin-top: 350px;
	color: #fff;
	}
	
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.menu ul li {
	display: inline;
	}

#church_info {
	float: left;
	width: 45%;
	padding: 10px;
	line-height: 140%;
	}
	
#main {
	padding: 0px 10px;
	background-color: white;
	text-align: left;
	display: block;
	font-size: 12px;
	}

#left {
	float: left;
	width: 450px;
	}
	
#right {
	float: right;
	width: 250px;
	}

#right a {
	color: steelblue;
	}
	
#right a:hover {
	text-decoration: underline;
	}
	
#footer {
	clear: both;
	background-color: lightsteelblue;
	border-top: 2px solid steelblue;
	text-align: center;
	padding: 7px;
	color: #55331e;
	}
	
h1 span {
	display: none;
	}
	
h2 {
	color: #55331e;
	}

#header a:hover {
	text-decoration: underline;
	}
	
#header a, a:visited {
	color: #fff;
	text-decoration: none;
	}
	
img {
	margin: 10px 0;
	border: 1px solid lightsteelblue;
	}
	
/* Tables */

table {
	border-collapse: collapse;
	border: 1px solid #55331e;
	}

td {
	padding: 3px;
	}

tr.even, tr.odd {
	border-bottom: 1px solid #55331e;
	}
	
tr.odd {
	background-color: lightsteelblue;
	}
	
