body {
	margin: 0px;
	padding: 0px;
	background-image: url(background_images/page.jpg);
	background-repeat: no-repeat;
	background-position: 0px 120px;
	background-color: #0A000B;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#header {
	background-color:77767B;
	width: 100%;
	height: 120px;
	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: auto;
	height: 120px;
	border-top: 1px solid #000000;
	padding: 10px;
}

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

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

#content {
	border-top:1px solid #77767B;
	border-bottom: 1px solid #77767B;
	background-image: url(background_images/curve.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 398px;
	width: auto;
}

#leftHomeMenu {
	float:left;
	width: 260px;
	margin-top: 30px;
	margin-right: 30px;
}

.inlineMenu {
	margin: 10px;
	padding: 7px;
	height: 22px;
	width: 250px;
	background-color: #433E45;
	filter: alpha(opacity=70);
	opacity: .7;
	-moz-opacity: 0.7;
	cursor: pointer;

}

#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: 16%;
}

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

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