/* Body */
	body 
	{
		padding:0;
		margin:0;
		font-family: arial; 
		background: #4CB27F;
		text-align:center;
		color:#333;
	}

	h3 
	{
		color: #2A6C43;
	}
/* Frames */
	
	#contentframe-home
	{
		/* Nothing here */ 
	}
	
		
	#contentframe
	{
		background: #fff;
	}
	
	#footerframe
	{
		/* Nothing here */ 
	}

/* Content */
	#header 
	{
		width:760px;
		text-align:left;
		padding:40px 0px 10px 20px;
	}

	#home 
	{
		width:760px;
		text-align:left;
		padding:10px 20px 50px 20px;
		color:#fff;
	}
	
	#content		{width:760px; text-align:left; padding:10px 20px 50px 20px;	background:#fff;}
	
	/* Footer */
	#footer			{width:760px; text-align:left; padding:10px 10px 0 20px; }	
	#footerlogo		{position:absolute; }
	#footertext		{position:relative; left:50px; }		
			
	#footerLondon	{color:#fff; font-weight:bold; padding:0 10px 0 0;}
	#footerLondon a {color:#fff; font-weight:bold; padding:0 10px 0 0; text-decoration:none; }
	#footerLondon a:hover {color:#fff; font-weight:bold; padding:0 10px 0 0; text-decoration:underline;	}
	
	#footerEssex	{color:#000; font-weight:bold; padding:0 10px 0 10px;}
	#footerEssex a	{color:#000; font-weight:bold; padding:0 10px 0 10px; text-decoration:none; }
	#footerEssex a:hover {color:#000; font-weight:bold; padding:0 10px 0 10px; text-decoration:underline;	}
	
	#footerKent	{color:#fff; font-weight:bold; padding:0 10px 0 10px;}
	#footerKent a	{color:#fff; font-weight:bold; padding:0 10px 0 10px; text-decoration:none; }
	#footerKent a:hover {color:#fff; font-weight:bold; padding:0 10px 0 10px; text-decoration:underline;	}

	#footerSouthCoast	{color:#000; font-weight:bold; padding:0 10px 0 10px;}
	#footerSouthCoast a	{color:#000; font-weight:bold; padding:0 10px 0 10px; text-decoration:none; }
	#footerSouthCoast a:hover {color:#000; font-weight:bold; padding:0 10px 0 10px; text-decoration:underline;	}

	#footerEastAnglia	{color:#fff; font-weight:bold; padding:0 10px 0 10px;}
	#footerEastAnglia a	{color:#fff; font-weight:bold; padding:0 10px 0 10px; text-decoration:none; }
	#footerEastAnglia a:hover {color:#fff; font-weight:bold; padding:0 10px 0 10px; text-decoration:underline;	}
	
	#footerLegal	{ font-size:60% }
				
	/* top logo */	
	#title			{width: 468px; height: 55px; background-image: url(/images/smalltitle.gif); }
	#title span		{display: none; }

	/* menu */
	#menu			{width:760px; text-align:left; font-size:80%;	padding:5px 10px 5px 20px; background: #fff; }
	#menu a			{color: #2A6C43; font-weight:bold; }
	
/* Misc */	
	a.home
	{
		color:#fff;
	}
	
	a.contact
	{
		color:#2A6C43; 
		text-decoration:none;
	}

	a.contact:hover
	{
		text-decoration:underline;
	}
	


	ul.whitemenu 
	{ 
		list-style-image: url(/images/whitebullet.gif); 
	}
	ul.whitemenu li
	{ 
		padding:0 10px 10px 10px;
	}
	
	ul.blackmenu 
	{ 
		list-style-image: url(/images/blackbulletonwhite.gif); 
	}
	ul.blackmenu li
	{ 
		padding:0 10px 10px 10px;
	}
	
	