/*
Copyright Soluso e-solutions, 2010. Alle rechten voorbehouden.
version: 1.0

Stylesheet: footer.css
Description: positioning and styling of the footer section.
Author: Soluso e-solutions.
Date: 01-02-2010
*/

div#footer{
	text-align: justify;
	width: 962px;
	padding: 11px 0px;
}

	div.colFooter{
		width: 290px;
		padding-left: 30px;	
		float: left;
		text-align: left;
	}
	
	div.colFooter span
	{
		display: block;
		line-height: 24px;
	}
	
	div.colFooter span.title
	{
		font-weight: bold;
	}
	
	div.left{}
	div.middle{border-right: 1px solid #e4e4e4;border-left: 1px solid #e4e4e4;}
	div.right{}

		div.colFooter a{
		}
		
		div.colFooter span.sepFooter{
		}

