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

.footer  {
	height: 184px;
	background-image: url(../images/bg_pie.jpg);
	background-repeat: repeat-x;
	padding: 0;
	text-align: left;
	clear: both;
}
.footer .wrapfoot {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 140px;
	position: relative;
}
.footer .copy  {
	clear: both;
	font-size: 10px;
	color: #FFE1BF;
	text-align: center;
	line-height: 30px;
	display: block;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFB664;
}

.footer dl {
	float: left;
	text-align: left;
	font-size: 12px;
	width: 162px;
	height: 100px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 3%;
	margin-left: 3%;
	display: inline;
	margin-bottom: 0px;
}
.footer dt {
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
.footer dd {
	margin: 0px;
	list-style-type: circle;
	padding: 0px;
}
.footer dd a {
	color: #FFF;
	margin: 0px;
	padding: 0px;
}