@charset "utf-8";
/* CSS Document */

.button {
   border:thin; border:#AAFFFF; border:outset; background:#FFFBF0;
   color: #000000;
   font-size: 18px;
   font-family: Georgia, "Times New Roman", Times, serif;
   text-decoration: none;
   text-align:center; display:block;
   margin:auto;
   height:30px;
   width: 100px;


   }
.button:hover {
   color:#990100; border:inset;
 
   }
.button:active {
   border-top-color: #990000;
   background: #990000;
   }
   
#head {
	margin-left:17%;
	margin-right:19%;
	

	border-left: solid 2px #990100;
	border-right: solid 3px #A0A0A0;
	border-top: solid 2px #990100;
	border-bottom: solid 3px #A0A0A0;
	
	height:154px;
	width:850px;
	margin-top:3%;
	background-color:#FFFFFF;
	
	
	
	}
	   
#navi {
	
	
	margin-left:10%;
	margin-right:2%;
	margin-top:10%;
	
	width:110px;
	height:100px;
	margin-top:1%;
	
	float:left;
	
	 }   
	

#body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	
	
	margin-left:17%;
	margin-right:19%;
	margin-top:1%;
	width: 850px;
	
	
	border-left: solid 1px #000000;
	border-right: solid 2px #A0A0A0;
	border-top: solid 1px #000000;
	border-bottom: solid 2px #A0A0A0;
	background-color:#FFFFFF;
	}
	

	
body {background-color: #EAEAEA;}



