/* CSS Document */

/*body {
overflow-x:hidden;
}
*/
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	height:auto;
	background-color: #FFFFFF;
	z-index: 1;

	
}

div#header
{
	position: relative;
	top:0px;
	left:0px;
	background-image: url(../images/headbgnd.gif);
	background-repeat: no-repeat;
	height:90px;
	width:950px;
	z-index:500;
	background-color: #FFFFFF;
	}
	
div#logo
{
	position: absolute;
	top:9px;
	left:28px;
	background-repeat: no-repeat;
	height:70px;
	width:70px;
	z-index: 2;
	display:block;
}

div#mainmenu
{
	position: absolute;
	left:130px;
	top:6px;
	height: 35px;
	width: auto;
	z-index:10;
	display: block;
	
}

div#sidemenu
{
	position:relative;
	top:33px;
	left:545px;
	height:35px;
	width:410px;
	display: block;

}

div#schoolname
{
	position: absolute;
	top:20px;
	left:130px;
	display:block;
	height:50px;
	width: 450px;
	z-index:1;
}

div#cleeveschool
{
	position: absolute;
	top: 9px;
	left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:heavy;
	font-size: 43px;
	color: #0042A6;
	height:40px;
	width:370px;
}

div#specialism
{
	position: relative;
	top: 51px;
	left:6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:heavy;
	color: #0042A6;
	height:17px;
	width:380px;
	z-index:2;
}
div#fontsize{
	position: relative;
	height:30px;
	width:70px;
	float:right;
	top:20px;
}
div#pagecontent
{
	height:auto;
	width:800px;
	position:relative;
	top:15px
	background-color:#FFFFFF;
}
div#variablecontent
{
	width:700px;
	height:auto;
	position:relative;
	top:2px;
	background-color:#FFFFFF;
	text-align: left;
	font-size: 12px;

}

#featuredevents
{
	position:relative;
	top:10px;
	height:405px;
	width:705px;
	background-image: url(../images/featured_events_container.png);
	background-repeat: no-repeat;
}


div#pageimage
{
	top:5px;
	left:0px;
	height:150px;
	width:700px;
	position: relative;
	background-repeat: no-repeat;
	z-index:2;

}

div#whatsnew
{
	top:-3px;
	left:720px;
	position: absolute;
	height:440px;
	width:220px;
	background-image: url(../images/latest-news.gif);
	background-repeat: no-repeat;
	display:block;
	z-index:2;
	padding-bottom:10px;
	background-color:#FFFFFF
}
div#newwhatsnew
{
	top:6px;
	left:710px;
	position: absolute;
	height:440px;
	width:265px;
	background-image: url(../images/Latest%20news%20new%20container.png);
	background-repeat: no-repeat;
	display:block;
	z-index:2;
	padding-bottom:10px;
	background-color:#FFFFFF
}


div#newnews
{
position: relative;
height:auto;
width:265px;
top:35px;
left:0px;
}

div#newdocs
{
position: relative;
height:390px;
width:265px;
top:5px;
left:0px;
background-image: url(../images/latest_docs.png);
background-repeat: no-repeat;
}



div#news
{
position: relative;
height:auto;
width:210px;
top:0px;
left:0px;
}

div#letters
{
	position: relative;
	height:151;
	width:215;
	top:25px;
	left:0px;
	background-image: url(../images/latest-letters.gif);
	background-repeat: no-repeat;
}

div#sportnews
{
	position: relative;
	top:-105px;
	left:0px;
	height:440px;
	width:265px;
	background-image: url(../images/Latest%20sport%20new%20container.png);
	background-repeat: no-repeat;
	display:block;
	z-index:2;
	padding-bottom:10px;
}

div#prospectus
{
	position: relative;
	top:-280px;
	left:0px;
	height:440px;
	width:265px;
	background-image: url(../images/prospectus_container.png);
	background-repeat: no-repeat;
	display:block;
	z-index:2;
	padding-bottom:10px;
}

div#other_events
{
position: relative;
height:auto;
width:auto;
top:25px;
left:0px;
}

div#footer
{
	position:relative;
	width:950px;
	height:90px;
	bottom:0px;
	background-image: url(../images/website_logo_footer.png);
	background-repeat: no-repeat;	
	z-index:1;
}

div#adminlink
{
position:relative;
height:15px;
width:100px;
bottom:46px;
left:850px;
z-index:2;
}







/*Link styles on all pages */
a:link {
COLOR: #0066FF;
}
#adminlink{
color: #CCCCCC}
a:visited {
COLOR: #000099;
}
#adminlink{
color: #CCCCCC}
a:hover {
COLOR: #0099FF;
}
a:active {
COLOR: #0099FF;
}
a:style {
text-decoration:underline;
}
#adminlink{
text-decoration:none

}

body {
	font-size:13px;
	font-family: calibri;
	color: #000000;


}
h1 {
	font-size: 21px;
	font-family: Arial, Helvetica, sans-serif;
	color: #F90;
	padding-top:3px;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0042A6;
	padding-top:1px;
	text-decoration: none;
}
h3 {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0042A6;
	padding-top:0px;
	text-decoration: none;
}

h6 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	padding-top:3px;
}

