/* CSS Document */



body	{
	background: #000000;
	color: #fff;
	}


p, li, dd, dl	{
	font-family: "Trebuchet MS", Verdana,  "Times New Roman", serif;
	
       line-height: 15px;
	margin-left: 0;
	margin-right: 0;
	text-align: justify;
	font-size: 11px;
       font-smooth: always;      
        padding-left: 10px;
	padding-right: 10px;
	color: #c0c0c0;
      letter-spacing: 0.02em;	
	}
		
strong {
	font-weight: bold;
	}	
	
h1	{
       font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
       padding-left: 0px;
	padding-right: 10px;
	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #c0c0c0;
	}



h2	{
        font-family: Georgia, "Times New Roman", serif;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 10px;
 	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	}

.credits	{
        font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
 	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	}

.Titles	{
       font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
 	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	}

.facts {
        font-family: Georgia, "Times New Roman", serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
 	text-align: top;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	}


.scrollablecontent { /* cast bio text */
	margin: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	bottom: 40px;
	/*bottom: 35px; 40px */
	height: 447px;
	overflow: hidden;
 	visibility: visible;
	
}
.scrollercontrols { /* cast bio scroller placement */
	position: absolute;
	right: 0px;
	bottom: -35px; /* 0px */
	visibility: visible;
	
}

.main	{

    font-family: Georgia, "Times New Roman", serif;
    font-size: 17px;
	color: #c0c0c0;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.1em;
	}

.phototext	{

   font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
	color: #ffffff;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 0.1em;
	}		
	
.contenttext	{

   font-family: Georgia, "Times New Roman", serif;
    font-size: 11px;
	color: #c0c0c0;
	text-align: left;
       padding-left: 10px;
	padding-right: 10px;	
	letter-spacing: 0.1em;
	}		
	
	
	

a	{
	text-decoration:	none;
	font-weight:	normal;
	color: #FF6600;
	border-bottom-style: 1px;
	}
	
a:link	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:visited	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:hover	{
	color:	#C73737;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:active	{
	color:	#0C7373;
	background-color: transparent;
	border-bottom: 1px;
	
	}
	
	
