body {
	background-color: #000000;
	background-image: url(images/logobg.jpg);
	background-repeat: repeat;
	font:1em "Times New Roman", Times, serif;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;

}
a {outline:none;}

#content {
    position: relative;
	text-align:left;
   	width:850px;
	background-color: #000000;
	margin-left: auto;
	margin-right: auto;
}


#menu {
	width: 860px;
	height: 48px;
	background-color: 784f77;
	}

#leftside {
    position:absolute;
	top:54px;
	left:0px;
	width:160px;
	padding: 5px;
}

#main {
	background-color: #000000;
	margin: 0 auto;
	width: 80%;
}
#gallerymain {
	padding: 10px;
	background-color: #000000;
}

#gallerymain li{
	list-style-type: none;
	list-style-image: none;
}

#footer {
	height: 42px;
	background-color:#784f77;
	clear: both;
	background-image:   url(images/footer.gif);
	background-repeat: repeat-x;
}
#upcoming-menu {
	width: 860px;
	height: 48px;
	background-image:  url(images/menu_stripe.gif);
	background-repeat: repeat;
	}

#slides {
    position:absolute;
	top:53px;
	left:179px;
	width:540px;
	padding: 5px;
}

/* slideshow controls */
#controls { 
	font:80% Arial, Helvetica, sans-serif;
	text-align: center;
	margin-bottom: 1em;
	margin-top: 1em;
}

#controls table {
	width: 80%;
	border: 1px double #cdacef;
	margin:0 auto;
}

#controls td {
	text-align: center;
	background-color: #784f77;
	font-weight: bold;
}

#controls a:link, #controls a:visited, #controls a:active {
	color:#FFFFFF;
}

#controls a:hover {
	color:#ffccff;
	}

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: .2em;
	position: absolute;
	top: 73px;
	left: 104px;
	width:100%;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:active {
	color:#ffffff;
}
#breadcrumbs a:hover {
	color: #ccccff;
}
/* class styles */
.centre {
text-align:center;
}
.poster img {
	margin-left: 15px;
  }
.posterc{text-align:center}

.nav {
	font: 90% Arial, Helvetica, sans-serif;
	margin-bottom: 2em;
	margin-left:auto;
	margin-right:auto;
	margin-top: 1.5em;
	width:850px;
}
.strapline {
	margin: 0;
	text-align: right;
	float: right;

}

.nav a:link, .nav a:visited, .nav a:active{
	color: #ffccff;
	}
	
.nav a:hover {
	color: #ffff66;
}

.nav table {
	width: 80%;
	text-align: center;
	margin:0 auto;
}


.mainimage { /* for main image on gallery page */
	text-align: center;
}

.centrepage {
text-align:center;
}

.info {
	background-color:#cdacef;
	font-size: 80%;
	padding: 5px;
	margin: 5px;
	color: #000000;
	border: thin groove #9966cc;
	font-family: Arial, Helvetica, sans-serif;
}

.hilite {
	font-size: 110%;
	font-weight: bold;
	margin-right: 10px;
}
.hilite2 {
	font-weight: bold;
	font-size: 105%;

}

.title {
	font-style: italic;
}

.leftimg { /* text wraps around image floating on left */
   float: left;
   margin-right: 20px;
   margin-bottom: 20px;
   }

.rightimg {
float:right;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 5px;
}

.red { /* red text */
	color: #FF0000;
}

/* tag styles */
a:link {
    text-decoration:none;
	color:#FFCCFF;

}
a:visited {
    text-decoration:none;
    color:#9966cc;
}
a:hover {
    text-decoration:none;
    color: #FFFF99;
	}
a:active {
    text-decoration:none;
    color: #FFCCFF;
	}

img {
	border: none;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 130%;
}
.box {
	width: 600px;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto; 
	padding: 10px;
	border: thin solid #FFFFFF;
	text-align: center;
}

.box h1 {
color:#FF99FF
}
