*{   /* this * here is to kill any margins or padding in the page */
margin: 0px;
padding: 0px;
}



body {
    margin:5px 0px; padding:0px;
    text-align:center;
    
    background-image: url(../gifs/grad1.png);
  background-repeat: repeat;
    
    
    
    }
    /* {background-color:#b0c4de;} */



a{
text-decoration: none;
}
.wrapper {
 width: 1500px;
 height: 1000px;
 border: 0px solid #e1e1e1;
 margin: 1px auto 0 auto;
  }
  
  .header {
  width: 1500px;
  height: 1px;
  background-image: url(../gifs/brid1xx.JPG);
  background-repeat: no-repeat;
  }
  .navbar {
    width: 1500px;
  height: 25px;
  background-image: url(../gifs/grads4.jpg);
  background-repeat: repeat;
   }
   .button a  {
   float: left;
   width: 100px;
   height: 25px;
   line-height: 22px;
   font-family: verdana;
   font-size: 14px;
   color: #000f00;
   font-weight: bold;
   text-align: center;
   }
 .button a:hover  {
   float: left;
   width: 100px;
   height: 25px;
   line-height: 22px;
   font-family: verdana;
   font-size: 14px;
   color: #fff;
   font-weight: bold;
   text-align: center;
   background-image: url(../gifs/grad1.png);
  background-repeat: repeat;
  }
  .mainbody{
   width: 1500px;
   height: 1000px;     
   font-family: verdana;
   font-size: 11px;
   color: #515151; 
   background: #e2e2e2; 
  }  
  
  .footer {
    width: 1500px;
  height: 25px;
  background-image: url(../gifs/gradh4.jpg);
  background-repeat: repeat;
  }
   