@charset "utf-8";
/* CSS Document */

.footer_bg{
	height:75px;
	width:100%;
	background-image:url(../images/footer/bottombg.png);
	background-repeat:repeat-x;
	min-width:889px;
}

.footer_fg{
	height:60px;
	width:835px;
	background-image:url(../images/footer/footerbg.png);
	background-repeat:no-repeat;
	padding-right: 22px;
	padding-bottom: 15px;
	padding-left: 22px;
	margin:0 auto;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #505050;
	line-height: 12px;
}

.footer_navbar{
	height:22px;
	width:100%;
	background-image:url(../images/footer/footerbarbg.gif);
	background-repeat:repeat-x;
	min-width:889px;
}

.footer_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #505050;
	text-decoration: none;
}

.footer_link:hover{
	text-decoration:underline;
}
