@charset "utf-8";
/* CSS Document */
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: transparent;
	background: url("../img/background.jpg");
}

/* Added by Matt Lockyer */
.mattH1 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:24px;
}
.mattH2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}
.mattH3 {
	margin:0px;
	padding:0px;
	font-size:14px;
}
/* Added by Matt Lockyer */



div#top-shadow {
	background: url("../img/shadow-top.png") no-repeat top;
	height: 80px;
	margin: auto;
	margin-top: 14px;
	width: 100%;
	text-align: right;
}
/*div#top {
	position: absolute;
	width: 960px;
	margin: auto;
	margin-top: 10px;
	text-align: right;
	z-index: 1;
}*/
div#main-shadow {
	background: url("../img/shadow-side.png") repeat-y top;
	width: 100%;
	float: left;
	text-align: right;
}
div#mainDiv {
	width: 960px;
	height: auto;
	margin: auto;
	margin-top: -44px;
	margin-bottom: -30px;
	background-color: #ffffff;
	border: thin solid #000000;
	overflow: hidden;
}
div#bottom-shadow {
	background: url("../img/shadow-bottom.png") no-repeat bottom;
	height: 80px;
	float: left;
	width: 100%;
	margin-bottom: -50px;
}
div#bottom {
	width: 955px;
	margin: auto;
	margin-top: 5px;
	text-align: justify;
}
div.gallery {
	width: 95px;
	height: 130px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-top: 7px;
	padding-left: 2px;
	padding-right: 2px;
	display: inline;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
	float: left;
	text-align: center;
}
div.gallery img {
	display: inline;
}
table.menu
{
	position:absolute;
	visibility:hidden;
	width: 130px;
	font-size: 13px;
	background: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: thin;
	border: none;
	opacity: 0.75;
	filter: aplpha(opacity=75);
	z-index: 1;
}
td.menu {
	background: #ffffff;
}
#contentBanner {
	position: relative;
	margin-left: -3px;
}
img {
	border: none;
}
img#logo {
	margin-left: 10px;
}
img.vcentre {
	float: left;
	vertical-align: middle;
	margin-right: 4px;
}
img.poster {
	margin-left: 0;
	margin-right: 4px;
	margin-bottom: 4px;
}
img.thumbnail {
	width: 80px;
	height: 80px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-color: #333333;
	border-style: solid;
	border-width: 1px;
}
p {
	color: #000000;
	margin-bottom: 8px;
}
p.location {
	font-style: italic;
	font-size: 12px;
	margin-left: 5px;
	margin-bottom: 0px;
}
p.footer {
	padding-left: 10px;
}
.wht {
	color: #ffffff;
	font-size: 11px;
}
.italic {
	font-style: italic;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 0px;
}
a {
	text-decoration: none;
	color: #006699;
}
a.nav {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
a.navTop {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	/*color: #666666;*/
	color: #990000;
}
a:hover.img {
	text-decoration: none;
}
.top {
	vertical-align: top;
}
.bottom {
	vertical-align: bottom;
}
.vcentre {
	vertical-align: middle;
}
.right {
	position: relative;
	text-align: right;
	margin-right: 25px;
}
.left {
	position: relative;
	text-align: left;
}
.centre {
	text-align: center;
}
