@charset "UTF-8";

* {
	margin: 0; padding: 0;
}

body {
	background: #edecef;
	background-image: url('map_bg.jpg');
	background-repeat: repeat;
	background-position: top right;
}

p,a,a:hover,h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18pt;
	font-weight: bold;
	color: white;
	text-decoration: none;
	line-height: 2em;
}

p.smalltext, p.smalltext a {
	font-size: 12pt;
	line-height: 1.5em;
}

h2 {
	font-size: 18pt;
	margin-bottom: 5px;
}

#big_box {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 800px;
	height: 1067px;
	background-image: url('bg.jpg');
	background-repeat: no-repeat;
}

.gradient_r_box {
	position: absolute;
	top: 0px;
	left: 800px;
	
	width: 20px;
	height: 1067px;
	background-image: url('gradient_right.png');
	background-repeat: repeat-y;
}
.gradient_rb_box {
	position: absolute;
	top: 1067px;
	left: 800px;
	
	width: 20px;
	height: 20px;
	background-image: url('gradient_bottom_right.png');
	background-repeat: no-repeat;
}
.gradient_b_box {
	position: absolute;
	top: 1067px;
	left: 0px;
	
	width: 800px;
	height: 20px;
	background-image: url('gradient_bottom.png');
	background-repeat: repeat-x;
}

#title_box {
	position: absolute;
	top: 50px;
	left: 150px;
	
	width: 500px;
	height: 211px;
	background-image: url('owthb_title.png');
	background-repeat: no-repeat;
}

.link_box {
	position: absolute;
	top: 550px;
	left: 300px;
	
	width: 185px;
	height: 130px;
	
	z-index: 1;
	
	padding: 0px 20px;
}

.video_box {
	position: absolute;
	top: 280px;
	left: 130px;
	
	width: 504px;
	height: 480px;
	
	z-index: 1;
	
	padding: 0px 20px;
}

.network_box {
	position: absolute;
	top: 740px;
	left: 580px;
	
	width: 150px;
	height: 110px;
	
	z-index: 1;
	
	padding: 8px 20px;
}

.vimeo_box img {
	padding-top: 3px;
}

.credits_box {
	position: absolute;
	top: 930px;
	left: 120px;
	
	width: 525px;
	height: 55px;
	
	z-index: 1;
	
	padding: 8px 20px;
}

.shdw_box {
	background-color: black;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	z-index: 0;
}