#footer{
	position: relative;
	margin-top: 0px;
}  

.clear { 
	line-height: 0px; 
	font-size: 0px; 
	clear: both; 
	height: 0px; 
} 


.footer_header {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #c7c6c6;
	background-color: #222222;
	text-align: left;
}
.footer_copyright {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.footer a:link {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
}
.footer a:visited {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
}
.footer a:hover  {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: underline;
	text-align: left;
}
.footer a:active  {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	text-align: left;
}