
body {
	margin: 20px 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

/* footer */

.footer {

	height: 25px;
	width: 955px;
	margin: 0 auto;
	color: #666;
	font: normal 1em Verdana,sans-serif;

}

.footer a {
	color: #009900;
	text-decoration: none;
	font-size:11px;
	font-weight:500;
}
.footer a:hover {
	color: #FF3333;

}

.footer ul{
    list-style:none;   
}
.footer li{
	 display:inline;    
}


/* others */
.clearer {
clear: both;
} 
