/* CSS Document */


/**************************************************************************************************************/

#footer{
	/*border:1px solid #663399;*/
	background-image:url(../images/footer_bg.jpg);
	font-size:12px;
	clear:both;
	height:29px;
	font-weight:bold;
	}
#footerCenter{
	width:990px;
	margin:0 auto;
	}
	
#footer a{
	color:#042e85;
	text-decoration:none;
	}
#footer a:hover{
	text-decoration:underline;
	}	
#fred_link, #location_links, #number{
	padding-top:8px;
	}
#fred_link{
	float:left;
/*	border:1px solid #00CC33;*/
	width:auto;
	margin-left:12px;
	}
	
#location_links{
	display:inline;
	float:left;
	width:420px;
	text-align:left;
	margin-left:210px;
	}

#number{
	float:right;
/*	border:1px solid #00CC33;*/
	width:auto;
	margin-right:12px;
	
	}