#footer a:link,
#footer a:visited {
	color: #999;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	color: #ccc;
	text-decoration: none;
}

#footer_Links {
	float: left;
	/*width: 400px;*/
	text-transform: uppercase;
	padding:20px 20px 20px 20px;
}
.footer_Link {
	padding-right: 15px;
	*display: inline-block;
}

#footer_table_blackbar {
	clear: both;
	background:#000;
	text-align:center;
	width:100%;
	/*border:solid 1px #fff;*/
	
}

#footer_table {
	
	margin:0 auto;
	text-align:left;
	width:735px;
	
}
#footer_table table {
	width:100%;	
}

#footer_table td.footer_table_row {
	border-left:solid 1px #ccc;
	width:33%;

}

#footer_table .footer_table_div {
	position:relative;
	padding:10px 20px 10px 20px;
	height:100%;
}

#footer_table .footer_table_div a {
	display:block;
	height:100%;
	width:auto;
	font:15px arial;
	color:#fff;
	text-decoration:none;
}

