
#footer{	
	float: left;
	width: 100%;
	min-height: 73px;
	color: white;
	background: url('../images/footer_bg.jpg') repeat top center #202424;
	padding: 25px 0 20px 0px;
}	

#footer a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}



#footer .social_icon{
	position: relative;
	float: left;
	margin-right: 5px;
}



#footer .l{
    width: 45%;
}	


#footer .right{
    float: right;
    width: 45%;
    color: #757575;
    text-align: right;
}	


#footer .right a{
	color: #e3e3e3;
    font-weight: normal;
    line-height: 35px;
    font-size: 13px;    
    text-transform: uppercase;
}	