@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

#html, body {
	background-color: #000000;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width:810px;
	height:100%;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;

/*	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;*/
} 

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #e0ca7a;
}
a:active, a:focus {
	outline:none;
}

img
{  border-style: none;
}

p   { }
td {}
.home    { color: black; font-size: 14px; font-family: "Trebuchet MS", verdana, arial; font-weight: normal }
.homeitalic {
	color: white;
	font-size: 14px;
	font-family: "Trebuchet MS", verdana, arial;
	font-weight: normal;
	font-style: italic;
}
.homebold { 
	color: white;
	font-size: 14px; 
	font-family: "Trebuchet MS", verdana, arial; 
	font-weight: bold; 
}
.homeheading { 
	color: #c9b057;
	font-size: 16px; 
	font-family: "Trebuchet MS", verdana, arial; 
	font-weight: bold; 
}
.forms { 
	color: #000000;
	font-size: 13px; 
	font-family: arial, verdana; 
	font-weight: normal; 
}

#wrap {
	background-color:#9bd7bd;	
	min-height:100%;
	position:absolute;	
	width:810px;		
}

#head {
	position:relative;			
}

#head_left {
	position:relative;
	width:205px;
	float:left;
}

#head_center {
	position:relative;
	width:400px;
	float:left;	
}

#head_right {
	position:relative;
	width:205px;		
	float:right;
}

#main {
	position:relative;
	width:810px;
	margin-right:0px;
	margin-top:0px;
	float:left;
}

#home_content {
	margin-right:5px;
	float:left;	
}

#home_photos {
	float:left;	
	margin-left:25px;	
}

#video_content {
	position:relative;
}

#video_embed {
	float:left;
	width:810px;	
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#000000;
}

#video_left {
	width:290px;
	float:left;
}

#video_right {
	float:right;	
	width:518px;
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;	
}

#photos_poster {
	padding-left:50px;
	padding-bottom:20px;
}

#photos_slideshow {
	padding:2px;
}

#dvd_wrap {
	position:relative;
}

#dvd_centre {
	float:left;	
}

#dvd_left {
	width:368px;
	float:left;
}

#dvd_right {
	width:400px;
	margin:10px;
	float:left;	
	border-left-style:solid;
	border-left-width:2px;
	border-left-color:#000000;	
}

#foot {
	clear:both;
	height:50px;
	border-top-style:solid;
	border-top-width:2px;
	border-top-color:#000000;	
}

#foot_left {
	width:450px;	
	margin-left:0px;
	margin-top:3px;
	margin-right:0px;		
	float:left;
}

#foot_right {
	margin-left:0px;
	margin-top:3px;
	float:right;
}