/* CSS Document */


#footer	
{
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
	height: 35px;
	background: #869c6b ;
	font-size: 8pt;
	color: #ffffff;
}
	
#footer p 
{
	margin-top: 12px;
	padding-left: 15px;
}

#credit{
	/*margin-left:370px;*/
	float:right;
	margin-top:-12px;
	padding-right:15px;
}

#footer a:link, #footer a:hover, #footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}