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


#footer{
	width:898px;
	height:24px;
	padding-left:16px;
	padding-right:16px;
	padding-top:12px;
	background-color:#f1f1f1;
	float: left;
	clear: right;
	margin-top:0px;
}
#left_footer{
	width:190px;
	float:left;
	clear:right;
}
#right_footer{
	text-align:right;
	width:400px;
	float:right;
}
.footer_txt{
	font-family:Arial;
	font-size:11px;
	color:#797979;
}

.footer_link{
	text-decoration:none;
	color:#797979;
}
.footer_link:hover{
	text-decoration:underline;
	color:#797979;
}

