/* 
	Club GTI - "footer.css"
	(C) Club GTI, All Rights Reserved. 2006.
*/

/* footer --------------------------------------------------------- */

#footer {
	clear:both;
	width:750px;
	margin:10px 0; 
	border-top:1px solid #EEE;
	color:#CCCCCC;
	font-size:0.8em;
	letter-spacing:-0.1em;
}

#footer p.right {
	padding:5px 0;
	float:right;
	text-align:right;
}

#footer p.left {
	padding:5px 0;
	float:left;
	text-align:left;
}


