body {
	background-color:#262014;
	background-image:url(background_images/page.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	margin:0px;
	padding:0px;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#outerPage {
	background-image:url(background_images/topleft.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:500px;
	width:100%;
	text-align:center;
	margin-top:-1px;
	border-top:1px solid black;
}

#centreContent {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	width:900px;
	background-image:url(background_images/header.gif);
	height:113px;
	background-repeat:no-repeat;
	border-bottom:1px solid black;
	margin-top:-1px;
	border-top:1px solid black;
}

#menu {
	width:900px;
	margin-top:82px;
	background-image:url(background_images/navbar.jpg);
	background-repeat:no-repeat;
	height:34px;
	border-bottom:1px solid black;
	text-align:left;
	overflow:hidden;
}

#menu a {
	display:block;
	float:left;
	text-decoration:none;
	margin-left:22px;
	margin-top:1px;
	padding-top:7px;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	color:black;
}

#menu a:hover {
	color:white;
	background-image:url(background_images/nav-invert.jpg);
	padding-left:9px;
	padding-right:9px;
	border-left:1px solid black;
	border-right:1px solid black;
}

#mainContent {
	border-left:1px solid black;
	border-right:1px solid black;
	min-height:480px;
	background-image:url(background_images/centre.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#262014;
	margin-top:-1px;
	border-top:1px solid black;
	overflow:visible;
	padding-bottom:10px;
	height:auto;
	_height:500px;
	clear:both;
	width:898px;
}

#innerContent {
	margin:30px;
	text-align:left;
	clear:both;
}

#innerContent a.boxLink {
	text-decoration:none;
}

.boxLink {
	border:2px solid black;
	width:400px;
	height:294px;
	float:left;
	display:block;
	background-color:black;
	color:#888888;
}

#innerContent a span {
	margin:5px;
	font-size:14px;
	display:block;
}

#innerContent a:hover span {
	color:white;
}

#innerContent a.boxLink:hover {
	border:2px solid white;
	text-decoration:none;
}

#innerContent a img {
	border:none;
}

#textContent {
	clear:both;
	color:#B6B0A4;
	line-height:20px;
	margin-top:14px;
	float:left;
	display:inline;
	font-size:14px;
	margin-bottom:30px;
	width:834px;
}

#textContent p:first-child {
	color:white;
}

h1 {
	font-size:18px;
	padding:5px;
	padding-left:10px;
	color:white;
	border-top:1px solid black;
	border-bottom:1px solid black;
	background-position: 50% 55%;
	background-repeat:repeat-x;
}

#footer {
	background-color:black;
	width:auto;
	border-top:8px solid black;
	height:23px;
	color:#605C50;
	font-size:10px;
	clear:both;
}

#footer a {
	color:#605C50;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:white;
}

#innerContent a {
	color:#FF9933;
	text-decoration:none;
}

#innerContent a:hover {
	color:white;
	text-decoration:underline;
}

h2 {
	color:#FF9933;
	font-size:14px;
}

#newsBox {
	float:left;
	display:inline;
	margin-left:30px;
	width:245px;
	margin-top:15px;
	border-left:1px dashed black;
	min-height:150px;
	padding-left:10px;
	text-align:right;
	color:#B6B0A4;
	line-height:18px;
	margin-bottom:30px;
}

label {
	float:left;
	display:inline;
	width:100px;
	padding-top:3px;
	text-align:right;
	padding-right:10px;
}

textarea,input,select {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}
