#page { background: url("images/background.jpg") repeat-y top; border: none; }
#header { background: url("images/header.jpg") no-repeat bottom center; }
/*
#footer { background: url("images/background.jpg") repeat-y top; border: none; }
#header         { margin: 0 !important; margin: 0 0 0 1px; padding: 1px; height: 175px; width: 975px; }

*/

/* Begin Typography & Colors */
body {
	font-size: 75%; /* Resets 1em to 12px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	height: 100%; 
	}

#page {
	border: 0px;
	text-align: left;
	height: 100%; 
	}


h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 2em;
	text-align: left;
	}

h2 {
	font-size: 1.5em;
	}


h3 {
	font-size: 1.2em;
	}

a {
	text-decoration: none;
	color: #006600;
	}

a.white {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 75%;
	}

a.white:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 75%;
	}

a:hover {
	text-decoration: underline;
	color: #006600;
	}

#header a {
	text-decoration: none;
	color: #FFFFFF;
	}

#header a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

p	{
	text-align: left
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#space-top {
	margin-top: 20px;
	}

#space-bottom {
	margin-bottom: 20px;
	width: 975px;
	}

#page {
	margin-top: 0px;
	margin: 0px;
	width: 975px;
	border: 0px ;
	}
	
#header {
	margin-top: 0px;
	margin-left: 0px;
	text-align: left;
	height: 175px;
	width: 100%;
	}

#maincontent {
	padding: 0 0 0px 0px;
	margin-left: 195px;
	width: 744px;
	}

.left_side {
	float: left;
	width: 150px;
	padding-left: 35px;
	background: url("images/left.jpg") repeat-y top; border: none; 
	}

.left_side a img, a img {
	border: 0;
	}

.left_side a:hover img, a:hover img {
	border: 0;
	text-decoration: none;
	}

.left_side a:hover {
	border: 0;
	text-decoration: none;
	}

#footer {
	/* width: 975px; */
        margin-top: 50px;
        margin-left: 195px;
	margin-right=90px;
	}

/* End Structure */

/* Begin Images */
p img {
	border: 0;
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
/* End Images */

.textright {
	text-align: right;
	}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

ul li ul li {
	list-style-type: circle;
	}

ul li {
	list-style-type: square;
	}

/* End Entry Lists */



blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}


* Site map *

div.SiteMap {
float: right;
background: #dbeaf3; color: inherit;
border: outset #ffeee9;
padding: .5em;
margin: 1em 0 1em 1em;
}

.Sermons div.SiteMap {
    float: left;
	    background: #fff5ee; color: inherit;
		    margin: 1em 1em 1em 0;
			}

/* Float right */
.FloatRight {
float: right;
margin-left: 1ex;
margin-top: 1ex;
margin-bottom: 1ex;
text-align: center;
font: smaller Sans-Serif;
} 

/* Sermon list */
table.SermonList {
width: 100%;
border: ridge;
border-collapse: collapse;
/* margin-top: 1ex;
margin-right: 1em; */
margin: 0px;
spacing: 0px;
}
table.SermonList th, table.SermonList td  {
border-top: solid thin;
/* padding-left: 1ex;
padding-right: 1ex; */
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
padding-bottom: 4px;
}

table.SermonList th {
background-color: #004400; color: inherit;
color: white;
}
tr.Month {
    background-color: #FFFF99; color: inherit;
	    font-weight: bold;
}
tr.Month td {
padding-top: 4px;
padding-bottom: 4px;
}

/* Services */
table.Services {
margin: 1em;
}
.Services th, .Services td {
border: thin solid;
padding: .5ex 1em;
}
.Services th {
background: #b4c0de; color: inherit;
}
.Services .Separator td {
border: none;
}

table.SermonList th {
   cursor: pointer;
   }
