*{
   margin:0;
   padding:0;
 }
 
body{
	
	background-image:url("../image/bkgrd3.jpg");
    } 
    
#mainBox{
	      margin:0 auto;
	      height:600px;
	      width:651px;
	      border:solid 0px #000;
	      margin-top:30px;
	      Background:fff;
        }
        

#banner{
	      
	      height:100px;
	      width:598px;
	      border:solid 3px #000;
	     
	      
        }     
        
#contentBox
        {
	        margin-top:15px;
	      float:right;
	      height:430px;
	      width:430px;
	      border:solid 2px #555;  
        }   
        
#menu a, 
#menu a:visited {
	 margin-top:5px;
	 float:left;
     text-decoration:none; 
      background-color:#fff; 
     color:#000; 
     display:block; 
     width:129px; 
    height:20px; 
   border-bottom:1px solid #fff;  
   border-right:1px solid #000; 
 
  }
#menu a:hover {
  border-bottom:1px solid #000; 
  text-align:right;
  background:#ccff00;
  }
