/******************************************* FOOTER *************************************************/
#footer
{
	font-family: Verdana;
	clear: both;
	background: url(../images/footerTopBg.gif) no-repeat top left;
	height: 160px;
	margin: 0;
	width: 1000px;
}
	#footerMenu
	{
		margin: 20px 0 0 15px;
		height: 20px;
		width: 700px;
		float: left;
	}
		#footerMenu p
		{
			font-size: 11px;
			line-height: 12px;
			margin: 0;
			color: #acacac;
		}
			#footerMenu a
			{
				color: #ae1b14;
				font-weight: bold;
				margin-right: 4px;
			}

	#copyright
	{
		float: right;
		font-size: 10px;
		line-height: 19px;
		margin: 20px 15px 0 0;
	}
		#copyright span
		{
			font-weight: bold;
		}
		
	#footerMenu2
	{
		width: 970px;
		clear: both;
		background: url(../images/footerAxelBg.jpg) no-repeat bottom right;
		margin: 0 0 0 15px;
	}
		#footerMenu2 p
		{
			font-size: 11px;
			line-height: 19px;
			color: #acacac;
		}
			#footerMenu2 a
			{
				color: #000;
				margin-right: 4px;
			}
			
			
