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

#footerBox{
	width:1240px;
	height: 300px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	text-align: center;
}

#footer{
	width:850px;
	height: 200px;
	min-height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	text-align: center;
}

#footerBox #footer ul {
	width:800px;
	float: left;
	height: 40px;
 	list-style-type: none;
	text-align: center;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 50px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}

#footerBox #footer li {
	float: left;
	width: 120px;
	height: 30px;
	text-decoration: none;
	list-style-type: none;
	margin: 5px;
	text-align: center;
}
#footerBox #footer #address {
	background-color: #FFFFFF;
	padding: 10px;
}
