
body {
    text-align:center; /* you need this line for IE to center the table*/
    color: rgb(0,0,0);
    }
   
table {
      margin-left:auto; /*these two lines are to center the table in IE and Moz*/
      margin-right:auto;
      
      border: 0px solid brown;
      padding: 10px;
      text-align:center; 
      font-family: sans-serif;
      }
        
#Nav {
      background-image: url(../images/navigationbar.jpg);
      height: 50px;
      width: 750px;
  }
  


#body {
    background-image: url(http://www.itsreallycheryl.com/fishergirl/images/jesuscafe.jpg);
    height: 685px; 
    width:750px; 
    padding-top:150px;
    border:0px brown solid; 
    font: normal 16 normal ;
    color: white;
    }
    
#cafe footer {
    background-image: url(http://www.itsreallycheryl.com/fishergirl/images/cafefooter.jpg);
    height: 50px;
    width: 750px;
    font: normal small-caps normal small bold Arial;
    color: rgb(255,255,255)
    }
