body {
background-color: #FFFFFF;   /* white */
}
#newsletter-bakgrnd {            
background-image: url(img/newspaper.jpg);
background-repeat: no-repeat;
background-attachment: scroll;  
background-position: 1px 20px;
}
#crusade-bakgrnd {
background-image: url(img/grey-world-map.jpg);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 10px 20px;
}
#satalite-bakgrnd {
background-image: url(img/satalite-world-bg.jpg);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 10px 1px;
}
#testimony-bakgrnd {
background-image: url(img/scroll-and-pen-1b.jpg);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 250px 5px;
}
#tpeople-bakgrnd {
background-image: url(img/scroll-and-pen-1b.jpg);
background-repeat: no-repeat; 
background-attachment: scroll;   
background-position: 200px 5px;
}
#wrapper {
background-color: transparent;  
color: #000000;
margin: 1px 40px 30px 40px;        
padding: 10px;    
}
#header{
/* border-bottom: 1px solid #000000;  */
height: 1%; 
}
#header ul {
margin: 0;
padding: 0;
padding: 40px 125px 0 0;     
text-align: right;                       
}
#header li {
display: inline;
background-color: transparent;
color: #00008B;   /* dark blue */
}
#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;                               
}
#main {
background-color: transparent;
position: relative;
top:0;
left:  0;
width: 100%;
margin-top: 10px;   
}
#content-testimony {
margin: 0;
padding: 0;
margin: 0 25px 0 25px;   /* 0 50px 0 100px */   
background-color: transparent;
color: #000000;
}
#content-testimony .inner {        
margin: 10px 50px 10px 50px;
}
#content-testimony .inner h4 {
font: times roman, serif;
font-size: 200%;
color: #FF0000;
margin: 10px 0 -10px 45px;    /*  margin: -10px 0 -10px 45px;  */  
padding-bottom: 0;   
height: 1%;
}
#content-index {
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;
}
#content-index .inner h4 {
font: times roman, serif;
font-size: 250%;
color: #FF0000;
margin: 10px 0 -10px 45px;    /*  margin: -10px 0 -10px 45px;  */  
padding-bottom: 0;   
height: 1%;
}

#content-index a:link, #content-index a:visited {
color: #FF0000;
background-image: url(img/more-bullet.gif);
background-repeat: no-repeat;
background-position: center left;         
padding-left: 14px;     
font-size: 90%;   
color: #FF0000;               
}
#content-index li a:hover {
  background-color: #FFC0CB;    
  color: #FFFFFF;                               
}