.footer {
	border-top: 1px solid #636363;
	padding: 15px 0;
	font-size: 1.2em;
}
	.footer .body {
		color: #999d9e;
	}
		.footer .body a:link, .footer .body a:visited {
			color: #999d9e;
			text-decoration: none;
		}
		.footer .body a:hover {
			color: #999d9e;
			text-decoration: underline;
		}
		.footer .body div {
			float: left;
			clear: none;
			width: 911px;
		}
			/*
			.footer .body div div {
				width: auto;
			}
*/
			.footer .body div.left 
			{
			    float: left;
				text-align: left;
				width: 290px;
				padding-right: 10px;
			}
			.footer .body div.centre 
			{
			    float: left;
				text-align: center;
				width: 320px;
				padding-left: 10px;
				padding-right: 10px;
			}
			.footer .body div.right 
			{
			    float: left;
				text-align: right;
				width: 262px;
				padding-left: 10px;
			}
			
		.footer .body ul {
	        float: left;
       	    list-style: none;
        	clear: both;
        	text-align: center;
        }

        .footer .body ul li {
    	    display: block;
    	    float:left;
    	    text-align:center;
    	    padding-left: 5px;
    	    padding-right: 5px;
        }
        
		.footer .body p {

		}
