/*  ID's for Pane Definitions */
#outside {
	/*background-color: green;
	background-color: #ECE8AB;*/
	background-color: #F4F2DA;
  width: 800px;
	border: 2px solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	margin-left: auto;
	margin-right: auto;
}
#inside {
	padding: 10px 50px;
	border: 1px solid black;
/*	margin: 50px;*/
}
#header	{
/*	background-attachment: fixed;
	background-image: url(../images/leaningcross.gif);
	background-repeat: no-repeat;
	background-position: right;*/
	background-color: khaki;
	height: 163px;
}
#scripture	{
	background-color: #9450A0;
	margin: 0px;
	padding-left: 160px;
/*	text-align: center;
	font-style: italic;
	font-weight: bold;
	font-size: 80%;
	color: #EDF2EB;*/
	border-top: 2px ridge #C76703;
}
#main	{
/*	background-color: blue;*/
}
#footer	{
	background-color: khaki;
	padding: 5px;
	border-top: 2px ridge #C76703;
	clear: both;
}
#leftcell	{
/*	background-color: #9450A0;
	background-color: #A6C6C1;
	background-color: #e6e6fa;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: gold;*/
	margin: 5px;
	padding: 2px 8px;
	color: #F4F2DA;
	width: 180px;
	float: left;
	font-size: 13px;
	text-align: center;
	border-width: thin;
	border-style: solid;
	border-color: navy navy #F4F2DA #F4F2DA;
}
#leftcell h4	{ /*this is used for section headers on left pane*/
/*	background-color: #8b008b;
	background-color: #BFDAC9;*/
	font-family: Monotype Corsiva, Geneva, Arial comic-sans;
	font-size: 190%;
	color: #BFDAC9;
	margin: 0px;
}
#leftcell h6 {
	margin: 0px;
	color: #F4F2DA;
}
#leftcell p {
	margin: 0px;
}
#leftcell a:link, #leftcell a:visited	{
	text-decoration: none;
	color: #F4F2DA;
}
#leftcell a:hover	{
	text-decoration: underline;
	font-weight: bold;
}
#rightcell	{
	width: 180px;
	height: 600px;
	float: right;
	border-top: 2px ridge #C76703;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#rightcell h4	{
	font-family: Monotype Corsiva, Geneva, Arial comic-sans;
	font-size: 200%;
	color: #B73B39;
	margin: 0px;
}

#middlecell	{
/*	background-color: #C5B8DC;*/
	padding-left: 6px;
	padding-right: 6px;
	margin-left:180px;
	margin-right:180px;
	margin-top: 0px;
	border-top: 2px ridge #C76703;
	border-left: 2px ridge #C76703;
/*	font-style: italic;*/
	color: #B73B39;
}
#middlecell p	{
	margin: 0px;
}
#pastor	{
	position: relative;
	top: 0px;
	left: 0px;
	width: 600px;
}
#pastor img {
	border: none;
	margin: 0px;
	position:absolute;
	clip: rect(0px 164px 210px 0px)
}
#cross	{
	float: right;
}
#cross img {
	border: none;
}
/* Additional defs for existing tags */
body	{
	background-color: #ECE8AB;
 	background-attachment: fixed;
	background-image: url(../images/BD14559_.jpg); 
	/*BD14559_.jpg BD21478_.jpg PH03864I.jpg PH00043_.jpg PH00051_.jpg, WB00440_.jpg*/
/*	background-repeat: repeat-x;*/
}
h1 {
	font-size: 2.5em;
	line-height: 1;
	text-transform: capitalize;
} 
  
img.right { 
	float: right; 
	padding-bottom: 0px;
	margin-left: 10px;
	margin-bottom: 0px;
}
    
/* Special tags */
.title	{
	font-weight: bold;
	text-decoration: underline;
}
.legal {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #333333;
                clear: both;
}
.nomargin	{
	margin: 0px;
}
.churchtitle	{
	font-family: Monotype Corsiva, Geneva, Arial comic-sans;
	font-size: 250%;
	color: purple;
	margin: 0px;
	padding-left: 160px;
	text-align: center;
}
.minister	{
	font-family: Monotype Corsiva, Geneva, Arial comic-sans;
	font-size: 90%;
	color: purple;
	margin: 0px;
	text-align: left;
}
.indent	{
	padding-left: 5px;
}
.bookimg	{
	background-attachment: fixed;
	background-image: url(../images/chptr1_small.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}	
/* text only styles */
.textright {
	text-align: right;
}
.textjustify {
    text-align: justify;
}
.textcenter {
    text-align: center;
}
/* box defs */
.box1	{
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.sermonbox	{
	padding: 3px;
	margin-left: 10px;
	margin-top: 5px;
	width: 400px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

