
body{background: url('lblue003.jpg');}


#header{ width: 863px;
         height: 145px;
         margin-left: 55px;
         text-align: center;
         border-width: 7px;
          border-style: solid;
          border-color: rgb(0,0,128);
         background-color: maroon;}

         

#content{ position: absolute; left: 63px; top: 178px;
          width: 795px; height: 1090px;
          text-align: left;
          border-width: 7px;
          border-style: solid;
          border-color: rgb(0,0,123);
          background-color: rgb(255,255,220);
          padding: 35px; } 


#information { position: absolute; left: 45px; top:50px;
        width: 766px; height: 426px;
        text-align: center;
        border-width: 7px;
        border-style: solid;
        border-color: #666699;
        background-color: #ffffff;} 


#church { position: absolute; left: 45px; top: 536px;
       width: 373px; height: 381px;
       text-align: left;
       border-width: 7px;
       border-style: solid;
       border-color: #666699;
       background-color: #ffffff;
       padding: 15px; }

#right {position: absolute; left: 478px; top: 536px;
        width: 335px; height: 411px;
        text-align: center;
        border-width: 7px;
        border-style: solid;
        border-color: #666699;
        background-color: #ffffff; }





#footer{ position: absolute; left: 0px; top: 1020px;
         width: 100%; height: 140px;
         text-align: center;
         background-color: #ffffcc;
         border-width: 1px;
         border-style: solid;
         border-color: green;}  



h1 { text-align: center; font-size: 40px;
     color: white;}


h2 { text-align: center;font-family: Verdana, sans-serif;
     color: #800080; font-size: 35px; }

h3 { text-align: center; font-family: Verdana, sans-serif;
     color: black; font-size: 20px;}




img.border {border: 5px solid #800000; padding: 1px 1px 1px 1px;}




p { color: black; font-size: 110%;}

a:hover {
  color: white;
  background-color: blue;
}