

#footer {
	font-family:Arial, Helvetica, sans-serif;
	width:950px;
	display:table;
	height:121px;
	font-size:11px;
	color:#aaaaaa;
	clear:both;
	line-height:20px;
	margin-top:45px;
	}

#footer a:hover {
	color:#515151;
	border-bottom:#515151 1px solid;
	}


#footer a {
	color:#aaaaaa;
	text-decoration:none;
	}
	
	
#footer_container {
	width:950px;
	height:121px;
	background-color:#eaeaea;
	}
	
#footer_left {
	width:305px;
	height:79px;
	float:left;
	display:table-cell;
	text-align:left;
	padding:39px 0px 0px 12px;
	}

#footer_divider {
	width:1px;
	height:80px;
	float:left;
	display:table-cell;
	text-align:left;
	padding:23px 0px 0px 0px;	
}

#footer_num {
	width:314px;
	height:78px;
	float:left;
	display:table-cell;
	text-align:left;
	padding:23px 0px 0px 0px;		
}

#footer_right {
	width:305px;
	height:79px;
	float:left;
	display:table-cell;
	text-align:right;
	padding:39px 12px 0px 0px;
	}
	