* { margin: 0; padding: 0; }
html { height: 102%; }
body {
	background: url(images/body-bg.jpg) center repeat-y;
	text-align: center;
	font-family: "Lucida Grande", "Arial";
	/* color: #707070; */
	color: #666666;
	font-size: 14px;
}

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

h1, h2, h3, h4, h5, h6 { font-family: Georgia, Serif; font-style: italic; font-weight: normal; }

#page-wrap {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	width: 900px;
	height: 200px;
	background: url(images/header-bg.jpg);
	}
	#header #quotes {
		float: right;
		width: 226px;
		height: 180px;
		margin-top: 16px;
		margin-right: 11px;
		overflow: hidden;
		color: #555555;
		font-size: 13px;
		font-family: "times new roman";
		text-align: left;
		}
		#quotes .quote {
			width: 234px;
			height: 190px;
			display: none;
			position: absolute;
			overflow: hidden;
		}
		

#location {
	height: 35px;
	background: #dadada;
	width: 719px;
	float: right;
	line-height: 35px;
	padding-left: 15px;
	color: #555;
	position: relative;
	}
	#location #recentSermon {
		right: 10px;
		position: absolute;
		top: 0;
		}
		#recentSermon a {
			color: #555;
			font-size: 14px;
			font-style:  italic;
		}
		#recentSermon a span {
			font-size: 11px;
		}

#nav {
	width: 159px;
	float: left;
	font-family: "Times New Roman";
	font-size: 16px;
	list-style: none inside;
	margin: 0;
	margin-top: 10px;
	margin-left: 7px;
	}
	#nav li {
		display: inline;
		}
		#nav li a {
			display: block;
			height: 28px;
			color: #707070;
			line-height: 28px;
			text-decoration: none;
			letter-spacing: 1px;
		}
		#nav li a:hover { color: #393939; }
	#nav h1 {
		text-indent: -9999px;
		background: url(images/navigation-bg.jpg);
		width: 166px;
		height: 44px;
	}
	
#content {
	width: 719px;
	float: right;
	padding: 7px;
	margin-bottom: 48px;
}

#footer {
	width: 720px;
	height: 30px;
	color: #555;
	background: #dadada;
	line-height: 30px;
	padding: 7px;
	clear: both;
	margin-left: 166px;
}

ul {
	margin-left: 40px;
}

p {
	padding: 4px;
}

#sermonTabs {
	float: left;
	}
	#sermonTabs li {
		list-style: none inside;
		float: left;
		background: #dadada;
		position: relative;
		display: block;
		margin-right: 5px;
		width: 100px;
		height: 25px;
		line-height: 25px;
	}
	#sermonTabs li a {
		display: block;
		width: 100px;
		height: 25px;
	}
#sermonTabs a { text-decoration: none; }
#sermonTabs li ul {
	display: none;
	position: absolute;
	width: 14em;
	left: -1px;
	margin: 0;
	border: 1px solid #000;
	border-top: none;
	background: #FFF;
}
#sermonTabs li:hover ul { display: block; }
#sermonTabs li ul li {
	width: 100%;
	margin-top: 0px;
	border-top: 1px solid #000;
}
#sermonTabs li ul li a {
	display: block;
	width: 14em;
}
.clear { clear: both; }

#sermon_table {
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	#sermon_table tr {
		margin-bottom: 15px;
		}
		#sermon_table tr td {
			border-bottom: 1px solid #333;
			padding: 10px 0;
			}
			#sermon_table tr td h2 {
				font-size: 16px;
				}
				#sermon_table tr td h2 span {
					font-size: 14px;
				}
			#sermon_table tr td p {
				font-size: 12px;
			}
