html, body {
	min-height: 100%;
	height: auto !important;
}

a#logo {
	text-indent: -9999px;
	outline: none;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	overflow: hidden;
	height: 100px;
}

#header-background {
	position: absolute;
	height: 200px;
	width: 100%;
	z-index: 0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	z-index: 1;
	padding-top: 10px;
	position: relative;
}

#header {
	width: 780px;
	margin: 0 auto;
}

#main-outer {
	width: 760px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
}

	#main-outer-left {
		width: 100px;
		position: absolute;
		left: 0;
		top: 40px;
		bottom: 40px;
		margin-left: -100px;
		background-repeat: repeat;
	}

	#main-outer-right {
		width: 100px;
		position: absolute;
		right: 0;
		margin-right: -100px;
		top: 40px;
		bottom: 40px;
		background-repeat: repeat;
	}

#main-wrapper {
	clear: both;
	width: 760px;
}

	#main-header {
		float: left;
		width: 760px;
		height: 40px;
	}

#navigation {
	width: 200px;
	float: left;
}

	#navigation ul {
		margin: 0 10px 0 0;
	}

	#navigation ul li {
		list-style-type: none;
		margin: 0 10px 5px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	#navigation ul li ul {
		margin-top: 5px;
		margin-left: 5px;
		margin-right: 0;
		margin-bottom: -5px;
	}

	#navigation ul li a {
		text-decoration: none;
		font-weight: bold;
	}

	#navigation ul li a:hover {
		text-decoration: underline;
	}

	#navigation ul li ul li {
		border-bottom: none;
		padding-bottom: 5px;
		padding-left: 0;
	}

	.navigation-box {
		margin: 30px 20px 10px 10px;
		padding: 0;
	}

	.navigation-box ul {
		margin: 12px 0 5px 0 !important;
	}

	.navigation-box ul li {
		margin: 0 0 10px 0 !important;
		padding: 0 !important;
		border-bottom: none !important;
	}

	.navigation-box h2 {
		margin: 0 0 5px 0;
		width: 158px;
		font-size: 13px;
		line-height: 13px;
		padding: 5px;
		text-transform: uppercase;
	}

	.navigation-box h2 a {
		text-decoration: none;	
	}
	
	.navigation-box h2 a:hover {
		text-decoration: underline;	
	}

	.navigation-box ul {
		clear: both;
	}

	.navigation-box p {
		margin-bottom: 0;
		font-size: 11px;
	}

	.navigation-box h3 {
		margin: 0;
		font-size: 13px;
	}

#contents-wrapper {
	width: 550px;
	float: left;
	padding: 10px 0 0 10px;
}

	#home-header {
		margin-bottom: 10px;
		width: 540px;
		padding-right: 10px;
		height: 230px;
		overflow: hidden;
	}

	#breadcrumbs {
		margin-bottom: 10px;
	}

	#content {
		width: 380px;
		float: left;
		margin: 0 10px 0 0;
		padding-bottom: 10px;
	}

		#content h1 {
			margin: 0 0 10px 0;
			padding: 5px;
		}

		#content img {
			max-width: 380px;
		}

	#sidebar {
		width: 150px;
		float: left;
	}

		.sidebar-box {
			margin-bottom: 10px;
		}

		.sidebar-box h2 {
			text-align: center;
			font-size: 1em;
			padding: 2px 5px;
			margin: 0;
		}
		
		.sidebar-box ul {
			margin: 10px;
		}

			.sidebar-box ul li {
				list-style: none;
				margin-bottom: 5px;
			}

		.sidebar-box p {
			margin: 10px;
			font-size: 0.8em;
		}

#footer {
	width: 760px;
	margin: 0 auto;
	clear: both;
}

#footer p {
	text-align: center;
	padding: 10px;
}

#enquiry_form td,
#mailing_list td,
#support_form td {
	border: none;
}

img.even {
	float: right
}
img.odd {
	float: left
}
span.even {
	text-align: right
}
hr.staff {
	clear: both
}

.staff .name {
	font-weight: bold;
	float: left;
	clear: both;
}

.staff .job_title {
	font-weight: bold;
	float: left;
	clear: both;
}

.staff .text {
	clear: left;
}