@charset "utf-8";
/* CSS Document */


#footer{
height:70px;
padding-bottom:30px;
padding-top:30px;

width:800px;

}


#footer p{

	font-size:12px;
	color:#000066;
	
}

#footer p a{

	font-size:12px;
	text-decoration:none;
	color: #000066;
	
}

#footer p a:hover{

	font-size:12px;
	text-decoration:none;
	color: #990000;
	
}

