#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat:no-repeat;
	background-position:1px 0px;
	margin:0px;
	position: relative;
	top:0px;
	left:50%;
	margin-left: -463px;
	width:895px;
	height:32px;
	padding-top:20px;
	padding-left:20px;
	padding-right:15px;
	font-size: 10px;
	color: #D7E6F7;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-decoration:none;
	text-align:left;
	clear:both;
}
#footer_menu {
	width:926px;
	position: relative;
	top:-3px;
	left:50%;
	margin-left: -470px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	text-align: center;
	color:#999999;
}
a.footer_link {
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#777777;
	text-decoration:none;
}
a.footer_link:hover {
	border-bottom:1px dotted #333333;
}
.back_to_top {
	position:absolute;
	right:80px;
	color:#ffffff;
}
.white_link {
	color:#FFFFFF;
	text-decoration: none;
}
.white_link:hover {
	color:#FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
}