﻿/* ------ Footer styles ----- */
#footer
{			
	margin-top: 5px;
	background: #0C5293 url('../images/footer/bg_slice.jpg') repeat-x;
	height: 64px;
	clear: both;			
}

#footer_overspill
{
	background: url('../images/footer/bg_overspill.jpg') no-repeat top center;
	height: 64px;						
}

#footer_container
{		
	background: url('../images/footer/content_slice.jpg') repeat-x;
	width: 992px;
	margin: auto;
	height: 64px;
}

#footer_left, #footer_right
{		
	margin-top: 29px;
	float: left;
	width: 496px;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}

#footer_right
{
	text-align: right;
}

#footer_container a:link, #footer_container a:visited, #footer_container a:hover, #footer_container a:active
{
	font-family: Verdana;
	color: White;
	text-decoration: underline;
}

/* ------ End of footer styles ----- */
