/* 
	Footer CSS 
	-- This includes the basic styles for the footer across the bottom of the page.
	   Probably need include in the rest of the site. For now it's a duplication.
	   
	   Bear 00:22, 15/01/2006
*/

#footer {
	width:390px;
	margin:10px 0; 
	border-top:1px solid #CCC;
	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;
}


