		/*** The Essential Code ***/

		body {
			margin: 0;
			padding-left: 200px;    /* LC fullwidth */
			padding-right: 160px;   /* RC fullwidth + CC padding */
			min-width: 240px;       /* LC fullwidth + CC padding */
		}

		#Header, #Footer {
			margin-left: -200px;    /* LC fullwidth */
			margin-right: -160px;   /* RC fullwidth + CC padding */
		}

		.Column {
			position: relative;
			float: left;
		}

		#Content {
			padding: 0 0px;
			width: 100%;
		}

		#Navigation {
			width: 180px;           /* LC width */
			padding: 50px 50px;        /* LC padding */
			right: 240px;           /* LC fullwidth + CC padding */
			margin-left: -100%;
		}

		#Adverts {
			width: 100px;           /* RC width */
			padding: 0 10px;        /* RC padding */
			margin-right: -100%;
		}

		#Footer {
			clear: both;
		}

		/*** IE Fix ***/
		* html #Navigation {
			left: 120px;            /* RC fullwidth */
		}

		/*** Just for Looks ***/

		body {
			background: #FFF;
		}

		#Header, #Footer {
			font-size: large;
			text-align: center;
			padding: 0.3em 0;
			background: #FFF;
		}

		#Content {
			background: #e5e5e5;
			color: #339;
			letter-spacing: 0.05em;
		}


		.Column {
			padding-top: 1em;
			text-align: justify;
		}

H1,H2,H3,H4 {
	color: #000066;
	line-height: 105%;
	text-align: center ;
	margin: 0;
}

#ContentXX H1 {
	font-family: "Old English Text MT";
}

/*-------------------------------------*/
/* Header tags */
#SkipToNavigation {
	visibility:hidden; 
	display:none; 
	position: -1500px -1500px; 
	font-size: 10px; 
	color:#ffffff; 
	height: 0px;
	width: 0px;
}

#Header H1 {
	font-family: "Old English Text MT";
}

/*-------------------------------------*/
/* Footer Links */

.WebURL {
	font-style: italic;	
	font-size: 12px;
	color: #333333;
}
.FooterTag {
	font-style: italic;	
	font-size: 9px;
	color: #666666;
	white-space:pre;
}

#Header H2 {
  display:block;
  margin-left:auto;
  margin-right:auto; 	
	text-indent: -9999px;
	background: transparent url("headerNew.png") no-repeat; 
	height: 90px;
	width: 649px;
}
#Header H3 {
	background: transparent url("UnderHeader.png") no-repeat; 
	height: 36px;
	width: 315px;
	margin-top: 5px;
  display:block;
  margin-left:auto;
  margin-right:auto; 	
	text-indent: -9999px;
}
#Content .WBro {
  display:block;
  margin-left:auto;
  margin-right:auto; 	
  margin-top: 15px;
	text-indent: -9999px;
	background: transparent url("WBroPaulwell.jpg") no-repeat; 
	height: 35px;
	width: 358px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
#Content .WMaster {
  display:block;
  margin-left:auto;
  margin-right:auto; 	
	text-indent: -9999px;
	background: transparent url("WMaster.jpg") no-repeat; 
	height: 23px;
	width: 360px;
}
#Content .FrontLogo {
  display:block;
  margin-left:auto;
  margin-right:auto; 	
  margin-top: 5px;
	text-indent: -9999px;
	background: transparent url("FriendlyLogo.jpg") no-repeat; 
	height: 220px;
	width: 210px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.ContentBodyXX {
	text-align: justify;
}

.news {
	display:block;
	margin-top: 30px;
  margin-left:auto;
  margin-right:auto; 	
  padding: 5px 5px;
	width: 60%;
	border: solid 1px #A52A2A;
	background: #fff;
	text-align: center;
	font-family: arial, "lucida console", sans-serif;
	text-align: justify;
	
}
.OldEnglish {
	font-family: "Old English Text MT";
}

/*----- MENU.CSS -----------------*/
#Navigation ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 150px; /* Width of Navigation Items */ 
	border-bottom: 1px solid #ddd; 
} 

#Navigation ul li { 
	position: relative; 
} 

#Navigation li ul { 
	position: absolute; 
	left: 149px; /*Set 1px less than Navigation width */ 
	top: 0; 
	display: block; 
} 

#Navigation li:hover ul {
	display: block; 
} 

#Navigation li:hover>ul { 
	visibility:visible; 
} 

#Navigation ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #Navigation ul li { float: left; height: 1%; } 
* html #Navigation ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#Navigation ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Navigation Items */ 
#Navigation ul a { 
	display: block; 
	text-decoration: none; 
	color: #bbb; 
	background: #eef; /* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #ddd; 
	border-bottom: 0; 
} 

/* Hover Styles */ 
#Navigation ul a:hover { 
	color: #339; 
	background: #ddf; 
} 

/* Sub Navigation Styles */ 
#Navigation li ul a { 
	text-decoration: none; 
	color: #999; 
	background: #eee; /* IE6 Bug */ 
	padding: 5px; 
	border: 1px solid #ddd; 
	border-bottom: 0; 
} 

/* Sub Navigation Hover Styles */ 
#Navigation li ul a:hover { 
	color: #339; 
	background: #ddf;
} 


/* Show only to IE PC \*/
* html .ContentHead h2 {height: 1%;} /* For IE 5 PC */

#Content {
	margin: 0 auto; /* center for now */
	/* width: 17em;  ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.ContentHead {
	background: #9DADC6 url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.ContentHead h3 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
}
.ContentBody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
