@charset "UTF-8";
html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center top;
	height: 101%;
	}
.oneColFixCtr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #FFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 12px;
}

.menuTable {
	font-size: 11px;
	color: #CCC;
	border: 0;
	padding-top: 180px;
}

.menuBar:link {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
.menuBar:visited {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}
.menuBar:hover {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
	color: #900;
}

h1 {
	font-size: 24px;
	color: #900;
	text-align: center;
}
h2 {
	font-size: 16px;
	color: #900;
	text-align: left;
}
#lefttext {
	margin-right: 550px;
	font-size: 12px;
}
#mainpageBG {
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
}
#topmenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	width: 100%;
	position: relative;
	top: 0px;
	right: 0px;
	background-image: url(images/header.jpg);
	height: 200px;
	background-color: #000;
}
#productionpanel {
	float: right;
	position: static;
	top: -20px;
	left: 100px;
}
.centreheader {
	font-size: 16px;
	color: #900;
	text-align: center;
	font-weight: bold;
}
