body {
	margin: 0px;
	padding: 0px;
	background-color: #77767B;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	background-image: url(background_images/pagebackground.jpg);
	background-repeat: repeat-x;

}

#header {
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	height: 115px;
	margin-top:10px;
	border: 1px solid #77767B;
	border-bottom: 1px solid #000000;
	height: 119px;
	background-image: url(background_images/logo.gif);
	background-repeat: no-repeat;
	background-color: #77767B;
	text-align:right;
}

#header div td a {
	text-decoration: none;
	color: white;
}

#footer {
	background-color:#77767B;
	width: 970px;
	height: 26px;
	border: 1px solid #77767B;
	border-top: 1px solid #000000;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	background-image: url(background_images/footer.jpg);
}

#footer table {
	margin:3px;
}

#footer td {
	font-size:12px;
	color:#CCCCCC;
}

#footer td a {
	text-decoration: none;
	color: #CCCCCC;
}

#footer td a:hover {
	color: white;
}

#content {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top:1px solid #77767B;
	border-left:1px solid #77767B;
	border-right:1px solid #77767B;
	border-bottom: 1px solid #77767B;
	height: 398px;
	width: 970px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding-bottom:20px;
	background-color:black;
}

#leftHomeMenu {
	float:left;
	width: 160px;
	margin-top: 10px;
	margin-right: 30px;
	min-height:300px;
}

.inlineMenu {
	margin: 10px;
	padding: 7px;
	padding-left:15px;
	padding-right:15px;
	height: auto;
	min-width: 100px;
	background-color: #433E45;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity: 0.7;
	cursor: pointer;
	font-size:15px;
	text-align:center;
}

#rightHomeMenu .inlineMenu {
	text-align: right;
}

#leftHomeMenu a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

#rightHomeMenu {
	float: right;
	width: 280px;
	height: 150px;
	margin-top: 214px;
}

#rightHomeMenu a {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
}

td {
	font-size: 11px;
}

#centreText {
	line-height: 15pt;
	margin-top: 35px;
	margin-right: 20px;
	width: auto;
}

.thickbox img {
	border: 1px solid black;
}

#navMenu {
	width: 100%;
	background-color: #433E45;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity: 0.7;
	border-bottom: 1px solid #77767B;
}

#navMenu td {
	text-align: center;
	padding: 4px;
	width: auto;
}

#navMenu td a {
	text-decoration: none;
	color: white;
	font-size:14px;
}

input {
	background-color: black;
	border: 1px solid #77767B;
	color: white;
}

.mainImage {
	width:150px;
	height:100px;
	margin-bottom:6px;
	border:none;
}

.linkImage {
	border:1px solid #77767B;
	color:#77767B;
	float:left;
	padding:0px;
	margin-right:0px;
	text-decoration:none;
	font-size:24px;
	text-align:center;
	height:138px;
}

.linkImage:hover {
	color:white;
}
