body {
	text-align: center;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
	background-image: url(images/body-bg4.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#container {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	text-align: center;
	background-image: url(images/overlay.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#centrecontainer {
	display: block;
	margin: 0 auto;
	width: 941px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	
}

#header {
	width: 941px;
	height: 360px;
}

#colourbar {
	width: 899px;
	height: 10px;
	background-image: url(images/colourbar.gif);
}

#menucontainer {
	width: 941px;
	height: 71px;
	margin: 0px;
	background-image: url(images/menu-bg.jpg);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

#pagebody {
	width: 941px;
	float: left;
	padding: 0px;
	margin: 0px;
	min-height: 400px;
	background-color: #FFFFFF;
}

#right {
	width: 250px;
	float: left;
	padding: 20px 30px 0px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c7781b;	
}

#maincontent {
	width: 620px;
    text-align: left;
	float: left;
	padding: 10px 0px 40px 30px;
	margin: 0px;
}

#innercontent {
	width: 550px;
	text-align: left;
	float: left;
	padding: 10px 0px 40px 40px;
	margin: 0px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 16px;
	color : #000000;
	line-height: 22px;
}


#footercontainer {
	clear: both;
	background-image: url(images/footer-bg.jpg);
	height: 241px;
	background-repeat: no-repeat;
	background-position: top;
}

#contactdetails {
	padding: 70px 20px 0px 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #de851c;
}

#contactdetails a:link, #contactdetails a:visited
	{
	text-decoration: underline;
	font-weight: bolder;
	color: #ffffff;
	}


#contactdetails a:hover
	{
	background-color: #de851c;
	color: #ffffff;
	}

#creditscontainer {
	padding: 20px 10px 10px 120px;
	background-color: #2c2643;
	text-align: right;
}

#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 15px 10px 0px 20px;
	text-align: right;
}

#credits a:link, #credits a:visited
	{
	text-decoration: none;
	font-weight: bold;
	color: #efe3c5;
	}


#credits a:hover
	{
	background-color: #ffffff;
	color: #2c606e;
	}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #118698;
	font-weight:bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #ab8e7e;
	font-weight:bold;
}

h3 {
	font-family: "Trebuchet MS", Verdana;
	font-size: 16pt;
	color: #346e82;
	font-weight:bold;
	font-style: normal;
}

/* Hyperlinks */
#innercontent a:link, #innercontent a:visited {
	text-decoration: underline; 
	color: #38768b;
	font-weight: bold;
}

#innercontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #38768b;
	font-weight: bold;
}

#footermenu {
	text-align: left;
	padding: 30px 0px 0px 50px;
}

#menu ul {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#menu ul li {
	margin: 0px;
	padding: 5px 8px 5px 4px;
	display: inline;
	list-style: square url(none);
}

#menu ul li.active a {
	
	background-color: #438da8;
	color: #ffffff;
	padding: 0px 3px 0px 3px;
}

#menu a:link, #menu a:visited  {
	color: #438da8;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	
}
#menu a:hover {
	background-color: #438da8;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

