@CHARSET "UTF-8";

#footer {
	background:url(../img/common/footer_bg.jpg) no-repeat;
	width:958px;
	height:160px;
	margin-top:20px;
}
.footer_block {
	font-family:Arial;
	font-size:12px;
	color:#565e66;
	width:150px;
	padding:20px 20px 20px 20px;
	float:left;
}
.footer_block h2 {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#565e66;
	width:150px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.footer_block p {
	font-family:Arial;
	font-size:12px;
	color:#565e66;
	width:150px;
	padding:3px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.footer_block_seperator {
	background:url(../img/common/footer_seperator.jpg) no-repeat;
	width:1px;
	height:154px;
	margin-top:3px;
	float:left;
}
.footer_block a {
	font-family:Arial;
	font-size:12px;
	color:#565e66;
	text-decoration:none;
	width:150px;
	display:block;
}
.footer_block a:hover {
	font-family:Arial;
	font-size:12px;
	color:#f59421;
	text-decoration:none;
	width:150px;
	display:block;
}




