@charset "UTF-8";
body  {
	background: #ffffff;
	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: #004;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-image: url(graphics/backgrounds/logo16b.jpg);
	
	font-size: 100%;
}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 8px;
}
.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;
}

.showtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-variant: normal;
}
.ActorBio {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #990000;
	font-weight: bold;
}
#content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: fixed;
	height: auto;
	width: 780px;
	top: 0px;
}
.cntr {
	text-align: center;
}
.tiny {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.bld {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.big-bld {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70px;
}
.bld-em {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
}
.redlet {
	color: #A00;
}
.whitext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #EEE;
}
.rght {
	text-align: right;
}
.medtext {
	font-size: 16px;
}
.cntr a {
	font-weight: bold;
}
