/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Home/default page
-----------------------------------------------------------------------------*/
#h1Bishop {
	width:425px;
	height:26px;
	position:absolute;
	background:url(../img/h1Bishop.gif) no-repeat;
	}
	
#h1Home {
	width:378px;
	height:26px;
	position:absolute;
	background:url(../img/h1Home.gif) no-repeat;
	}
	
body {
	background:url(../img/bodyHomeBg.jpg) repeat-x #d5cdb1;
	}
	
#homeHeaderBg {
	background:url(../img/homeHeaderBg.jpg) top center no-repeat;
	height:184px;
	}
	
#homeHeader {
	margin:0 auto;
	width:850px;
	height:184px;	
	}
	
#subBar {
	margin:0 auto;
	width:850px;
	height:41px;
	background:url(../img/subBarHomeBg.jpg) top right no-repeat;
	padding:0 0 20px 0;
	}
	
#scriptures {
	width:425px;
	height:183px;
	}
	
#flashcontent {
		width:100%;
		height:100%;
	}
	
#homeLeft {
	width:378px;
	float:left;
	position:relative;
	}
	
#homeRight {
	width:187px;
	float:right;
	}
	
#homeRight p {
	font-size:90%;
	color:#75663c;
	}
	
#icon {
	border:#75663c solid 1px;
	margin:0 0 5px 0;
	}

#homeRight ul {
	border-top:#a9996b solid 1px;
	list-style:none;
	margin:5px 0 0 0;
	padding:0;
	}
	
#homeRight ul li {
	background:url(../img/annouceBg.gif) repeat-x;
	padding:13px 9px;
	border-bottom:#a9996b solid 1px;
	}
	
#homeRight ul li a {
	color:#912f31;
	padding:1px 1px;
	font-weight:bold;
	}

#homeRight ul li a:link, #homeRight ul li a:visited {
	text-decoration:underline;
	}

#homeRight ul li a:hover, #homeRight ul li a:active {
	color:#ffffff;
	background:#912f31;
	}