#footer {
	background-color: #FFF;
	clear: both;
	background-image: url(../img/common/f_back.jpg);
	background-repeat: repeat-x;
	height: 111px;
}
#footer .f_conL {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/common/f_logoBack.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}


#footer h3 {
	height: 60px;
	width: 300px;
	text-indent: -9999px;
}
#footer p  {
	color: #FFF;
	padding-left: 25px;
}
#footer ul  {
	text-align: right;
	position: absolute;
	width: 300px;
	left: 590px;
	top: 15px;
}
#footer ul li {
	float: left;
	color: #FFF;
}
#footer ul li a {
	color: #FFF;
}




#footer address {
	text-align: right;
	position: absolute;
	left: 500px;
	top: 80px;
	color: #FFF;
	width: 380px;
}
