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

body {
text-align: center;
background-color: black;
}

#container {
position: relative;
top: 0px;
left: 0px;
margin-left: auto;
margin-right: auto;
width: 1024px; 
text-align: left;
}
	
	.bodybg {
	position: relative;
	top: 10px;
	left: 10px;

	}
	
	.footer {
	position: relative;
	top: 60px;
	left: 300px;
	float: left;
	text-align: center;	
	color:#606060;	
	font-family: arial;
	font-size: 12px;
	}
	
	.footer a{
		color:#606060;	
	}
	
	
	.footer a:hover;{
		color:#e03602;	
	}
	
	.footer_index {
	position: absolute;
	top: 690px;
	left:280px;
	text-align: center;	
	color:#606060;	
	font-family: arial;
	font-size: 12px;
	}
	

	
	.footer_index a{
		color:#606060;	
	}
	
	
	.footer_index a:hover;{
		color:#e03602;	
	}
	
	.navbar {
	position: absolute;
	top: 140px;
	left: 80px;
	
	}
	
	.subpagebg {
		position: relative;
	top: 10px;
	left: 10px;
	background: URL(../images/subpagebg.jpg);
	width: 1024px;
	height:768px;
background-repeat: no-repeat;

	}
	
	.logo {
		position: relative;
	top: 4px;
	left: 72px;
	
	}
	
	#flashmovie {
	position: relative;
	top: 60px;
	left: 250px;
	}
	
	.actingsubnav {
	position: absolute;
	top: 200px;
	left: 50px;
	}
	
	
	.actingsubnav a{
	color:#e03602;
	font-family: arial;
	font-size:14px;
text-decoration: none;
	}
	
	.actingsubnav a:hover{
	color:white;
	font-family: arial;
	font-size:14px;
text-decoration: none;
	}
	
	.bioscroll {
	position: relative;
	top: 60px;
	left:100px;
	height: 475px;
	overflow:auto;
	width: 700px;
	}
	
	.biotext {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 650px;
	}