﻿#footerWrapper 
{
	float: left;
	background-color: #FFF;
	padding: 20px 0 20px 0;
}
#footerContentWrapper 
{
	margin: auto;
	float: left;
	
}
#footerMenuWrapper 
{
	float: left;
	width: 958px;
	margin: 0 0 15px 0;
	text-align: center;
}
#footerMenuWrapper a
{
	text-decoration: none;
	color: #0d69c0;
	font-size: 10px;
}
#footerMenuWrapper a:hover
{
	text-decoration: underline;
}
#footerCopyrightWrapper 
{
	width: 958px;
	float: left;
	display: block;
	text-align: center;
	font-size: 9px;
}