/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #005000;
}


a, a:visited{
	color: #845a00;
}
#image img {
	margin-bottom: 5px;
}

#image p {
	padding: 5px;
	margin: 0px;
}

/* @group Container Group */
#container {
	position: absolute;
	clear: both;
	width: 740px;
	left: 50%;
	margin-left: -370px;
	background: #fff url(images/back.jpg) repeat-y;
}


#header {
	margin: 0;
	padding-left: 15px;
	position: relative;
}

#content {
	width: 480px;
	float: left;
  	/* padding: 10px 10px 10px 30px; */
}

#title {
	left: 30px;
	border-bottom: solid 1px;
	border-color: #deddc1;
	margin-bottom: 5px;
	color: #c20000;
	position: relative;
	padding-left: 80px;
	padding-top: 5px;
	background-image: url(images/left-title-emblem.gif);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#image {
	left: 30px;
	border: solid 1px #deddc1;
	padding-bottom: 3px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #666666;
	position: relative;
}

#text {
	left: 30px;
	position: relative;
	letter-spacing: 1px;
}
#prayer {
	position: relative;
	margin-top: 15px;
	margin-bottom: 25px;
	color: #7b5409;
	
}
#prayer-head {
	height: 45px;
	background-image: url(images/prayer-head.jpg);
	background-repeat: no-repeat;
}

#prayer-middle {
	background-image: url(images/prayer-middle.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
}

#prayer-foot {
	background-image: url(images/prayer-foot.jpg);
	height: 23px;
	background-repeat: no-repeat;
}

/* @end */

/* @group Sidebar */

#sidebar {
	float: right;
	width: 190px;
	/* padding: 10px 10px 0px 10px; */ 
}

#sidebar p {
	margin: 0px;
}

div.right-content {
	position:relative;
	/*padding: 3px;*/
	right: 20px;
}

div.right-text {
	color: #deddc2;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg-right-div.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 10px;
	letter-spacing: 1px;
}

div.right-footer {
	height: 30px;
	background-image:url(images/right-div-footer.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}

#scripture {
	height: 60px;
	background-image: url(images/scripture.jpg);
	background-repeat: no-repeat;	
}

#hymn {
	height: 60px;
	background-image: url(images/hymn.jpg);
	background-repeat: no-repeat;
}

#art {
	height: 60px;
	background-image: url(images/art.jpg);
	background-repeat: no-repeat;	
}

div.art-text {
	color: #deddc2;
	font: 14px Georgia, "Times New Roman", Times, serif;
	background-image: url(images/bg-art-div.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 10px;
	letter-spacing: 1px;
}

div.art-footer {
	height: 30px;
	background-image:url(images/art-footer.jpg);
	background-repeat: no-repeat;

}

div.nav-right  {
	background: #f3f3db;
	border-top: 1px solid #dfd7b0;
	border-bottom: 1px solid #dfd7b0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 1.8;
	color: #7b5409;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;
	margin-left: 5px;
	margin-right: 5px;	}
/* @end */

#navigation, #navigation-front {
	position: relative;
	left: 25px;
	text-align: center;
	margin-bottom: 25px;
	border-top: 1px solid #dfd7b0;
	border-bottom: 1px solid #dfd7b0;
	padding-top: 10px;
	padding-bottom: 10px;
	
}


#navigation-front {
	font-size: 18px;
}

#navigation {
	font-size: 14px;
}

ul.nav {
	list-style: ;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

ul.nav li {
	display: inline;
	margin: 10px;
}

ul.nav li a{
	text-decoration: none;
}

ul.nav li a:hover {
	color: #c90000;
}

ul.nav li.nav-link-home {
	border-left: 1px solid #bf7713;
	border-right: 1px solid #bf7713;
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	bottom: 0px;
  	clear: both;
  	position: relative;
  	background-image:url(images/footer.jpg);
  	background-repeat: repeat-y;
  	text-align: center;
  	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0px;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}