/* Adapted for Clatford School */


/* PrimarySchool CSS v1.5 */
/* Basic CSS Framework */

/* 
(c) 2006 Robert Willie.
26 July 2006.
All Rights Reserved
This CSS cannot be resold, redistributed or reused without express permission.
Contact: robert_willie@hotmail.com
Author: Robert Willie


BEST VIEWED IN NOTEPAD ++  		http://notepad-plus.sourceforge.net/

Table of Contents 		

1. 	Main page layout			
2.	Accesability				
3.	General Navigation			
4.	For the Main Navigation		
5.	Home page elements			
6.	Kids' Zone					
7.	Classpages 					

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*(1)  Main Page layout */


				/* General notes on background images 
				
				This CSS relies on a lot of background images for decorative purposes. You will need to change the properties of 
				the respective element to accommodate your own images.
				For example, if your image is 200px wide, by 100px high, you will need to change the width and height of the element so that
				this image can be accommodated.
				*/
				
			html,body
			{
				margin: 0;
				padding: 0;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: small;
				color:#760000;
			/*	background-repeat: repeat-x;
				background-image: url(images/bg_body.gif); */
				background-color: #70a9f6;
			}


			#header{
				 height: 149px;
				 background-image: url(images/header.gif);
				 background-repeat: no-repeat;
			 }

				/* #container and #container 2 are wrappers that contain col-one and col-two.
				#container contains the main graphics for the Y axis, while #container 2 allows you to position an additional graphic
				elsewhere on the page - for example a watermark, or image at the bottom of the page which extends under the footer.
				http://www.westfield-inf.leics.sch.uk/ uses this technique for the bear's head at the base of the navigation . 
				If so inclined add additional containers to position extra images at the top, and sides, and so on*/
				

			#container{
				margin: 0px auto;
				background-color: #FFFFFF;
				background-image: url(images/bg.jpg);
				background-repeat: repeat-y;
				width: 775px;
				position: relative;
				top: 0px;
			}
			
		#container2{
				margin: 0px auto;
				width: 775px;
				position: relative;
				background-image: url(images/watermark.jpg); 
				background-repeat: no-repeat;
				background-position: right;
				top: 0px;
			}
			
			
		#container3{
				margin: 0px auto;
				width: 775px;
				position: relative;
				background-image: url(images/bottomleft.gif); 
				background-repeat: no-repeat;
				background-position: bottom left;
				top: 0px;
			}	
			
			
		#containerh{
		background-image:url(images/homebg.jpg);
		margin: 0px auto;
				background-repeat: no-repeat;
				width: 780px;
				position: relative;
				top: 0px;
				} /* For index page */


				/* #col-one and #col-two are the main content areas. #col-one is used to provide a smaller box (for navigation), while #col-two is
				used to provide a bigger one. #col-one has absolute positioning, while #col-two is relative to the document. The only key thing to
				know about their usage is that the right margin on #col-two needs to be set with the width of #col-one in mind.
				For example:  #col-one is 100px wide, you will need to ensure that the left-margin on #col-two is greater than 100px */
			
			#col-one{
				position: absolute;
				top: 130px;
				left: 35px;
				width: 105px;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				padding-top: 10px;
				height: 272px;
				z-index:10;
		 	}
			
			#col-two{  /* For Mozilla etc */
				 top: -30px;
				 margin:  0px 5px 20px 170px;
				 padding: 0px 0px 0px 10px;
				 position :relative;
				 min-height: 392px; /* IE doesn't understand min-height, but other browsers do */
			 }
			
			* html #col-two{   /* IE ignores the * html so sees this as #right-col */
				 top: -30px;
				 margin:  0px 5px 20px 170px;
				 padding: 0px 5px 0px 10px;
				 position :relative;
				 height: 380px;  /* IE thinks height means min-height */
			 }
			 


			#footer {
				height: 25px;
				background-image:url(images/footer.gif);
				background-repeat:no-repeat;
				clear:both; 
			}

				/* Styles for Page Title Images
				This sits in #col-two . Change the padding to increase or decrease white space 
				between your title image and content. Add positioning to lift or lower it etc. */
			
			.indent_title {text-indent: -5000px; }
			.title_wrapper {margin-left: 31%; margin-bottom: -15px;} /* To try and pull titles into the centre of the page and control the space between title and body text */
			
				#title_calendar
			{
				height: 44px;
				background: url(images/titles/calendar.gif) no-repeat;
			}
			
				#title_classpages
			{
				height: 44px;
				background: url(images/titles/classpages.gif) no-repeat;
			}
			
				#title_clubs
			{
				height: 44px;
				background: url(images/titles/clubs.gif) no-repeat;
			}
			
				#title_contact
			{
				height: 44px;
				background: url(images/titles/contact.gif) no-repeat;
			}
			
				#title_curriculum
			{
				height: 44px;
				background: url(images/titles/curriculum.gif) no-repeat;
			}
			
				#title_gallery
			{
				height: 44px;
				background: url(images/titles/gallery.gif) no-repeat;
			}
			
				#title_governors
			{
				height: 44px;
				background: url(images/titles/governors.gif) no-repeat;
			}
			
				#title_guestbook
			{
				height: 44px;
				background: url(images/titles/guestbook.gif) no-repeat;
			}
			
				#title_keyinfo
			{
				height: 44px;
				background: url(images/titles/keyinfo.gif) no-repeat;
			}
			
				#title_kidszone
			{
				height: 44px;
				background: url(images/titles/kidszone.gif) no-repeat;
			}
			
				#title_letters
			{
				height: 44px;
				background: url(images/titles/letters.gif) no-repeat;
			}
			
				#title_news
			{
				height: 44px;
				background: url(images/titles/news.gif) no-repeat;
			}
			
				#title_newsletters
			{
				height: 44px;
				background: url(images/titles/news.gif) no-repeat;
			}
			
				#title_parents
			{
				height: 44px;
				background: url(images/titles/parents.gif) no-repeat;
			}
			
				#title_pta
			{
				height: 44px;
				background: url(images/titles/pta.gif) no-repeat;
			}
			
				#title_staff
			{
				height: 44px;
				background: url(images/titles/staff.gif) no-repeat;
			}
			
				#title_tour
			{
				height: 44px;
				background: url(images/titles/tour.gif) no-repeat;
			}
			
				#title_welcome 
			{
				height: 44px;
				background: url(images/titles/welcome.gif) no-repeat;
			}
			
				#title_whoswho
			{
				height: 44px;
				background: url(images/titles/whoswho.gif) no-repeat;
			}
			
				#title_yeargroups
			{
				height: 44px;
				background: url(images/titles/yeargroups.gif) no-repeat;
			}
			
			
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* (2) Accesability */

				/* These elements are used to help make the site
				accessible. These are used to provide additional textual information for screen readers 
				and non css browsers etc. Nb where images can't really be used to their full effect, or get messed 
				up, or are invisible we need to provide the visitor with this information as text. */				
			
				/* .hiddentext is used to hide items. For accessibility purposes we may need to include items which spoil the design.
				For example, we can use it to hide text links from within visuals. Visitors can still click on these visuals to navigate 
				to the page in question, but will not see the text link. For those who have turned off visuals, or disabled CSS this
				text will become visable, so people will still be able to navigate the site */

			.hiddentext{
			display: none;
			}

				/* This is used to hide access key information from visitors. There is an access information page to inform visitors
				of the accesskeys which the site uses. However, for those with screen readers these keys will become visible. */
				
			.accesstext {
			display: none;
			}

				/* If you wish to display access key information as part of the link, please use this style. */
			
			.accesskeyline {
			text-decoration: underline;
			}

				/* Hides the title from within the header, so that those with a text reader
				can still know what the page is about */
				
			.hiddenheadtext {
			display: none;
			}

				/* Hidden skip button. This is used to style a link that will skip the navigation, going straight to the main content. 
				Visable on text readers etc, but not apparent when viewing on normally */
				
			#skip a, #skip a:hover, #skip a:visited  { 
			 position: absolute; 
			 left: 0px; 
			 top: -500px; 
			 width:1px; 
			 height: 1px; 
			 overflow: hidden;
			 } 
			  
			 #skip a:active { 
			 position: static; 
			 width: auto; 
			 height: auto; 
			 } 


			#wai_logo img {border:none; padding-top: 10px;} /* To remove border from WAI logo */

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (3) General Navigation */

				/* Styles for hyperlinks */

			a {
				text-decoration: none;
				color:#FF0000;
			}
			
			a:hover {
				text-decoration: none;
				color:#6666CC;
			}

				/* Styles for links at the bottom of the page - not strictly needed if main navigation is text based */
			
			#bottomlinks {
				color: #FFFFFF;
				font-weight: bold;
			}
			
			
			#bottomlinks a{
				text-decoration: none;
				color: #FFFFFF;
				padding-left: 5px;
				border-left: 2px solid #FFFFFF;
			}
					
			#bottomlinks a:hover{
				text-decoration: none;
				color:#FFFF00;
			}
			
			.ccline a{border-right: 2px solid #FFFFFF; padding-right:2px}
			* html .ccline a{border-right: 2px solid #FFFFFF; padding-right:0px}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (4) For the Main Navigation */

				/*This is used to style the main navigation 
				It utilises a list, and has a background image which is positioned to the left of the text.
				*/
				
				/*
				
				Styles below are for straight list nav.
				
				
			#nav {
				padding: 0 0 1em 0;
				margin-bottom: 1em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight: bold;
				}

			* html #nav {
				width: 146px;
				padding: 0 0 1em 0;
				margin-bottom: 1em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: small;
				font-weight: bold;
				}
				
		
			#nav ul {
				list-style: none;
				margin: 0;
				padding: 0;
				}
				
			#nav li {
				margin: 0;
				margin-top: 2px;
				}

			#nav li a {
				display: block;
				padding: 2px 0px 2px 3em;
				color: #FFFFFF;				
				background-image: url(images/up.gif);
				background-repeat: no-repeat;
				background-position: top left;
				font-weight: bold;
				text-decoration: none;
				width: 100%;
				}
		
			html>body #nav li a {
				width: auto;
				}
		
			#nav li a:hover {
				background-image: url(images/over.gif);
				background-repeat: no-repeat;
				background-position: top left;
				}


*/

/* (4) Main Navigation */

/* Styles below are for pop up menu nav */



		
	#col-one .aboutus_button {
			background-image:url(images/nav_images/aboutus_button1.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 76px;
			width: 100px;
			padding-bottom: 5px;
			padding-top: 8px;
			font-weight: bold;
			color: #ffe890;
		}
		
	#col-one .news_button {
			background-image:url(images/nav_images/news_button1.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 76px;
			width: 100px;
			padding-bottom: 5px;
			padding-top: 8px;
			font-weight: bold;
			color: #ffe890;
		}
		
	#col-one .forchildren_button {
			background-image:url(images/nav_images/children_button1.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 76px;
			width: 100px;
			padding-bottom: 5px;
			padding-top: 8px;
			font-weight: bold;
			color: #ffe890;
		}
		
		
		#col-one .school_community_button {
			background-image:url(images/nav_images/schoolcommunity_button1.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 76px;
			width: 131px;
			padding-bottom: 5px;
			padding-top: 8px;
			font-weight: bold;
			color: #ffe890;
		}
		
		
	#col-one ul {
			margin: 0;
			padding: 0;
			list-style:none;
			display: block;
			}
		
	#col-one ul li {
			position: relative;
			display: block;
			}
		
	#col-one li ul {
			position: absolute;
			top: 10px;
			width: 105px;
			display: none;
			}
		
	#col-one ul li a {
			display: block;
			font-size: 12px;
			color: #FFFFFF;
			font-weight: bold;
			}
		
	#col-one li ul a {
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			}
			
			
	#col-one .pop1 li a:hover {
			color: #FFFFFF;
			background-color: #a74700;
			}
		
	#col-one .pop1{
			background-color: #ff6c00;
			left: 60px;
			top: 5px;
			border: 2px solid #a74700;
			z-index:100;
			}
			
			
			#col-one .pop2 li a:hover {
			color: #FFFFFF;
			background-color: #7c0058;
			}
		
	#col-one .pop2{
			background-color: #ff00b4;
			left: 60px;
			top: 20px;
			border: 2px solid #7c0058;
			z-index:100;
			}	
			
			
	#col-one .pop3 li a:hover {
			color: #FFFFFF;
			background-color: #9d0000;
			}
		
	#col-one .pop3{
			background-color: #ff0000;
			left: 60px;
			top: 30px;
			border: 2px solid #9d0000;
			z-index:100;
			}	
		
		
		/* Fix IE. Hide from IE Mac \*/
		
		* html #col-one ul li { float: left; height: 1%; }
		* html #col-one ul li a { height: 1%; }
		
		/* End */
		
		
	#col-one li:hover ul, #col-one li.over ul { 
			color: #FFFFFF;
			display: block; }
		
		
	#col-one .navhide {visibility: hidden;}
	
			/* FOR HOMEPAGE */
			
		#col-one2{
				position: absolute;
				top: 147px;
				left: 33px;
				width: 145px;
				margin: 0px 0px 0px 0px;
				padding: 0px;
				padding-top: 10px;
				height: 365px;
				z-index:10;
				
		 	}
			
		
	#col-one2 .aboutus_button {
			background-image:url(images/nav_images/aboutus_button.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 76px;
			width: 223px;
			padding-bottom: 5px;
			padding-top: 5px;
			font-weight: bold;
			color: #ffe890;
		}
		
	#col-one2 .news_button {
			background-image:url(images/nav_images/news_button.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 76px;
			width: 223px;
			padding-bottom: 5px;
			padding-top: 5px;
			font-weight: bold;
			color: #ffe890;
		}
		
	#col-one2 .forchildren_button {
			background-image:url(images/nav_images/children_button.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 72px;
			width: 223px;
			padding-bottom: 5px;
			padding-top: 5px;
			font-weight: bold;
			color: #ffe890;
		}
		
		
		#col-one2 .school_community_button {
			background-image:url(images/nav_images/schoolcommunity_button.gif);
			background-repeat:no-repeat;
			background-position: left;
			padding-left: 30px;
			height: 71px;
			width: 223px;
			padding-bottom: 5px;
			padding-top: 5px;
			font-weight: bold;
			color: #ffe890;
		}
		
		
	#col-one2 ul {
			margin: 0;
			padding: 0;
			list-style:none;
			display: block;
			}
		
	#col-one2 ul li {
			position: relative;
			display: block;
			}
		
	#col-one2 li ul {
			position: absolute;
			top: 10px;
			width: 105px;
			display: none;
			}
		
	#col-one2 ul li a {
			display: block;
			font-size: 12px;
			color: #FFFFFF;
			font-weight: bold;
			}
		
	#col-one2 li ul a {
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			}
			
			
	#col-one2 .pop1 li a:hover {
			color: #FFFFFF;
			background-color: #a74700;
			}
			#col-one2 .pop2 li a:hover {
			color: #FFFFFF;
			background-color: #7c0058;
			}
			#col-one2 .pop3 li a:hover {
			color: #FFFFFF;
			background-color: #9d0000;
			}
				
	#col-one2 .pop1{
			left: 110px;
			background-color: #ff6c00;
			border: 2px solid #a74700;
			z-index:100;
			
			}
				#col-one2 .pop2{
			left: 120px;
			top: 20px;
			background-color: #ff00b4;
			border: 2px solid #7c0058;
			z-index:100;
			}
			
				#col-one2 .pop3{
			left: 123px;
			top: 25px;
			background-color: #ff0000;
			border: 2px solid #9d0000;
			z-index:100;
			}
			
		
		
		/* Fix IE. Hide from IE Mac \*/
		
		* html #col-one2 ul li { float: left; height: 1%; }
		* html #col-one2 ul li a { height: 1%; }
		
		/* End */
		
		
	#col-one2 li:hover ul, #col-one2 li.over ul { 
			color: #FFFFFF;
			display: block; }
		
		
	#col-one2 .navhide {visibility: hidden;}
	
	.navhide {display: none;}
			
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (5) Home page elements */


		/* #fader is used for the fading image slideshow */

		
	#fader {
			position: absolute;
			left: 23px;
			top: 47px;
			width: 517px;
			height: 201px;
			z-index: 5;
			}



			#hitcountbox {padding-top: 50px;}
			
			


				/* #newsbox acts as a container for the news */
				
		#newsbox {
			position: absolute;
			top: 270px;
			left: 143px;
			width: 243px;
			height: 91px;
			color:#000000;
			font-weight:bold;
			z-index: 4;
			}
			
				/* #diarydatesbox acts as a container for the calendar */

		#diarydatesbox {
			position: absolute;
			top: 40px;
			left: 161px;
			width: 243px;
			height: 91px;
			z-index: 0;
			}

				/* #hometext is where the main copy text goes */
			
			#hometext {
	display: none;
	}
				

				/* #teasers is a container for all the teaser elements */
				
		#teasers {
			position: absolute;
			width: 10px;
			height: 10px;
			top: 278px;
			left: -56px;
			z-index: 6;
			}

				/* Teaser Rollover images 
				
				I really like these - Rollovers without Javascript. Create an image, on the left hand side place your 
				normal state, on the right hand side place your over state. On the actiual item, set it so that only the
				left hand side is seen. Nb if the image is 400px wide, set the container to 200px. 
				
				On the hover property, just change the background position so that the right hand side of the
				image is shown. Nb if the image is 400px wide, and the container is 200px wide, set the background 
				image to -200px. 
				
				In the xhtml this appears as a text link - so just hide the link with the .hiddentext class above.
				
				NB in xHTML:
				
				<div id="galleryhome">
					<a href="gallery.asp" title="Gallery Button"><span class="hiddentext">Gallery</span></a>
				</div>
				
				This technique is used for all rollover images throughout the site.
				*/
				
				
					.htext{
					font-weight: bold;
					font-size: medium;
					display:none;
					z-index:0;
					}
				
					div#newshome a {
						position:absolute;
						width: 131px;
						height: 131px;
						display: block;
						background: url(images/newshome.gif) no-repeat;
						overflow: hidden;
						left: 38px;
						top: 34px;
								}
			
					div#newshome a:hover {
						background-position: -131px 0;
						} 
							
							
					div#tourhome a {
						position:absolute;
						width: 143px;
						height: 165px;
						display: block;
						background: url(images/tourhome.gif) no-repeat;
						overflow: hidden;
						left: 182px;
						top: -9px;
						}
			
					div#tourhome a:hover {
						background-position: -143px 0;
						} 
	

					div#galleryhome a {
						position:absolute;
						width: 163px;
						height: 68px;
						display: block;
						background: url(images/galleryhome.gif) no-repeat;
						overflow: hidden;
						left: 340px;
						top: 64px;
						}
			
					div#galleryhome a:hover {
						background-position: -163px 0;
						} 


					div#kidszonehome a {
						position:absolute;
						width: 121px;
						height: 119px;
						display: block;
						background: url(images/kidszonehome.gif) no-repeat;
						overflow: hidden;
						left: 552px;
						top: 21px;
						}
			
					div#kidszonehome a:hover {
						background-position: -121px 0;
						} 


					#hitcountbox {
						position: absolute;
						width: 141px;
						height: 25px;
						left: -149px;
						top: 291px;
						}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* (6) Kids' Zone */

				/*These provide styles for the Kids' Zone Rollovers.
				
				However, in this instance we do not wish to hide the text links, as the the images do not
				contain any text themselves. So this time we use .ktext to position the text at the base of the
				image. This way we get accesability, and aesthetics! :-) */

	
	.BackTO {text-align:left; font-weight:bold; padding-top:10px; } /* To style "back to" text */
	#IframeHolder {padding-top: 20px; margin-left:-10px} /*To reposition kidszone iframe if needed */
	
	
	#kidsbgbox
	{background-image:url(images/kidsbg.gif); background-repeat:no-repeat; width: 550px; height:393px; margin:0 auto;}
	
	
			.ktext{
				font-weight: bold;
				font-size: medium;
				display:none;
				z-index:0;
				}


div#kgames a {
				position: absolute;
				width: 62px;
				height: 76px;
				display: block;
				background: url(images/kidszoneimages/games.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 316px;
				top: 283px;
				}
		
		 div#kgames a:hover {
				background-position: -62px 0;
				} 

		 div#ks1 a {
				position: absolute;
				width: 63px;
				height: 105px;
				display: block;
				background: url(images/kidszoneimages/ks1.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 394px;
				top: 169px;
				}
			
		 div#ks1 a:hover {
				background-position: -63px 0;
				} 

		 div#ks2 a {
				position: absolute;
				width: 63px;
				height: 107px;
				display: block;
				background: url(images/kidszoneimages/ks2.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 48px;
				top: 287px;
				}
			
		 div#ks2 a:hover {
				background-position: -63px 0;
				} 
				
				
				
				
				
				
				 div#kbrain a {
				position: absolute;
				width: 63px;
				height: 107px;
				display: block;
				background: url(images/kidszoneimages/brain.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 232px;
				top: 247px;
				}
			
		 div#kbrain a:hover {
				background-position: -63px 0;
				} 
				
				
				
				

		 div#english a {
				position: absolute;
				width: 62px;
				height: 75px;
				display: block;
				background: url(images/kidszoneimages/english.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 415px;
				top: 348px;
				}
			
		 div#english a:hover {
				background-position: -62px 0;
				} 

		 div#history a {
				position: absolute;
				width: 62px;
				height: 75px;
				display: block;
				background: url(images/kidszoneimages/history.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 147px;
				top: 222px;
				}
			
		 div#history a:hover {
				background-position: -62px 0;
				} 

		 div#science a {
				position: absolute;
				width: 62px;
				height: 72px;
				display: block;
				background: url(images/kidszoneimages/science.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 133px;
				top: 360px;
				}
			
		 div#science a:hover {
		    	background-position: -62px 0;
				} 

		 div#maths a {
				position: absolute;
				width: 63px;
				height: 75px;
				display: block;
				background: url(images/kidszoneimages/maths.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 479px;
				top: 260px;
				}
			
		 div#maths a:hover {
				background-position: -63px 0;
				} 



/* For IE */ /*

		* html div#kgames a {
				position: absolute;
				width: 93px;
				height: 142px;
				display: block;
				background: url(images/kidszoneimages/games.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 438px;
				top: 273px;
				}
		
		* html div#kgames a:hover {
				background-position: -93px 0;
				} 

		* html div#ks1 a {
				position: absolute;
				width: 212px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/ks1.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 331px;
				top: 181px;
				}
			
		* html div#ks1 a:hover {
				background-position: -212px 0;
				} 

		* html div#ks2 a {
				position: absolute;
				width: 166px;
				height: 106px;
				display: block;
				background: url(images/kidszoneimages/ks2.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 404px;
				top: 57px;
				}
			
		* html div#ks2 a:hover {
				background-position: -166px 0;
				} 

		* html div#english a {
				position: absolute;
				width: 114px;
				height: 86px;
				display: block;
				background: url(images/kidszoneimages/english.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 86px;
				top: 279px;
				}
			
		* html div#english a:hover {
				background-position: -114px 0;
				} 

		* html div#history a {
				position: absolute;
				width: 95px;
				height: 100px;
				display: block;
				background: url(images/kidszoneimages/history.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 78px;
				top: 122px;
				}
			
		* html div#history a:hover {
				background-position: -95px 0;
				} 

		* html div#science a {
				position: absolute;
				width: 70px;
				height: 83px;
				display: block;
				background: url(images/kidszoneimages/science.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 253px;
				top: 166px;
				}
			
		* html div#science a:hover {
		    	background-position: -70px 0;
				} 

		* html div#maths a {
				position: absolute;
				width: 169px;
				height: 74px;
				display: block;
				background: url(images/kidszoneimages/maths.gif) no-repeat;
				overflow: hidden;
				font-weight: bold;
				left: 78px;
				top: 45px;
				}
			
		* html div#maths a:hover {
				background-position: -169px 0;
				}  


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* (7) Classpages */

			/* .Again, these are used to provide rollovers for the classs / yeargroup pages. 
			These images sit in a class called .flaotleft so that we can get
			them to sit in the page properly */

		.classbox {
			margin: 0 auto;
			width: 420px;
			}
			
			.classbox2 {
			margin: 0 auto;
			width: 320px;
			}

		.classfloatleft {
			float: left;
			padding-left: 2px;
			padding-right: 2px;
			height: 120px;
			}

		.classicontext{
			font-weight: bold;
			font-size: small;
			padding-top: 95px;
			z-index:2;
			}
			
		.classicon a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon a:hover {
		    background-position: -90px 0;
			} 



/* Add more styles for however many classes you have  Nb */

		.classicon1 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon2.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon1 a:hover {
		    background-position: -90px 0;
			} 
			
			
			
		.classicon2 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon1.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon2 a:hover {
		    background-position: -90px 0;
			} 
			
			/* And so on.... */
			
		.classicon3 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon3.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon3 a:hover {
		    background-position: -90px 0;
			}

		.classicon4 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon4.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon4 a:hover {
		    background-position: -90px 0;
			}
			
		.classicon5 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon5.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon5 a:hover {
		    background-position: -90px 0;
			}	
			
			
			.classicon6 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon3.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon6 a:hover {
		    background-position: -90px 0;
			}
			
			
			.classicon7 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon2.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon7 a:hover {
		    background-position: -90px 0;
			}
			
			
			.classicon8 a {
		    width: 90px;
		    height: 50px;
		    display: block;
		    background: url(images/classicon1.gif) no-repeat;
		    overflow: hidden;
			font-weight: bold;
			}
			
		.classicon8 a:hover {
		    background-position: -90px 0;
			}
/*-------------------------------------------------- */
.sectionheading {
color: #00CC33;
}
