/*
 *
 *  Hayesfield Girls School
 *
 *  By Systemagic
 *  http://www.haysfield.co.uk
 *	
 *	CSS Reference
		1. Tags
		2. Positioning
		3. Container
		4. Header
		5. Sidebar
		6. Content
 *
 */
 
 
/* 1. Tags */

* {
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
	text-decoration: none;
}

body {
	color: #666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	cursor: default;
	background: url(images/background.png) repeat-x #261b5a;
	font-size: 13px;
}

a {
	color: #8b29a9;
}


font{
	color: #e27901;
	font-size:36px
	font-weight: bold;

}
<!--a:hover {-->
<!--	border-bottom: 1px solid #8b29a9;-->
<!--}-->

address {
	font-style: normal;
}

ul, ol, dl {
	list-style: none;
}

/* 2. Positioning */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	float: center;
}

.a-top {
	position: absolute;
	top: 0px;
}

.a-left {
	position: absolute;
	left: 0px;
}

.a-right {
	position: absolute;
	right: 0px;
}

.a-bottom {
	position: absolute;
	bottom: 0px;
}

/* 3. Container */

body > div {
	width: 922px;
	margin: 20px auto;
	background: url(images/content-background.png) repeat-y;
	position: relative;
	padding: 10px;
	overflow: hidden;
}

/* 4. Header */
.header {
	height: 105px;
	width: 920px;
	position: relative;
	background: url(images/header-background.png) no-repeat;
}

.header > ul {
	padding-right: 10px;
}

.header > ul > li {
	float: left;
	height: 23px;
	margin-bottom: 1px;
}

.header > ul > li > a {
	color: #FFF;
	padding: 0px 15px;
	display: block;
	height: 23px;
	line-height: 23px;
}

.header > ul > li:hover {
	background: url(images/menu-left.png) no-repeat;
}

.header > ul > li {
	background: url(images/menu-left.png) no-repeat;
}

.header > ul > li:hover > a {
	color: #8b29a9;
	font-weight: bold;
	background: url(images/menu-right.png) no-repeat right;
	margin-left: 4px;
	padding-left: 7px;
	border: none;

}

.header > ul > li > a {
	color: #646478;
	font-weight: bold;
	background: url(images/menu-right.png) no-repeat right;
	margin-left: 4px;
	padding-left: 7px;
	border: none;
}
.header2 {
	height: 20px;
	width: 920px;
	position: relative;
}

.header2 > ul {
	padding-right: 10px;
}

.header2 > ul > li {
	float: left;
	height: 23px;
	margin-bottom: 1px;
}

.header2 > ul > li > a {
	color: #FFF;
	padding: 0px 15px;
	display: block;
	height: 23px;
	line-height: 23px;
}

.header2 > ul > li:hover {
	background: url(images/menu-left.png) no-repeat;
}

.header2 > ul > li {
	background: url(images/menu-left.png) no-repeat;
}

.header2 > ul > li:hover > a {
	color: #8b29a9;
	font-weight: bold;
	background: url(images/menu-right.png) no-repeat right;
	margin-left: 4px;
	padding-left: 7px;
	border: none;

}

.header2 > ul > li > a {
	color: #646478;
	font-weight: bold;
	background: url(images/menu-right.png) no-repeat right;
	margin-left: 4px;
	padding-left: 7px;
	border: none;
}
.header3 {
	height: 105px;
	width: 920px;
	position: relative;
	background: url(images/sixthheader-background.png) no-repeat;
}

.header3 > ul {
	padding-right: 10px;
}

.header3 > ul > li {
	float: left;
	height: 23px;
	margin-bottom: 1px;
}

.header3 > ul > li > a {
	color: #FFF;
	padding: 0px 15px;
	display: block;
	height: 23px;
	line-height: 23px;
}

.header3 > ul > li:hover {
	background: url(images/menu-left.png) no-repeat;
}

.header3 > ul > li {
	background: url(images/menu-left.png) no-repeat;
}

.header3 > ul > li:hover > a {
	color: #8b29a9;
	font-weight: bold;
	background: url(images/menu-right.png) no-repeat right;
	margin-left: 4px;
	padding-left: 7px;
	border: none;

}

.header3 > ul > li > a {
	color: #646478;
	font-weight: bold;
	background: url(images/menu-right.png) no-repeat right;
	margin-left: 4px;
	padding-left: 7px;
	border: none;
}

/* 5. Sidebar */

body > div > .left > div {
	margin: 10px 0px;
	width: 200px;
	background: url(images/side-box.png) bottom no-repeat;
	padding-bottom: 9px;
}

body > div > .left > div > h3 {
	color: #646478;
	font-size: 13px;
	width: 200px;
	line-height: 23px;
	padding: 0px 10px;
	background: url(images/side-title.png) no-repeat;
	margin-bottom: 5px;
}

body > div > .left > div > img {
	padding: 8px 12px 0px 12px;
}

body > div > .left > div > ul {
	padding: 0px 8px;
	color: #666;
}

body > div > .left > div > ul > li > a {
	display: block;
	padding: 2px;
}

body > div > .left > div > ul > li > a:hover {
	color: #FFF;
	border: none;
	background: #8b29a9;
}

/* 6. Content */

body > div > .right {
	padding-top: 10px;
}

.news {
	margin: 10px 0px;
	width: 710px;
}

.news h1 {
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.news p {
	margin: 10px 0px;
	text-align: justify;
}

.news > div {
	margin-bottom: 20px;
}

.news div > div {
	float: right;
	padding: 10px 0px 0px 15px;
}

.news ul, ol, dl {
	list-style: square;
	margin-left: 20px;
}

.news2 {
	margin: 10px 0px;
	width: 900px;
}

.news2 h1 {
	font-size: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

.news2 p {
	margin: 10px 0px;
	text-align: justify;
}

.news2 > div {
	margin-bottom: 20px;
}

.news2 div > div {
	float: right;
	padding: 10px 0px 0px 15px;
}

.news2 ul, ol, dl {
	list-style: square;
	margin-left: 20px;
}


/* 7. Footer */

.footer {
	width: 920px;
	height: 58px;
	background: url(images/footer.png) no-repeat;
}

.footer address {
	padding-right: 10px;
}

.footer > img {
	padding: 8px;
}

.footer > div {
	padding: 5px;
	line-height: 14px;
}

.footer > div > address > strong {
	color: #8b29a9;
	display: block;
}

.footer2 {
	width: 920px;
	height: 100px;
	background: url(images/footerfront.png) no-repeat;
}

.footer2 address {
	padding-right: 10px;
}

.footer2 > img {
	padding: 8px;
}

.footer2 > div {
	padding: 5px;
	line-height: 14px;
}

.footer2 > div > address > strong {
	color: #8b29a9;
	display: block;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
