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

.footer{ margin-top:25px;}
	.footer ul{ width:100%;}
	.footer li{ line-height:20px; width:80px; height:20px; background:#CBC7C3; color:#6B584D; text-align:center; float:left; margin-right:1px;}
		.footer li a{ display:block; width:80px; height:20px; background:#CBC7C3; color:#6B584D; text-decoration:none;}
		.footer li a:hover{ background:#6B584D; color:#CBC7C3;}
	
		.copyright{ color:6B584D;}

