body           {
	color: #ccc;
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
	line-height: 16px;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
a img { 
	border: none;
}

*:link, *:visited, *:hover, *:active, *:focus {

   -webkit-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
	font-size .5s linear,
    border-color .25s linear;
	
	
	-moz-transition: color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
    border-color .25s linear;
	
	

   transition:  color .25s linear,
    background-image .25s linear,
    background-color .25s linear,
    border-color .25s linear;
	
}


#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	/* [disabled]text-align: left; */
}
#head {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	width: 780px;
}
#main {
	text-align: center;
	min-height: 500px;
}
.contact_region {
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 6px;
}
#submenu {
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-left: 92px;
	color: #CCC;
	height: 50px;
}
#home_video {
	height: 600px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	text-align: center;
}
h1     { color: #000; font-size: 18px }
h2   { color: #000; font-weight: bold; font-size: 14px }
a  {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
a:hover  {
	color: #09F;
	top: -5px;
}
.copyright       {
	color: #999;
	font-size: 10px;
	text-align: center;
}
#copyright {
	font-size: 10px;
	color: #777;
	height: 30px;
	padding-top: 15px;
	text-align: center;
}
.headline   { color: #dcdcdc; font-weight: bold; font-size: 12px }
.text_bk { color: white }
.movie_head     { color: #c0c0c0; font-weight: bold; font-size: 12px }
td {
	color: white;
	font-weight: normal;
	/* [disabled]font-size: 10px; */
	/* [disabled]font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; */
}
table {
	font-size: 12px;
	font-weight: normal;
}
.txt_bio  { font-size: 12px; line-height: 16px  }
.form {
	color: #EEE;
	background-color: #222;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#video {
	width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#txtblock {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
input {
	width: 240px;
}
textarea {
	width: 240px;
}
#share {
	display: inline-block;
	width: 200px;
	vertical-align: text-bottom;
}

