@charset "utf-8";

/* ------------------------------------------------
	footer
   ------------------------------------------------ */



#ftr {
	padding-bottom: 20px;
	background: none;
	clear: both;
}

#ftr #foot_logo {
	margin: 0px auto 20px;
	border: none;
	padding: 0px;
	text-align: center;
}
#ftr #foot_logo p {
	display: block;
	margin: 0px auto;
	border: none;
	padding: 0px;
	width: 95px;
	height: 31px;
	background-image: url("../images/powerd_pia.gif");
	text-indent: -9999px;
}

#ftr #foot_menu2 {
	margin: 0px;
	border: none;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	color: #666666;
}
#ftr #foot_menu2 a {
	margin: 0px 5px;
	color: #3366cc;
	white-space: nowrap;
	text-decoration: none;
	font-weight: normal;
}
#ftr #foot_menu2 a:hover {
	text-decoration: underline;
}

#ftr #copyright {
	margin: 0px;
	border: none;
	padding: 2px;
	font-size: 12px;
	text-align: center;
	background-color: #3366cc;
	color: #ffffff;
}
