#outer {
	width: 750px;
	border: 1px solid #996666;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #660000;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}
#cibse {
	float: left;
	margin-left: 6px;
}
#services {
	background-color: #660000;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
#spacer {
	float: right;
	width: 60px;
	height: 60px;
	margin-right: 6px;
}
#navigation {
	clear: both;
}
#content {
	font-family: "Times New Roman", Times, serif;
	margin: 20px;
}
#content h1 {
	font-size: 1.4em;
	color: #660000;
}
#contactdetails {
	background-color: #996666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 8px 4px;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.1em;
}
#content p {
	line-height: 2.2em;
	font-size: 0.9em;
}
body {
	background-color: #FFFFCC;
}
.right {
	float: right;
	border: 1px solid #660000;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content a:link, #content a:visited, #content a:active   {
	font-weight: bold;
	color: #660000;
	text-decoration: underline;
}

