/* CSS Document */

#container {
            width:646px;
 			height:auto;
			margin-left:auto;
			margin-right:auto;
			background-color:#003366;
			padding-bottom:10px;
			 
}
 
#header {
            width:100%;
  			height:170px;
						
			}
			
#separator {
            width:646px;
			height:20px;
			background-color:#CCCCCC;
}

#main { 	width:98%;
			height:auto;
			background-color:#A3B4C7;
			margin-left:auto;
			margin-right:auto;
			margin-top:10px;
}
  
   
#contents { margin-left:auto;
margin-right:auto; 
}

#table { margin-left:inherit;
margin-right:inherit;
}

img {border-style:none;}