@charset "utf-8";
/* CSS Document */


#footer {
	clear: both;
	width: 900px;
	position: relative;
	padding: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c2bfad;
	margin: 0px;
}
#footer_text  {
	float: left;
	color: #85805b;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
}
#footer_text a {
	text-decoration: none;
	color: #85805b;
}
#footer_text a:hover {
	text-decoration: underline;
}


.indeed_link  {
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
}
.indeed_link a {
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #85805b;
}
.indeed_link a:hover {
	text-decoration: underline;
}
.indeed_link span {
	color: #9abd2c;
}
