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

*, html, Body{
	margin:0;
	padding:0;
}

p{
	margin: 10px 0px 10px 0px;
}

	#container{
		width:960px;
		margin: 0 auto;		
	}

	#flashContent{
		width:960px;
		margin: 0 auto;
		background-color:#CCC;
		position:relative;
	}
	
	#Header{
		background-color:#999;
		height:100px;
		background-color:#F63;
		text-align:center;
	}
		
		ul#flowtabs{
			list-style:none;	
			margin: 10px 0px 0px 80px;	
			
		}
		
			ul#flowtabs li{
				float:left;
				margin: 0px 20px 0px 0px;
			}		


	#main{
		min-height:300px;
	}
	
	#footer{
		width:100%;
		background-color:#999;
		height:60px;
		position:absolute;
		bottom:0px;
	}	
	
.clear{
	clear:both;
}

#cast{
	min-height:700px;
}
	
/* override the root element to enable scrolling */ 
#flowpanes { 
    position:relative; 
    overflow:hidden; 
    clear:both; 
	min-height:700px;
} 
 
/* override single pane */ 
#flowpanes div { 
    float:left; 
    display:block; 
    width:900px; 
    cursor:pointer; 
    font-size:14px; 
	padding:0px 30px 0px 30px;
} 
 
/* our additional wrapper element for the items */ 
#flowpanes .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
	margin:50px 0px 0px 0px;
    padding:0; 
} 
 
#flowpanes .less, #flowpanes .less a { 
    color:#999 !important; 
    font-size:11px; 
}	



