
			<!DOCTYPE HTML>
			<html>
			<head>
				<title>The HUB - An Error Occured</title>
				<style>
				body {
					background:#f7f7f7;
					text-align:center;
					font-family:Arial;
					margin:0;
					padding:60px 0;
					color:#333333;
					font-size:14px;
				}

				.wrap {
					background:#fff;
					padding:36px 24px;
					overflow:hidden;
				}

				.inner-wrap {
					max-width:880px;
					margin:0 auto;
					text-align:left;
				}

				h1 {
					font-size:30px;
					margin:0 0 18px;
				}

				p {
					font-size:16px;
					margin:0 0 12px;
					line-height:22px;
				}

				a {
					color:#4ea6ea;
				}

				a.return {
					float:right;
					text-decoration:none;
					border:3px solid #D3D3D3;
					padding:9px 12px;
					margin-top:24px;
				}
				</style>
			</head>
			<body>
				<div class="wrap">
					<div class="inner-wrap">
						<h1>Sorry, we encountered an error</h1>
						<p>Unfortunately an error occured on the page you tried to visit. An administrator has been notified. If this message was a result of submitting a form, we recommened you try submit it again. If this error persists, please contact us on <a href="mailto:"></a>.</p>
						<a href="http://www.orchardgate.info" class="return">Return to Homepage</a>
					</div>
				</div>
			</body>
		