/* CSS Document */
body {
	margin:0;
	background-color:#A0AEB1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	}
	
#head {
	margin-top:50px;
	background-color:#023968;
	/*background-image:url(../images/home_web_logo.jpg);*/
	background-image:url(../images/home_web_logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	min-height:55px;
}

.homeTitle {
	position:static;
	padding:0px 20px 20px 200px;
	font-size:xx-large;
	color:#FFFFFF;
	}
	
.ofsted {
	background-image:url(../images/ofsted_outstanding.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	min-height:130px;
	}
	
#options {	
    list-style: none;
    font-family: Verdana, sans-serif;
    font-size: medium;
    margin: 0;
    color:#FFFFFF;
}

#options li {
    display: inline;
    margin:0px;
    padding:0px;
}

#options ul {
    display: inline;
    margin:0px;
    padding:0px;
}

#options a {
	text-decoration:none;
	color:#FFFFFF;
	padding-right:6px;
	padding-left:10px;
	}
	
.border {
	border-right:1px;
	border-right-color:#cccccc; 
	border-right-style:solid;
	}
	
#options a:hover {
	text-decoration:underline;
	color:#CCCCCC;
	}

#contentArea {
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	color:#FFFFFF;
	font-size:small;
	border:1px solid #666666;
	background-color: #A7AEB0;
	}
#footerDiv {
    margin-top:20px;
	background-image:url(../images/dfes.gif);
	background-position:right;
	background-repeat:no-repeat;
	}	
.footer {	
    list-style: none;
    font-family: Verdana, sans-serif;
    font-size: 0.6em;
    font-weight: normal;
    padding: 10px;
    margin: 0;
    height: 2.20em;
    clear:both;
    color:#FFFFFF;
    font-size:x-small;
}

.footer li {
    display: inline;
    height: 2.20em;
}
.footer a {
    position: relative;
    padding: .45em 10px .54em 0px;
    text-decoration: none;
}
* html .footer a { margin-bottom: -.09em; }

.footer .active a {
    padding-bottom: .54em;
}

.footer a:link,
.footer a:visited {
    color: #FFFFFF;
}
.footer a:hover,
.footer a:active {
    color : #FFFFFF;
    text-decoration:underline;
}
.background {
	float:right;
	background-color:#A7AEB0;
	padding:10px;
	width:500px;
	height:226px;
	background-image:url(../images/Harton-6th-form.gif);
	background-repeat:no-repeat;
	}
#choose {
	padding-left:7px;
	}
h2 {
	font-size:small;
	font-weight:normal;
	margin:0;
	padding:0;
	}

