body {
	padding: 0px; 
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../bg/bg-down.png);
	background-repeat: repeat-x;
	background-position: right top;
}
#footer {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: auto;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#footer-menu {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #484E36;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-color: #C0C0C0;
	border-style: solid;
}
#footer-menu ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer-menu li {
	margin: 2px;
	display: inline;
}
#footer-menu a {
	font-size: 20px;
	color: #C0C0C0;
	font-weight: normal;
	font-style: normal;
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
}
#footer-menu a:hover {
	text-decoration: none;
	color: #b71311;
}
#footer p {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
	margin-left: 20px;
	}
#footer p.copy {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	font-weight: bold;
	font-style: normal;
	color: #484E36;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
}