@charset "utf-8";
/* CSS Document */

body { background-color: #666666;
	
	
}
h3 { font-family: Arial, Helvetica, sans-serif;
	 margin-left: 20px;
	 margin-right: 50px;
	}
	
p {  font-family: Arial, Helvetica, sans-serif;
	 margin-left: 20px;
	 margin-right: 100px;
	 font-size: 18px;
	
	}
	


.logo { margin-left: 541px;
		margin-top: 15px;
		
	
	}
	
#all { width: 800px; 
	   height: 600px; 
	   border: solid black 1px;
	   margin: 0px auto;
	   
}

#header { width: 800px; 
	   height: 125px; 
	   border: solid black 0px;
	   background-color: #dcdddf;
		
}

#navi {width: 800px; 
	   height: 30px; 
	   border: solid black 0px;
	   background-color:#999999;
	
}

#main { width: 800px; 
	   height: 400px; 
	   border: solid black 0px;
	   background-color:#dcdddf;
	  
}

#footer {width: 800px; 
	   height: 45px; 
	   border: solid black 0px;
	   background-color: #7fb1ca;
	  position: absolute;
}

#links {
	text-align: left;
	margin-left: 20px;
	line-height: 30px;
	}
	
a    { color: #cccccc; 
	   font-weight: 600; 
	   font-size: 16px; 
	   font-family: arial; 
	   text-decoration: none }
	   
a:hover { color: black; 
		  font-weight: bold; 
		  font-size: 16px; 
		  font-family: Arial; 
		  text-decoration: none;}
		  
a.active { font-size: 16px; 
		   font-family: Arial;
		   color: black;
	}

	
