#footer {
	clear:left; 
	background-image: url(../img/Footer/backgroundFoot.jpg); 
	background-repeat:repeat-x;
	display:block;
	background-color:#232323;	
	height:600px;
	width:3000px;
	
}

#footer #footerContent {
	padding-top:34px;
	display:block;
}

#footer .title {
	text-transform: uppercase;
	color:#a55526;
	font-size:16px;
	padding-left:5px;
	height:25px;
	line-height: 1.8;
}

#footer ul {
	list-style:none;
}
#footer ul li {
	float:left;
}

#footer .content img {
	float:left;
	border:0px;
	margin-right:20px;
}

#footer .sep {
	background-image: url(../img/Footer/line.png);
	background-repeat:repeat-x;
	height:2px;
	margin-top:5px;
	margin-bottom:15px;
}

#footer .content {
	color:white;
	font-size:14px;
	padding-left:5px;
	margin-bottom:30px;
	line-height:1.2em;
	display:block;
}



