body {
    text-align:center; /* you need this line for IE to center the table*/
    background-color:#666666;
    }
#container {
      margin-left:auto; /*these two lines are to center the table in IE and Moz*/
      margin-right:auto;
      width:717px;
      border: 0px solid red;
      padding: 0px;
      font-family: sans-serif;
      }

#header
  {
  width:777px;
  height:100px;
  background-image: url(../grayimages/blackbanner.jpg);
  }


.menu
  {
  border:0px solid red;
  height:30px;
  margin-left:5px;
  
  }

#content
  {
  text-align:justify;
  padding:0px;
  height: 540px; 
  width:720px; 
  color:white;
  }
#Title
  {
  font: normal  32px normal;
 height: 0px;
 width: 719px;
  }
  
#Sub_Title
  {
  font: normal  0px normal;
  }

#body {
  
    height: 540px; 
    width:720px; 
    border:1px black solid; 
    font: normal 24px normal ;
    }
    
#footer {
    font:  small-caps 900 14px arial;
    }
