@charset "utf-8";


#footer #footerContent {
	width: 996px;
	height: 46px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
}

#footer #copyright {
	clear: both;
	font-size: 92%;
	color: #333333;
	line-height: 1.2em;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer #footer_link {
	font-size: 120%;
	color: #000000;
	width: 70%;
	margin-bottom: 15px;
}
#footer #footer_link ul {
	color: #7c4900;
	list-style-type: none;
	font-size: 92%;
	line-height: 1em;
	margin-bottom: 8px;
}
#footer #footer_link ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7c4900;
}
#footer #footer_link ul li a {
	color: #7c4900;
}
#footer #footer_link ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
#footer #footer_link ul li.none {
	border-right-style: none;
	padding-right: 0px;
}
