body {
	text-align: center;
	background-color: #d7d7b3;
	margin: 0px 0px 0px 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#container {
	display: block;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 980px;
	text-align: center;
	background-color: #ffffff;
	min-height: 100%;
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-x;	
}

#centrecontainer {
	
	margin: 0 auto;
	background-color: #ffffff;
	width: 950px;
	padding: 0px 0px 0px 0px;
	min-height: 100%;
	background-color: #FFFFFF;
	
}

#header {
	width: 950px;
	height: 486px;
	/*background-image: url(images/header.jpg);*/
	
}

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

#pagebody {
	width: 950px;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(images/pagebody_bg.gif);
	background-repeat: repeat-y;
}

#leftbox {
	width: 270px;
	float: left;
	padding: 2px 0px 0px 0px;
	
}

#left img {
	border-top: 1px solid #ffffff;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	
}

#maincontent {
	width: 680px;
	min-height: 450px;
	text-align: left;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(images/content_bg2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}

#innercontent {
	width: 600px;
	text-align: left;
	float: left;
	padding: 0px 30px 100px 20px;
	margin: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color : #333333;
	line-height: 20px;
}

#promotions {
	width: 950px;
	height: 68px;
	clear: both;
	margin-top: 2px;
	margin-bottom: 2px;
	background-image: url(images/wee_images.jpg);
	text-align: left;
}

#creditscontainer {
	padding: 0px;
	text-align: right;
	background-color: #FFFFFF;
	height: 40px;
	width: 950px;
}

#credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e7dfc9;
	padding: 10px 10px 0px 0px;
}

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


#credits a:hover
	{
	background-color: #ffffff;
	color: #c8ba89;
	}
	
#contactdetailscontainer {
	text-align: center;
	background-color: #e19429;
	height: 85px;
	width: 950px;
	padding: 0px;
	background-image: url(images/contact_bg.jpg);
}

#contactdetails {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	padding: 50px 0px 0px 0px;
	line-height: 23px;
}

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


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


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: 12pt;
	color: #e39d05;
	font-weight:bold;
	font-style: italic;
}

#map {
  	float: right;
}

/* Hyperlinks */
#maincontent a:link, #maincontent a:visited {
	text-decoration: underline; 
	color: #1b403c;
	font-weight: bold;
}

#maincontent a:hover	{
	text-decoration: none; 
	color: #ffffff;
	background-color: #1b403c;
	font-weight: bold;
}


/* menu */

#menucontainer {
	padding: 0px;
	text-align: center;
	height: 40px;
	width: 950px;
	background-color: #8f9c4d;
}

#menu {
	text-align: left;
	padding: 10px 0px 10px 10px;
	
}

#mainmenu {
	text-align: center;
	width: 900px;
}

#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);
}

#mainmenu ul li.active a {
	
	color: #ab3011;
}

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


/* end menu */

#innercontent ul {
	margin: 0px 0px 2px;
	padding: 0px 0px 0px 30px;
}

#innercontent ul li {
	margin: 0px;
	padding: 0px 0px 5px 20px;
	display: block;
	list-style: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
}
