
body {
	position: relative;
	margin: 0px auto;
	width: 920px;
	letter-spacing: 0.1em;
	background-color: #111;
	color: #FFF;
	font: 80%/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
}

h1,h2 {
	color: #0FF;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-size: 140%;
	font-weight: normal;
}

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

a:hover {
	text-decoration: underline;
}

#header {
	height: 210px;
	text-indent: -1500px;
	background: url(../images/header.jpg) no-repeat;
}

#page_background {
	background: #000 url(../images/full_background.jpg) no-repeat 0 100%;
}

#page_content {
	padding: 10px 50px 30px 390px;
	text-align: justify;
}

#menu {
	position: absolute;
	bottom: 57px;
	left: 131px;
}

.menu_items {
	margin: 0px;
	padding: 0px;
}

.error {
	display: inline;
}

#contact_details {
	float: right;
}

#map {
	width: 500px;
	height: 250px;
}

#footer {
	height: 161px;
	background: url(../images/footer.jpg) no-repeat;
}

#credits {
	padding: 10px 0px;
	text-align: center;
}


.jBoxOverlay {
	position: fixed;
	z-index: 999;
	top: 0px; left: 0px;
	height:100%; width:100%;
	background-color: #000000;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	cursor: pointer;
}

.jBox {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 50%;
	z-index: 1000;
	background-color: #FFFFFF;
	padding: 10px;
	color: #000000;
}

.jGalHolder {
	background: url(../images/loading.gif) center center no-repeat;
}

.jGal .jGalCaption a {
	text-indent: -9999px;
}

.jGal .jGalNext {
	display: block;
	width: 63px; height: 32px;
	float: right;
	background: url(../images/nextlabel.gif);
}

.jGal .jGalPrev {
	display: block;
	width: 63px; height: 32px;
	background: url(../images/prevlabel.gif);
}

.jBox .close {
	display: block;
	width: 66px; height: 32px;
	float: right;
	background: url(../images/closelabel.gif) center center no-repeat;
}

.video_player .vp_play {
	margin: 143px 0 0 10px;
}