@charset "utf-8";
body {
	background-color: #000;
	margin-top: 42px;
	margin-right: 0px;
	margin-bottom: 42px;
	margin-left: 0px;
	background-attachment: fixed;
	background-image: url(images/body_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: xx-large;
	font-weight: bold;
	color: #834D35;
	font-variant: normal;
	text-transform: uppercase;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-weight: bold;
	color: #834D35;
	font-variant: normal;
	text-transform: capitalize;
	text-align: center;
}

a:link {
	color:#669999;
	text-decoration:none;
}
a:visited {
	color:#669999;
	text-decoration:none;
}
a:hover {
	color:#336666;
	text-decoration:underline;
}
a:active {
	color:#336666;
	text-decoration:underline;
}

#logo {
	background-color: #DCCCA8;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 163px;
	width: 960px;
	margin: auto;
}

#menu {
	background-color: #699;
	background-image: url(images/menu_BG.gif);
	height: 42px;
	width: 960px;
	padding: 0px;
	background-repeat: repeat-x;
	margin: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 42px;
	color: #E6F9E3;
}
#menu ul li {
	padding-right: 18px;
	padding-left: 18px;
	display: inline-block;
	list-style-type: none;
}
#menu ul li ul {
	visibility:hidden;
	background-color: #066;
	position: absolute;	
	margin: 0px;
	padding: 0px;
}
#menu ul li ul li {
	text-align:left;
	display:block;
	margin: -8px;
	padding: -8px;
	width:auto;
}
#menu ul li a {
	color: #E6FBEC;
	text-decoration: none;
}
#menu li a:hover {
	color:#FFF;
}
#menu li:hover ul {
	visibility:visible;
}

body#home a#home,
body#tickets a#tickets,
body#info a#info,
body#programme a#programme,
body#contacts a#contacts,
body#gallery a#gallery,
body#maps a#maps,
body#links a#links{
	color: #FFF;
}

#mainborder {
	margin: auto;
	height: auto;
	width: 960px;
	border: 6px solid #834D35;
}
#mainbody {
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #DCCCA8;
	text-align: left;
	background-image: url(images/mainbody_BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 32px;
	font-size: 12pt;
	margin: auto;
}

.imagefloat {
	float: left;
	border: 4px solid #CBB685;
	margin-right: 12px;
	padding: 0px;
	margin-top: 6px;
}
.imagefloat:hover {
	border: 4px solid #834D35;
}
.pic {
	border: 4px solid #CBB685;
	margin-right: 12px;
	padding: 0px;
	margin-top: 6px;
}
.pic:hover {
	border: 4px solid #834D35;
}

#pdflinks ul {
	color: #834D35;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: x-large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#pdflinks ul li{
	list-style-type: none;
	padding: 3px;
	margin: 0px;
	font-size: 12pt;
}