@charset "utf-8";
/* Stephen Ellice for the Whats on Group www.whatsongroup.co.uk */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #2b8ed2;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.main #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/copy-bg.jpg);
	background-repeat: repeat-y;
}
.main #header {
	background-image: url(images/header.jpg);
	height: 159px;
}
.main #headerbanner {
	float: right;
	height: 37px;
	width: 250px;
	padding-top: 73px;
	padding-right: 45px;
}
.main #slidewrap {
	background-image: url(images/slide-bg.jpg);
	height: 243px;
}
.main #slideshowholder {
	padding-left: 80px;
}
.main #navwrap {
	background-image: url(images/nav-bg.jpg);
	height: 75px;
}
.main #pagetitle {
	background-image: url(images/page-title-bg.jpg);
	height: 74px;
	font-size: 24px;
	color: #40742b;
	padding-top: 13px;
	padding-left: 45px;
}
.main #mainContent {
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}
.main #footer {
	background-image: url(images/footer.gif);
	height: 77px;
}
.main #footer-wrap {
	background-image: url(images/footer-wrap.gif);
	height: 77px;
	width: 960px;
	font-size: 10px;
}
.footerlink {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
/* start horizonal nav*/
#topnavcontainer {
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	
}
#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: 2px;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
   padding-bottom: 2px;
   background: transparent;
   color: #fff;
}
#topnavlist a:hover {
	text-decoration: none;

	}
/* end horizonal nav*/
.clicktoppage {
	font-size: 12px;
	text-align: right;

}a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
