/* CSS Document */

div#footer {
	clear: both;
	float:none;
   	background-color: #fff;
	border-top:1px solid #ccc;
	background-repeat: repeat-x;
	font-size:12px;
	margin-top:60px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	color:#ccc;
}

#footer-right { 
color:#999;
width:420px;
float:left;
text-align:right;
}

#footer-left a:link,
#footer-left a:visited,
#footer-left a:active
{
color:#999; text-decoration:none;
line-height:1.2em;
}


#footer-left a:hover
{
color:#999; text-decoration:underline;
line-height:1.2em;
}