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

body {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
}
h2 {
	text-decoration:none;
	font-style:normal;
	font:inherit;
	font-size:14px;
	line-height:140%;
}
#container {
	width: 800px;
	height:auto;
	/* border:#666 solid 1px;*/
			 -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:43px auto 0 auto;
}
.banner {
	margin:30px auto 0 auto;
	height:100px;
	width:800px;
}
#sidebar {
	width:150px;
	height:108px;
	border:#000 solid 1px;
	background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:12px 0;
	float:left;
}
#button1 {
	width:148px;
	height:25px;
	background: #CCC;
	border:#333 solid 1px;
	line-height:25px;
	text-indent:10px;
}
#button2 {
	width:148px;
	height:25px;
	background:#CCC;
	border:#333 solid 1px;
	line-height:25px;
	text-indent:10px;
}
#button3 {
	width:148px;
	height:25px;
	background:#CCC;
	border:#333 solid 1px;
	margin:0 0 5px 0;
	line-height:25px;
	text-indent:10px;
}
#button1:hover {
	background-color: #999;
	color:#000;
}
#button2:hover {
	background-color: #999;
	color:#000;
}
#button3:hover {
	background-color: #999;
	color:#000;
}

#sidebar a{ color:#24f; font-weight:bold;}
a {color:#24f;}
#textwrapper a{ color:#24f;}

#button1:active {
	background-color: #666;
	color:#000;
}
#button2:active {
	background-color: #666;
	color:#000;
}
#button3:active {
	background-color: #666;
	color:#000;
}
#textwrapper {
	width: 620px;
	height:auto;
	background-color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0 auto 43px auto;
	padding:12px 1px;
	border:#000 solid 1px;
	float:right;
}
#letterbox {
	width:auto;
	height:256px;
	background-color:#CCC;
	line-height:125%;
	border:#000 solid 1px;
}
#footer {
	width: 800px;
	height:auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#FFF;
	padding:12px 1px;
	border:#000 solid 1px;
	margin:0 auto;
	clear:both;
}
.filmwrap {

	margin:0 0 0 200px;
}
.filmtextbox {
	width:586px;
	height:90px;
	background-color:#CCC;
	margin:0 auto;
	border:#fff solid 1px;
	background:#eee;
}
.filmwrap, .filmwrap2 {
	width: 595px;
	height:auto;
	background-color:#FFF;
	margin:30px 0 0 200px;
	padding:12px 1px;
	border:#000 solid 1px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.infowrap {
	width: 595px;
	height:auto;
	background-color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:0 0 0 200px;
	padding:12px 1px;
	border:#000 solid 1px;
}
.infotextbox {
	width:573px;
	height:auto;
	background-color:#CCC;
	border:#000 solid 1px;
	background:#CCC;
	padding:0;
	line-height:120%;
	padding:10px 10px;
}
.infowraptwo {
	width: 595px;
	height:auto;
	background-color:#FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin:30px 0 0 200px;
	padding:12px 1px;
	border:#000 solid 1px;
}

.vimeoembed {
	display: inline;
	float: left;
	padding:0 10px;
}


<!--
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
-->