/* Wrap */
	
#footer-wrap { /* Wrap stretching screen width with background image */
	float:left;
	width:100%;
	background-color:#002245;
	border-top:5px solid #777a7d;
	}

#footer { /* 1000px centred wrap */
	width:1000px;
	height:120px;
	margin:0px auto;
	color:#ffffff;
	text-align:center;
	font-size:11px;
	padding-top:25px;
	}
	
/* Content */

#footer a {
	color:#ffffff;
	font-size:11px;
	}

#footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}
	
#footer p {
	margin-bottom:10px;
	}