@charset "utf-8";
#footercontent {
	width: 940px;
	height: 50px;
	position: relative;
	margin: 0px auto;
	margin-top: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #d8d5b9;
	padding: 20px;
}
#footercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a907c;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#footercontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a907c;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}




#footercontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a907c;
	text-decoration: none;
	display: inline;
}
#footercontent a:hover {
	text-decoration: underline;
	color: #9a907c;
}

