@charset "utf-8";
#footer {
	width: 969px;
	position: relative;
	clear: both;
	height: 97px;
	background-image: url(../image/bg_footer.jpg);
}
p.text_footer {
	margin-left: 20px;
	padding-bottom: 0px;
}

#link_indeed {
	float: right;
	padding-right: 380px;
	color: #977E60;
	text-decoration: none;
}

#link_indeed:hover {
	color: #5A5B55;
}

#footer ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer li {
	float: left;
}
#footer  li a {
	color: #3a3529;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bab6a0;
	padding-right: 10px;
	margin-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 30px;
}
#footer .last a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer li a:hover {
	color: #000000;
	text-decoration: underline;
}

