html,body{
	margin:0;
	padding:0
}
body{
	font-family: "comic sans ms", arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 1em;
}
* html div#container {
	padding-top: 10px;
}
div#container{
	text-align:left;
	width:1000px;
	margin:0 auto;
	position: relative;
}
div#wrapper{
	float:left;width:100%;
}
div#spacer{
	line-height:3px;
}

/* Header Section styling */
div#header{
	position: relative;
	border: 2px solid #7183E6;
}
td#headCentre {
	background: white url(media/bannerBack.jpg) repeat-y top left;
}
img#topleft {
	position:absolute;
	top: -2px;
	left: -2px;
}
img#topright {
	position:absolute;
	top: -2px;
	right: -2px;
}
img#btmright {
	position:absolute;
	top: 127px;
	right: -2px;
}
img#btmleft {
	position:absolute;
	top: 127px;
	left: -2px;
}
h1.mainHeadline {
	padding: 10px;
	margin: 10px;
	color: green;
	font-size: 46px;
	font-family: "Century Schoolbook", Arial, Serif;
	text-transform: uppercase;
}
h2.subHeadline {
	padding: 10px;
	margin: 10px;
	color: green;
	font-size: 26px;
	font-family: "Century Schoolbook", Arial, Serif;
	text-transform: uppercase;
}
#header h3 {
	color:green;
	font-size: 14px;
	padding: 4px;
	margin: 0;
}
#header h4 {
	color:green;
	font-size: 12px;
	padding: 5px;
	padding-bottom: 6px;
	margin: 0;
}

/* Menu Section styling */

div#navigation{
	background:#B9CAFF;
	float:left;
	width:170px;
	margin-left:-1000px;
}
.menu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.menu li a{
	background: white url(media/back.gif) repeat-x bottom left;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
* html .menu li a{
	width: 160px;
}
.menu li a:hover{
	background-image: url(media/back2.gif);
}
img.menuPicture {
	border: none;
	position: relative;
	right: 3px;
}

/* Content Section styling */

div#content{
	margin: 0 200px 0 170px;
	padding: 0 5px;
	font-family: Arial, Times New Roman, Sans-Serif;
}
h1#sectionHeader {
	display: block;
	font-family: Comic Sans MS, Arial, Sans-Serif;
	background: white url(media/headingBack.jpg) no-repeat top left;
	color: white;
	line-height: 1.7em;
	margin: 0;
	padding: 0 0 0 5px;
}
h2 {
	font-size: 1.3em;
	margin: 14px 0 0 0;
}
p {
	margin: 6px 2px;
}
p.bookingWarning {
	margin: auto 20% auto 20%;
	color: Red;
}
span.underline {
	text-decoration: underline;
}
a {
	color: #4C7AE0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #4C7AE0;
}
#content img {
	border: 1px solid  black;
}
img.floatRight {
	float: right;
	margin: 5px 5px 5px 15px;
}
img.floatLeft {
	float: left;
	margin: 5px 15px 5px 5px;
}
div.clear {
	clear: both;
}
table#imageGallery {
	vertical-align: middle;
	margin-top: 10px;
}
span.counter {
	font-weight:bold;
	margin: 5px;
}
div table#imageGallery img.galleryImage {
	border: 1px solid black;
}
div table#imageGallery a.galleryBtn {
	text-decoration: none;
	color: #7183E6;
	font-weight: bold;
}	
div table#imageGallery a.galleryBtn:hover {
	color:Blue;
}
p.w3cImages {
	text-align: center;
}

/* Right Hand Section styling */
div#rightCol{
	float:left;
	width:200px;
	margin-left:-200px;
	color: black;
	background-color: white;
}
h2.rightHandHeader {
	color: white;
	background: white url(media/back.gif) repeat-x bottom left;
	margin: 0;
	padding: 5px;
	padding-bottom: 8px;
}
div.leftLink, div.rightLink {
	margin: 2px 2px;
	padding: 0px 4px;
}
div.leftLink img {
	float: left;
	margin-right: 6px;
	border: 1px solid black;
}
div.rightLink img {
	float: right;
	margin-left: 6px;
	border: 1px solid black;
}
div.leftLink a, div.rightLink a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
div.leftLink a:hover, div.rightLink a:hover {
	text-decoration: underline;
	color: #000;
}
span.linkHeader {
	text-decoration: underline;
	font-weight: bold;
}

/* Footer Section styling*/
div#footer{
	background: white url(media/back.gif) repeat-x bottom left;
	color: #FFF;
	clear:left;
	width:100%;
	text-align: center;
	color: white;
	height: 25px;
	font-weight: bold;
}
span#footerLinks {
	position: relative;
	top: 5px;
}

/* Form Styling */
input.formBox{
	width: 80%;
}
td.topAlign{
	vertical-align: top;
	padding-top: 8px;
}
textarea{
	width: 80%;
}

