
/* CSS Document */
/*footer div contains the background image -stretches the whole width*/
div.footer 
{
	z-index:2;
	float:left;
	margin-top:-20px;
	
	
	height:130px;
	width:994px;
	
	background-image:url(images/layout/bottom.jpg);
	background-repeat:no-repeat;
}

div.footer#index
{
	background-image:url(images/index/indexbottom.jpg);
}

/*footerblock contains the links - is the width of the content section*/
div.footerBlock
{
	float:left;
	width:775px;
	
	border:2px;
	border-top-width:2px;
	border-top-style:single;
	border-top-color:#288052;
	
	margin-top:35px;margin-left:195px;}

a.footerLink
{
	float:left;
	margin-left:20px;
	margin-right:6px;
	font:12px arial;
	text-decoration:underline;
}


