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

#footer{
	width: 816px;
	height: 157px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #93813a;
	border-bottom-color: #93813a;
	border-left-color: #93813a;
}
.footer_ends{
    width: 141px;
	height: 157px;
	float: left;
}
#copyright{
	height: 98px;
	width: 534px;
	float: left;
	margin-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #93813a;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc;
	text-align: center;
	padding-top: 18px;
}
