/* *** Generated by www.csscreator.com *** */
/* *** modified by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */
/* *** remodified for CedarBibleBox.com by Dormouse Productions. ***/
/* *** Dormouse thank the originators of the css for their work *** */


/*COLORSCHEME*/
/*yellowgreen: ccff00*/
/*green: 55ff55/
/*pink: ffaaaa/
/*redorange: fdab30/

/*black: 000000*/
/*white: ffffff*/


body {
background-color: #000000;  /* the zero level background */ 
font-size: 14px;
font-family: Century Schoolbook", Georgia, serif;
line-height: 140%;
color:#000000;
padding:0px;
margin:0px;
}

a {color: #0b032c; font-family: Arial, Helvetica, sans-serif; text-decoration: none;  font-weight: bold;}
a:visited {color:#55ff55;}
a:hover {color: #ffaaaa;}
a:active { color:#ccff00;}

hr {
color: #eb9938;

}

h1 {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
text-transform:uppercase;
background-color: #ffaaaa;
border-top:4px solid #fdab30;
border-bottom:4px solid #fdab30;
padding:5px 15px;
margin:0px }

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size:20px;
font-weight: normal;
padding: 10px 10px 4px 8px;
margin:0px;
color: #000000;
}

img.download {vertical-align:middle;}

/* ----------container to center the layout-------- */
#container {
width: 950px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: center;
background-color: #000000;  /* the background behind the logo  */
padding: 0px;
margin: 0px; }

#banner img {padding:10px 0px;} 

/* ----------outer and inner----------------- */

#outer{ 
border-left: solid 200px #ffffff; /* color of the left column  */ 
border-right: solid 200px #ffffff; /* color of the right column  */ 
background-color: #ffffff;  /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 background-image:url('graphics/left.png');
 background-repeat:repeat-y;
 background-size: 200px;
 width:200px; 
 float:left; 
 position:relative; 
 margin-left:-200px; 
 margin-right:1px;
 }

 #right {
 background-image:url('graphics/right.png');
 background-size: 200px;
 background-repeat:repeat-y;
 font-family: Arial, Helvetica, sans-serif; 
 width:200px; 
 float:right; 
 position:relative; 
 margin-right:-200px; 
 margin-left:1px;
 }

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
}

p {
padding: 5px 10px;
line-height: 160%;
margin:0px; }

hr {
height: 4px;
}

pre{
font-family: Arial, Helvetica, sans-serif;
line-height: 140%;
font-size: 16px;
padding: 2px 4px 4px 18px;
margin:0px;}

/*  ----------------footer---------------------- */ 
#footer {
clear:left;
padding:0px;
margin:0px;
text-align: center; } 
