/* Reset */
html,body,div,h1,h2,h3,form,p,input { 
	margin: 0; 
	padding: 0; 
}

/* Layout */
body {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	color: #FFFFFF;
	background-image: url(../elements/canvas.gif);
	background-repeat: repeat;
	background-position: left top;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#header {
	clear: both;
	width: 960px;
	overflow: auto;
	text-align: right;
}
#header h1 {
	padding: 0px;
	font-size: 55px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 107px;
	background-image: url(../elements/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 375px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#globalnav {
	clear: both;
	height: 63px;
	width: 960px;
	overflow: hidden;
}
#globalnav img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#globalnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#globalnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width:192px;
}

a:hover {
text-decoration:underline;
}

a.home, a.history, a.events, a.accomodation, a.bookonline {
width:192px;
height:43px;
display:block;
text-align:center;
padding-top:20px;
color:#FFFFFF;
font-size:20px;
font-weight:bold;
text-shadow: #333333 0px 0px 6px;
text-decoration:none;
}

a.home {
background:url(../elements/home.png);
}

a.history {
background:url(../elements/history.png);
}

a.events {
background:url(../elements/events.png);
}

a.accomodation {
background:url(../elements/accomodation.png);
}

a.bookonline {
background:url(../elements/book-online.png);
}



#button-underline {
	clear: both;
	float: none;
	height: 7px;
	width: 960px;
}
.orange {
	background-color: #dd5c01;
}
.magenta {
	background-color: #dc01a9;
}
.skyblue {
	background-color: #0282dc;
}
.chartreuse {
	background-color: #83b102;
}
.red {
	background-color: #dc013b;
}



#main {
	background-color: #000000;
	clear: both;
	overflow: hidden;
	float: none;
	position: absolute;
	width: 960px;
}
#left {
	float: left;
	width: 420px;
	background-image: url(../elements/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 30px;
}
h1, p {
	padding: 0px;
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0px;
}
h1 {
	font-size: 36px;
}
p span {
	font-weight: normal;
	font-size:14px;
	color: #666666;
}



p.title {
	font-size: 48px;
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 40px;
}
p.title span {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 48px;
}
.footer {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	float:right;
}

.footer-left {
float:right;
padding-left:10px;
padding-right:20px;
}

.footer-left img {
border:0;
}


h1.tab, p.tab {
	margin-left: 45px;
}

a {
	color: #f359c0;
	text-decoration: none;
}

img.preview {
	padding: 0px;
	border: 7px solid #FFFFFF;
	margin: 0px;
}
img.thumbnails {
	background-color: #FFFFFF;
	padding: 0px;
	border: 5px solid #FFFFFF;
	margin-right: 25px;
	margin-top: 20px;
}
img.thumbnail-final {
	background-color: #FFFFFF;
	padding: 0px;
	border: 5px solid #FFFFFF;
	margin-right: 0px;
	margin-top: 20px;
}
#right {
	float: right;
	margin-top:47px;
	width: 530px;
	background-image: url(../elements/right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 30px;
}
#slideshow {
	margin-top: 40px;
}

.error {
font-weight:bold;
font-size:11px;
color:#999999;
display:block;
}

