/*---------------------------------------
 FOOTER START
---------------------------------------*/
.footerDiv {
	position:relative;
	height:120px;
	border:0px solid black;
}
.footerLeftDiv {
	float:left;
	width:350px;
	height:120px;
	border:0px solid red;
}
.footerRightDiv {
	float:right;
	width:250px;
	height:120px;
	border:0px solid red;
}
.footerLeftContent {
	margin-left:10px;
	margin-right:10px;
}
.footerLeftContentLeft {
	float:left;
	width:150px;
	height:110px;
	color:#000000;
}
.footerLeftContent a{
	color:#818181;
}
.footerLeftContentRight {
	float:right;
	width:150px;
	height:110px;
}
.footerRightContent {
	color:#818181;
}
/*---------------------------------------
 FOOTER END
---------------------------------------*/