
 body {
background-color: transparent;  
}
#people-bakgrnd {
background-image: url(img/people-2.gif);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 85px 105px;              
}
#bible-bckgrnd {
background-image: url(img/bible-bckgrnd.gif);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 100px 90px;    
}
#pen-ink-bakgrnd {
background-image: url(img/scroll-and-pen-1b.jpg);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 100px 90px;    
}
#wrapper {
background-color: transparent;  
color: #000000;
margin: 1px 40px 30px 40px;        
padding: 10px;    
}
#header{
margin: 0;
padding: 0;
}
#header ul {
margin: 0;
padding: 0;
padding: 40px 125px 0 0;     
text-align: right;                       
}
#header a:link, #header a:visited {
color: #FF0000;  /* red */
background-image: url(img/more-bullet.gif);
background-repeat: no-repeat;
background-position: center left;             
padding-left: 14px;        
font-size: 160%;  
color: #00008B; /* dark blue */
}



#header li a:hover {
  background-color: #FFC0CB;    
  color: #FFFFFF;                               
}



/* #header a:link :hover {   */
/* #content p.more :hover {  */
/*  padding-left: 110px;  */
/*   background-color: red;     */                   
/*  color: white;       *** #FFFFFF;   white */                                                            
/*}   */


#main {
background-color: transparent;
position: relative;
top:0;
left:  0;
width: 100%;
margin-top: 10px;   
}
#content {
font-size: 14px;  
margin: 0;
padding: 0;
/* margin: 0 50px 0 100px;    0 100 1 100 */   
background-color: transparent;
color: #000000;
}
#content .inner { 
margin: 10px 50px 10px 50px;
font-size: 14pt;
font-weight: normal;
}
h1 {
text-align: center;
margin-bottom: -10px;
font-size: 40px;
color: #FF0000;    /* red */
font-weight: bold;
}
h2 {
text-align: center;
margin-bottom: -10px;
font-size: 16px;
color: #0033FF;    /* dark blue */
font-weight: bold;
}
h3 {
text-align: left;
color: #0033FF;
font-size: 20px;
font-weight: bold;
margin-bottom: -20px;
}
h4 {
text-align: center;
color: #0033FF;
font-size: 18pt;
font-weight: bold;
}
#box {
padding: 20px;
border: 2px solid #FF0000;
background-color: white;
margin-top: 40px;
width: 750px;
}

