* { margin:0; padding:0; }

/* ---------[ START OF FOOTER ]---------- */

#footer  {
	margin: 0px;
	padding: 0px;
	width: 752px;
	height: 40px;
	background: url(../img/bottom_curves.jpg) no-repeat left;
}
	
#leftfooter {
	font-size: 12px;
	color: #FFF;
	position:relative;
	padding: 10px 0px 0px 40px;
	width: 400px;
	float: left;
	text-align:left;
	display: inline;
}	

#datetext {
	position:relative;
	font-size: 12px;
	float: right;
	color: #AAB;
	font-weight: 200;
	padding: 10px 40px 0px 0px;
	text-align:right;
	display: inline;	
}

#datetext a  {
	color: #DDE;
	text-decoration:none;
}

#datetext a:hover {
	color: #A00;
}

#spacer {
	height: 40px;
}

/* ---------[ END OF FOOTER ]---------- */