

#foot_wrapper{
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #aaa;
}
#foot_wrapper{
	background-color:#CCC;
	background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f5f5f5), color-stop(100%, #999999));
	background-image:-webkit-linear-gradient(#f5f5f5,#999999);
	background-image:-moz-linear-gradient(#f5f5f5,#999999);
	background-image:-o-linear-gradient(#f5f5f5,#999999);
	background-image:url(url(linear-gradient(#f5f5f5,#999999)));
}
#foot_wrapper{
	margin-top: -20px;
}

#copy_wrapper{
	/*	*zoom:1;	*/
	position: relative;
	margin-top: -1px;
	background-color:#59A6A4;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #aaa;
	padding: 20px;
}
.copy_footer {
	text-shadow:rgba(0,0,0,0.4) 0 0 0,rgba(255,255,255,0.4) 1px 1px 0;
}
.copy_footer a.rrr{
	color: #039;
	margin-left: 5px;
}
.copy_footer a.rrr:hover {
	color: #006;
	}
.copy_footer #copyright{
	/*	*zoom:1;	*/
	font-size: 12px;
	float: left;
	color: #333;
}
.copy_footer #copyright img{
	width: 160px;
	vertical-align: middle;
	margin-top: -7px;
}
footmenu {
	float: right;
	font-size: 14px;
}
footmenu a{
	color:#000;
	font-size:13px;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
	text-decoration: none;
	margin-left: 20px;
}
footmenu a:hover{
	color:#900;
	text-decoration:none;
}
#copyright{
	font-size: 13px;
	line-height: 22px;
}
