@charset "utf-8";
/* CSS Document */


div#centres {
	float: left;
	width: 350px;
	height: 700px;
	}

div#admin p {
	padding: 0.2em 0 0.5em 0;
	font-size: 1em;
}

div#admin li {
margin-bottom: 3em;
list-style-type: none;
}

div#centres ul {
	list-style-image: url(../images/arrow.gif);
}

div#admin {
	float: right;
	width: 350px;
}

h3 {
	font-size: 1em;
	margin: 0;
	}
	
h4 {
	font-size: 1em;
	margin: 1em 1em 1em 0em;
	font-style: uppercase;
	color: #c90;
}

div#centres {
	margin-left: 2em;
}

div#centres p {
	padding: 0.3em 0 0.3em 0;
	font-size: 1em;
	}

div#centres ul {
	margin: 1em 1em 1em 0em;
	padding: 0;
	list-style-type: none;
	}

div#centres li {
	float: left;
	width: 370px;
	margin-bottom: 2em;
	}

div#centres li a {
	text-decoration:none;
	color: #556688;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}