/* CSS Document FOOTER*/
/* ************************************************* */
#footer {
	float: left;
	width:100%;
	min-height: 230px;
	background-color: #ffffff;
	padding-bottom: 30px;
}
.footer_content{
	width: 70%;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #ffffff;
}
.footer_line{
	margin: 0 auto;
	width: 50%;
	height: 20px;
	border-bottom: 1px solid #d2d2d2;
}
.footer_logos{
	float: left;
	height: auto;
	padding-right: 20px;
	margin-bottom: 20px;
	background-color:#ffffff;
}
.footer_img{
	float: left;
}
.footer_img_1{
	float: left;
	margin-left: 15px;

}
.footer_end{
	margin-top: 20px;
	position:relative;
	bottom:0;
	width:100%;
	height: 26px;
	background-color: #93293c;
}

/* ************************************************* */