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

#footer{
	width: 840px;
	background-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E5E5E5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	margin-bottom: 20px;
}
#footer_left{
	float: left;
	width: 400px;
	padding: 15px 0 0 20px;
}
#footer_right{
	float: right;
	text-align: right;
	width: 400px;
	padding: 15px 20px 20px 0;
}
#footer_lb{
	width: 840px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #666;
	float: right;
	text-align: right;
	padding: 15px 20px 20px 0;
}
