@charset "utf-8";
body {
	color: #FFFFFF;
	background-color: #000000;
}
#bodyContainer {
	height: 602px;
	width: 871px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#bodyText {
	height: 495px;
	width: 370px;
	position: relative;
	left: -20px;
	top: 28px;
	overflow: auto;
	padding-right: 10px;
	background-repeat: no-repeat;
}
#galleryBodyText {
	height: 495px;
	width: 370px;
	position: relative;
	left: -20px;
	top: 28px;
	overflow: visible;
}
#naviBar {
	height: 345px;
	width: 165px;
	float: left;
	top: 180px;
	position: relative;
	left: 50px;
}
#naviBar ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#naviBar li a span, #naviBar li a em {
	display: none;
}
#naviBar li a {
	display:block;
	height:57px;
	width:165px;
	background-position:center top;
}
#naviBar li a:hover span {
	display: block;
	position: relative;
	width:256px;
	left:-44px;
	top:-29px;
	z-index: 1;
	background-position:center bottom;
	height: 115px;
}
#naviBar li#home a, #naviBar li#home a:hover span {
	background-image:url(../images/home.png);
	background-repeat: no-repeat;
}
#naviBar li#gallery a, #naviBar li#gallery a:hover span {
	background-image:url(../images/gallery.png);
	background-repeat: no-repeat;
}
#naviBar li#videos a, #naviBar li#videos a:hover span {
	background-image:url(../images/videos.png);
	background-repeat: no-repeat;
}
#naviBar li#about a, #naviBar li#about a:hover span {
	background-image:url(../images/about.png);
	background-repeat: no-repeat;
}
#naviBar li#contact a, #naviBar li#contact a:hover span {
	background-image:url(../images/contact.png);
	background-repeat: no-repeat;
}

#naviBar li#links a, #naviBar li#links a:hover span {
	background-image:url(../images/links.png);
	background-repeat: no-repeat;
}

#duck {
	background-image: url(../images/duck.png);
	background-repeat: no-repeat;
	height: 449px;
	width: 309px;
	z-index: 1;
	top: 150px;
	position: relative;
	float: left;
	left: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #F0FF00;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #F0FF00;
}
#townList ul {
	list-style-type: circle;
	list-style-position: inside;
}
.vidPic {
	border: 1px solid #333333;
}
.gallery {
	list-style-type: none;
	padding: 0px;
}
.gallery li {
	display: inline;
}
.gallery img {
	height: 80px;
	width: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 10px;
}
.centerText {
	text-align: center;
}
.video {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.footer {
	font-size: small;
	color: #333333;
	text-align: center;
}
a, a:visited {
	text-decoration: none;
	color: #F0FF00;
}
a:hover {
	color: #19AE2B;
	text-decoration: none;
}
#contactForm {
	margin: 0px;
	padding: 0px;
}
#contactDetails {
	text-align: right;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
}
#contactTimings {
	text-align: right;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#contactMessage {
	width: 340px;
	margin-right: auto;
	margin-left: auto;
	font-size: small;
	margin-top: 20px;
}
#contactSubmit {
	padding-right: 10px;
	text-align: right;
}
#contactSuccess {
	position: relative;
	top: 175px;
}
#contactBadCode {
	text-align: center;
	background-color: #F0FF00;
	color: #000000;
	font-weight: bold;
}
#contactSpam {
	text-align: center;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	border: thin dashed #333333;
}
.smallText {
	font-size: x-small;
}

