html 
			{
				height: 100%;
				margin-bottom: 1px;
			}
			body 
			{
				margin: 0;
				padding: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 1.0em;
				background-image: url("../graphics/bg_green.gif");
			}
			a
			{
				color: #7696be;
			}
			div#base 
			{
				width: 825px;
			    margin: 0 auto;	
			}
			div#header
			{
				clear: both;
				float: left;
				width: 825px;
			}
			div#Logo
			{
				clear: both;
				float: left;
				margin-top: 10px;
			}
			div#topMenuContainer
			{
				float: left;
				width: 720px;
			}
			div#ContactDetails
			{
				float: right;
				color: #9d9fa2;
				margin-top: 10px;
				font-size: 0.9em;
				text-align: right;
			}
			ul#topMenu
			{
				clear: both;
				float: right;
				list-style: none;
				margin: 0;
				padding: 0;
				margin-top: 70px;
			}
			ul#topMenu li
			{
				float: left;
				margin-left: 30px;
			}
			ul#topMenu li a
			{
				color: #9d9fa2;
				text-decoration: none;
			}
			ul#topMenu li a:hover
			{
				color: white;
			}
			ul#topMenu li a.Linkon
			{
				color: white;
			}
			div#pageImage
			{
				clear: both;
				float: left;
				margin-top: 10px;
				margin-bottom: 15px;
				height: 250px;
				width: 100%;
			}
			div#content
			{
				clear: both;
				float: left;
			}
			div#contentPage
			{
				clear: both;
				float: left;
				background-image: url("../graphics/tbback.gif");
				padding: 20px;
				color: #9d9fa2;
				font-size: 0.8em;
				width: 785px;
			}
			div#contentPage h1 
			{
				color: #FECB00;
				font-size: 1.2em;
				margin: 0;
			}
			div.homeContainer
			{
				float: left;
				margin-right: 15px;
			}
			div.homeContainer2
			{
				float: left;
			}
			div#homeText
			{
				float: left;
				color: #9d9fa2;
				font-size: 0.8em;
				padding: 20px 20px 0 20px;
				height: 150px;
				background-image: url("../graphics/tbback.gif");
				width: 500px;
			}
			div.homeTextShadow, div#contentPageShadow
			{
				clear: both;
				float: left;
				height: 10px;
				background-image: url("../graphics/shadow.gif");
				background-repeat: repeat-x;
				width: 100%;
			}
			div#homeText h1 
			{
				color: #FECB00;
				font-size: 1.2em;
				margin: 0;
			}
			div#homeExtra
			{
				float: left;
				font-size: 0.8em;
				padding: 20px 20px 0 20px;
				color: #9d9fa2;
				height: 150px;
				background-image: url("../graphics/tbback.gif");
				width: 230px;
			}
			div#homeExtra h2
			{
				color: #FECB00;
				font-size: 1.2em;
				margin: 0;
			}
			ul#whatsOn
			{
				list-style: none;
				margin: 10px 0 0 0;
				padding: 0;
			}
			ul#whatsOn li.Date
			{
				clear: both;
				margin-right: 10px;
			}
			ul#whatsOn li
			{
				float: left;
			}
			div#homeImageContainer
			{
				width: 825px;
				clear: both;
				float: left;
				overflow: hidden;
				margin-top: 10px;
			}
			div.homeImage, div.homeImageLast
			{
				float: left;
				width: 195px;
				background-image: url("../graphics/tbback.gif");
				margin-right: 15px;
				height: 130px;
			}
			div.homeImageLast
			{
				width: 195px;
				margin-right: 0px;
			}
			div.homeImageShadow, div.homeImageShadowFirst, div.homeImageShadowLast
			{
				float: left;
				width: 195px;
				margin-right: 15px;
				height: 10px;
				background-image: url("../graphics/shadow.gif");
				background-repeat: repeat-x;
			}
			div.homeImageShadowFirst
			{
				clear: both;
			}
			div.homeImageShadowLast
			{
				margin-right: 0px;
			}
			div#footer
			{
				clear: both;
				float: left;
				font-size: 0.75em;
				width: 100%;
				margin-top: 25px;
				padding: 0 0 15px 0;
				color: #9d9fa2;
			}
			div#address
			{
				clear: both;
				float: left;
			}
			div#contact
			{
				float: right;
			}