body {
	margin: 0; padding: 0;
}

#wrap {
	position: relative;
	margin: 0px auto;
	width: 920px;
	background: url(../images/header.jpg) no-repeat;
}

#header {
	float: left;
	width: 920px; height: 200px;
	text-indent: -1500px;
}

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

#page_content {
	position: relative;
	float: right; min-height: 300px;
	padding: 10px 50px 50px 50px;
	text-align: left``;
}

#menu {
	float: left;
	margin-left: 131px;
}

#navigation {
	float: left;
	width: 920px;
}

	#navigation ul {
		float: left;
		margin: 0; padding: 0;
	}
	
		#navigation ul li {
			float: left;
			list-style: none;
		}
		
			#navigation ul li a {
				display: block;
				padding: 6px 12px;
				font-size: 21px;
			}
			
			#navigation ul li a:hover {
				color: #f00;
				text-decoration: none;
			}
			
			
			#navigation ul li ul {
				position: absolute;
				left: -12000px;
				width: 250px;
				background: #333;
			}
			
			#navigation ul li:hover ul {
				left: auto;
				margin-top: -4px;
			}

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

.error {
	display: inline;
}

#contact_details {
	float: right;
}

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

#footer {
	float: left;
	width: 920px; 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;
}




#tag {
	position: absolute;
	right: 0; top: 0;
}
