@charset "UTF-8";

/* ~~ footer ~~ */
.footer {
	bottom:0px;
	height:80px;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #999;
	background-color: #333;
	font-family: "Helvetica Light", Helvetica, Arial;
	font-size: 60%;
	color: #CCC;
	padding-left: 35px;
	padding-right: 25px;
	padding-top: 15px;
}
.footer_rt {
	float: right;
}
.footer_ctr {
	width: 275px;
	height: 50px;
	float: left;
	padding-left: 10px;
	padding-bottom: 0px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FFAC37;
	margin-left: 100px;
}
.footer_lt {
	float: left;
}
.footer a:link, .footer a:visited {
	color: #FFBF3D;
	text-decoration: none;
}
.footer a:hover, .footer a:active, .footer a:focus {
	color: #CCC;
}

