
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#501f49;
 color: #501f49;
 text-align:center;
 padding:0;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:650px;
 margin:0px 0px 0px 0px;
 }

#hdr {
 height:140px;
 background:#eeeeee;
 color: #333333;
 margin: 0,0,0,0;
  padding:0px;
  top: 40px;
 }



#bodyblock {
 position:relative;
 background: #ffffff;
 background-image:url(images/bluebar.jpg);
 background-repeat:repeat-y;
 width:780px;
 padding:0;
 }

#l-col {
 float:left;
 width:100px;
 margin-left: 20px;
  text-align:left;
 }

#cont {
 width:621px;
 background:#ffe6b2;
 background-image:url(images/churchbackground.jpg);
  background-repeat: no-repeat;
 text-align:left;
 margin-right:10px;
 }

#ftr {
  width:780px;
 background:#ffffff;
 background-image:url(images/footer.jpg);
 background-repeat: no-repeat;
 color: #333333;
 border:none;
 margin:0;
 position:relative;
 }
 
 a.menu:hover {
 background:red;
 }
  p {
 margin:15px;
 padding:0px;
 }