@charset "UTF-8";
a.verse {
	color: #F90;
}

a:link {
	color: #F90;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F90;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/* CSS Document */


body {
	background-image: url(images/EGTBackground.jpg);
	background-repeat: repeat-x;
	background-color: #0D4765;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #0B2633;
	background-image: url(images/EGTLeftNavBG.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 230px;
	width: 800px;
	background-image: url(images/EGTBanner.jpg);
}
#topNav {
	height: 30px;
	width: 800px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#leftNav {
	width: 160px;
	float: left;
	margin-bottom: 10px;
	background-image: url(images/EGTLeftNavBG.jpg);
}
#mainContent {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: justify;
	width: 598px;
	height: 100%;
	font-weight: lighter;
	line-height: 1.5em;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
h1 {
	text-align: center;
	font-size: 36px;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
p {
	font-weight: lighter;
	font-size: 14px;
}
#footer {
	clear: both;
	height: 145px;
	width: 800px;
}
#contentWrapper {
	background-color: #0B2633;
	background-image: url(images/EGTLeftNavBG.jpg);
	background-repeat: repeat-y;
	clear: both;
	width: 800px;
	height: 100%;
	overflow: auto;
}
li.gospel {
	padding: 0px;
	margin: 0px;
}
