/* centres all footer links */
.centrefooter {
	margin:0 auto;
	width: 700px;
}

/* all the below styles give the footer links their position and red separating border */

.copyright {
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	padding-right: 15px;
	margin-top: 10px;
	float: left;
}

.unsubscribe {
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	padding-right: 15px;
	margin-top: 10px;
	float: left;
}

.contact {
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	padding-right: 15px;
	margin-top: 10px;
	float: left;
}

.nationaldofe {
	margin-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F00;
	padding-right: 15px;
	margin-top: 10px;
	float: left;
}

.cambridge {
	margin-top: 10px;
	float: left;
}
