	body {
		margin: 0;
		padding: 0;
		font-family: verdana, arial, sans-serif;
		text-align: center;
	}
	
	body#home #content_inner { background-image: url('../../i/home-background.jpg'); }
	body#home #content_box h2 { background: url('../../i/h2-home.gif') no-repeat; }
	body#home #nav_home a { background: url('../../i/nav-home.jpg'); }
	
	body#about #content_inner { background-image: url('../../i/about-background.jpg'); }
	body#about #content_box h2 { background: url('../../i/h2-about.gif') no-repeat; }
	body#about #nav_about a { background: url('../../i/nav-about.jpg'); }

	body#venue #content_inner { background-image: url('../../i/venue-background.jpg'); }
	body#venue #content_box h2 { background: url('../../i/h2-venue.gif') no-repeat; height: 61px !important; margin-bottom: 10px !important; }
	body#venue #nav_venue a { background: url('../../i/nav-venue.jpg'); }
	
	body#space #content_inner { background-image: url('../../i/space-background.jpg'); }
	body#space #content_box h2 { background: url('../../i/h2-space.gif') no-repeat; height: 61px !important; margin-bottom: 10px !important; }
	body#space #nav_space a { background: url('../../i/nav-space.jpg'); }

	body#experience #content_inner { background-image: url('../../i/experience-background.jpg'); }
	body#experience #content_box h2 { background: url('../../i/h2-experience.gif') no-repeat; }
	body#experience #nav_experience a { background: url('../../i/nav-experience.jpg'); }

	body#location #content_inner { background-image: url('../../i/location-background.jpg'); }
	body#location #content_box h2 { background: url('../../i/h2-location.gif') no-repeat; height: 68px !important; margin-bottom: 10px !important; }
	body#location #nav_location a { background: url('../../i/nav-location.jpg'); }

	body#contact #content_inner { background-image: url('../../i/contact-background.jpg'); }
	body#contact #content_box h2 { background: url('../../i/h2-contact.gif') no-repeat; }
	body#contact #nav_contact a { background: url('../../i/nav-contact.jpg'); }

	body#enquiry #content_inner { background-image: url('../../i/about-background.jpg'); }
	body#enquiry #content_box h2 { background: url('../../i/h2-enquiry.gif') no-repeat; }

	body#thankyou #content_inner { background-image: url('../../i/about-background.jpg'); }
	body#thankyou #content_box h2 { background: url('../../i/h2-thankyou.gif') no-repeat; }

	#sitecontainer {
		margin: 0 auto;
		text-align: center;
		width: 680px;
		zoom: 1;
	}
	
	h1 {
		width: 250px;
		height: 103px;
		margin: 10px auto 0 auto;
		background: url('../../i/logo.gif') #fff;
	}
	
	h1 a {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	h1 a span {
		position: absolute;
		left: -999em;
	}
	
	#menu {
		width: 662px;
		margin: 10px auto 0 auto;
	}
	
	#menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 662px;
		height: 43px;
		background: url('../../i/nav-background.jpg') #444;
	}
	
	#menu ul li {
		float: left;
		width: 94px;
		line-height: 40px;
	}
	
	#menu ul li a {
		display: block;
		color: #72491D;
		font-size: 55%;
		font-weight: bold;
		text-decoration: none;
		height: 43px;
	}
		#menufoot {
		width: 85px;
		margin: 0px auto 0 auto;
	}
	
	#menufoot ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 85px;
		height: 19px;
		background: url('../../flash/images/button.gif') #444;
	}
	
	#menufoot ul li {
		float: left;
		width: 85px;
		line-height: 19px;
	}
	
	#menufoot ul li a {
		display: block;
		color: #ffffff;
		font-size: 55%;
		font-weight: normal;
		text-decoration: none;
		height: 19px;
	}
	
	#nav_home a:hover { background: url('../../i/nav-home.jpg'); }
	#nav_about a:hover { background: url('../../i/nav-about.jpg'); }
	#nav_venue a:hover { background: url('../../i/nav-venue.jpg'); }
	#nav_space a:hover { background: url('../../i/nav-space.jpg'); }
	#nav_experience a:hover { background: url('../../i/nav-experience.jpg'); }
	#nav_location a:hover { background: url('../../i/nav-location.jpg'); }
	#nav_contact a:hover { background: url('../../i/nav-contact.jpg'); }
	#nav_html a:hover { background: url('../../flash/images/button_o.gif'); }
	
	#content_outer {
		background: #fff;
		width: 662px;
		padding: 6px;
		margin: 10px auto 0 auto;
		border: 1px solid #ccc;
	}
	
	#content_inner {
		width: 660px;
		height: 430px;
		background: #000;
		text-align: left;
	}
	
	* html #content_box {
		width: 350px;
	}
	
	#content_box {
		color: #fff;
		width: 300px;
		font-size: 70%;
		padding: 25px;
	}
	
	#content_box h2 {
		margin: 0;
		padding: 0;
		font-size: 130%;
		color: #CBB18A;
		height: 53px;
	}
	
	#content_box h2 span {
		position: absolute;
		left: -999em;
	}
	
	#content_box p {
		line-height: 150%;
	}
	
	#content_box a {
		color: #fff;
		text-decoration: none;
	}
	
	#content_box ul {
		margin: 0 0 0 15px;
		padding: 0;
	}
	
	#content_box ul li {
		line-height: 200%;
		font-size: 80%;
	}
	
	#footer {
		background: url('../../i/footer-background.gif') 50% 0 no-repeat;
		margin: 0;
		padding: 10px 0 0 0;
		height: 80px;
		min-height: 80px;
	}
	
	#footer p {
		margin: 0;
		padding: 0;
		font-size: 70%;
		color: #72491D;
	}
		#footerflash {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #72491D;
	line-height: normal;
	}
	
	#foot_adnec {
		width: 93px;
		margin: 0 auto 15px auto;
	}
	
	#foot_adnec a {
		display: block;
		width: 93px;
		height: 30px;
		background: url('../../i/adnec-logo.gif');
	}
	
	#foot_adnec a span {
		position: absolute;
		left: -999em;
	}
	
	#scrollholder {
		padding-right: 30px;
		height: 270px;
		overflow: auto;
		scrollbar-face-color: #888;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-highlight-color: #888;
		scrollbar-3dlight-color: #aaa;
		scrollbar-shadow-color: #888;
		scrollbar-darkshadow-color: #888;
		scrollbar-track-color: #333;
	}
	
	.bigtel strong {
		font-size: 220%;
		font-weight: normal;
	}
	
	.formrow {
		margin-top: 10px;
	}
	
	.submitrow {
		margin-top: 20px;
	}
	
	label {
		display: block;
		margin-bottom: 5px;
	}
	
	input {
		width: 100%;
		padding: 5px 0;
	}

	#s {
		padding: 0;
		border: 0;
		background: url('../../i/small_button.png') no-repeat;
		height: 29px;
		width: 84px;
	}
