/* html body tag style */
body {
   font:14px/1.3em Verdana, sans-serif;
   margin: 0px;
   padding: 0px;
}

/* h1 tag style */
/*
h1 {
margin: 0px;
padding: 0px;
font-family: arial;
font-size: 140%;
color: #ffffff;
}
*/

/* CSS Style Rule for Div having id="outer-container" */
/* outer-container will hold the whole assembly of 
nested div overlays. */
/* It will also center align the design */
#outer {
width: 820px;
margin: 0 auto;
padding: 7px;
}

/* header CSS Style Rule */
#header {
width: 818px;
height: 80px;
background-color:#000000;
}

/* footer CSS Style Rule */
#footer {
   background-color:#E5E5E5;
   border-style:solid;
   border-width:1px;
   border-color:#D3D3D3;
   width: 817px;
}

/* Top navigation CSS Style Rule */
#top-Nav {
width: 817px;
background-color: white;
margin: 2px 0px 2px 0px;
}

/* content-container CSS Style Rule */
/* It will hold the main content of the page. */
#content {
   background-color:#E8E8E8;
   border-style:solid;
   border-width:1px;
   border-color:#D3D3D3;
   margin: 2px 0px 2px 0px;
   width: 817px;
}

/* Put some space between paragraphs */
p{
margin:10px;
/*text-indent:20px;*/
}

/* Indent for Bible Passages */
/*.bindent {text-indent:20px;line-height:17px;}*/
.bindent {
   text-indent:20px;
   margin-top: 0em;
   margin-bottom: 0.5em;
}

/* Color certain text red */
.redtext {
color: #FF0000;
}

/* Image Positioning */
.imageleft { float: left; margin: 10px; }
.imageright { float: right; margin: 10px; } 
.imagecenter {
   background-color:#E8E8E8;
   border-style:solid;
   border-width:1px;
   border-color:#D3D3D3;
   float: center;
   margin: 2px 0px 2px 0px;
   width: 817px;
}
