/* CSS Document */
								
				body 			{ margin:0; /*this sets the structure for the main body of the page*/
								padding:0; 
								font-family:Verdana, Arial, Helvetica, sans-serif; 
								color:#036;}

 				h1				{ background:#fff;  /*properties for the main header*/
								color:#903638;
								margin:1em 0;
								font-size:1.5em;
								line-height:1;		
								text-align:center;}
								
				#CentralSection { background:#fff  -240px 0 repeat-y; /*sets the properties for the main section of the page*/
								position:relative; /* Required for TopNav's absolute positioning to work */
								margin:0 auto; padding:0; 
								width:850px;}
								
				#LeftNav 		{ float:left; 		/*sets the positioning for the left nav menu*/
								font-size:14px;
                 				width:180px;
                 				margin-top:20px;
                 				border:0;
								background:#ffbb35 url(../Images/menu-bottom.gif) bottom right no-repeat;/* sets background colour & rounded corner */
								display: block;}
								
				#LeftNav span	{ float:left;		/*We need to float the span so that the background image appears in the correct place*/
								font-size:14px;
                 				width:180px;
                 				margin:0;
                 				border:0;
								background:url(../Images/menu-top.gif) top right no-repeat;
								display: block;}
								
				#leadership		{border-style:solid;
								border-color:#AA0000;
								border-width:3px;
								width:330px;
								padding:0 2px 2px 2px;}
								
				#underperformance		{border-style:solid;
								border-color:#2926FF;
								border-width:3px;
								width:330px;
								padding:0 2px 2px 2px;}
								
				#assessment		{border-style:solid;
								border-color:#33FF66;
								border-width:3px;
								width:330px;
								padding:0 2px 2px 2px;}
								
				#pedagogy		{border-style:solid;
								border-color:#BB22FF;
								border-width:3px;
								width:330px;
								padding:0 2px 2px 2px;}
								
				#whatsnew		{border-style:solid;
								border-color:#006;
								background-color:#D5D6FD;
								position: absolute;
								right: 0;
								width:260px;
								padding:0 1em 0 1em;}
								
				#ofsted			{border-style:solid;
								border-color:#F00;
								background-color:#FFBFC6;
								font-size:13px;
								position: absolute;
								top:550px;
								right: 0;
								width:260px;
								padding:0 1em 0 1em;}
								
				#homesearch		{border-style:solid;
								border-color:#006;
								background-color:#D5D6FD;
								position: absolute;
								top:558px;
								right: 0;
								width:260px;
								padding:0 1em 0 1em;}
				
				.breadcrumb {background:#0f499d;color:#fff;margin-top:10px;padding:0.5em 0 0 0;}
				.bread{background:#0f499d;color:#fff;}