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

html, body {
		height:100%;
		}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-attachment: fixed;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left bottom;
}
.video {
	width:0px;
	height:50%;
	background-color:#ffffff;
	margin-bottom:-400px; /* half of container's height */
	float:left;
		}
.oneColElsCtr #container {
	position:relative; /* puts container in front of distance */
	height:700px;
	clear:left;
	width: 600px;
	background: transperant;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	vertical-align:bottom;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColElsCtr #mainContent {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
}
.style3 {color: #CC0000}
.videospace {
	margin-top: 20px;
}
.inputc {font-size: 8pt;}
.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;}
a:link {
	outline: 0;
	color: #000000;
}
a:visited {
	outline: 0;
	color: #000000;
}
a:hover {
	outline: 0;
	color: #CC0000;
}
a:active {
	outline: 0;
	color: #000000;
}
.style4 {color: #FF0000}
.dots {
	background-attachment: fixed;
	background-image: url(assets/dots.gif);
	background-repeat: repeat-x;
	background-position: 100px;
}
.oneColElsCtr #menu {
	position:relative; /* puts container in front of distance */
	height:50px;
	clear:left;
	width: 600px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	vertical-align:top;
	background-color: #FFFFFF;
	background-image: url(assets/dotsBC.gif);
	background-repeat: repeat-x;
	background-position: 0px 40px;
}
.watch {
	font-size: 10px;
	color: #333333;
}
.title{
font-family:Arial, Helvetica, sans-serif;
color:#CC0000;
}

