@charset "utf-8";
* {
	margin: 0px;
	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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	background: #666666;
	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: left;
	}
#container {
	height: auto;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFF00;
}

#yellow_border {
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FFFF00;
	height: 1200px;
	width: 10px;
	position: fixed;
	top: 0px;
	left: 0px;
}

#header {
	margin-top: 0px;
	width: auto;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 10px;
	position: fixed;
	background-color: #FFF;
	z-index: 4;
	padding-left: 10px;
} 
#menu {
	height: 14px;
	width: 836px;
	margin-top: 87px;
	margin-left: 50px;
	background-image: url(test/images/bgBig_06.gif);
	background-repeat: no-repeat;
}
#container #header #menu ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
}
#container #header #menu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
.oneColElsCtrHdr #container #header #menu ul li a span {
	display:none;
}
.oneColElsCtrHdr #container #header #menu ul li a {
	margin:0px;
	padding:0px;
	display: block;
}

#mainContent {
	background: #FFFFFF;
	width:auto;
	height: auto;
}
#container #mainContent table {
}
#container #mainContent td {
	width: auto;
	padding-right: 11px;
	vertical-align: top;
}
#container #mainContent #contact {
	margin-left: 25px;
	height: 400px;
}
#container #mainContent #bioContainer {
	margin-left: 0px;
	height: 600px;
	width: 1000px;
}
#c1, #c2, {
	margin-right: 20px;
}
#c1 {
	width: 228px;
}

#c2 {
	width: 220px;
	float: left;
	text-align: justify;
	padding-left: 8px;
	padding-top: 4px;
}
		
#container #mainContent #movietext {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	margin-left: 10px;
}
td.names  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
h1 {
	font-size: 12px;
	font-variant: small-caps;
}
#news {
	height: 600px;
	width: 600px;
}

