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

/*Reset Rules*/
html, body{
	padding:0;
	margin:0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	background:#000;
}

img{
	border:0px;
}

ul{
	
}

a{
text-decoration:none;
color:#C60;
}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}



#wrapper{
	margin:auto;
	width:1001px;
	background:#fff;
	border-left:3px solid #FFF;
	border-right:3px solid #FFF;
}

#left{
	float:left;
	width:302px;
}


#left p a{
	color:#FFF;
}


#right p a{
	padding-left:500px;
	color:#FFF;
}


#right{
	float:right;
	width:690px;
}



#right h1{
	font-size:10px;
	color:#C60;
	font-style:italic;
	font-family:"Century Gothic", Arial, Cochin;
	padding-left:290px;
	}
	


#header{
	background:#282828;
	height:130px;
	border-bottom:6px solid #FFF;
}

#header p{
	padding-left:50px;
}

#banner{
	border-bottom:3px solid #FFF;
	
}

#banner h1 img{
	
	
}	

/*Navigation*/


#navigation{
margin-top:-13px;
background:#282828;
height:85px;
}

#nav{
margin-left:-40px;
}

ul#nav li{
	display:inline;
				
}


ul#nav li a{
	display:block;
	height:64px;
	text-indent:-9999px;
	float:left;
}



ul#nav li.cast a{
	width:200px;
	background:url(../DGimages/cast_Btn.jpg) bottom center no-repeat;
}

ul#nav li.crew a{
	width:200px;
	background:url(../DGimages/crew_Btn3.jpg) bottom center no-repeat;
	margin-top:0.5px;
}

ul#nav li.gallery a{
	width:200px;
	background:url(../DGimages/gallery_Btn.jpg) bottom center no-repeat;
}

ul#nav li.press a{
	width:200px;
	background:url(../DGimages/press_Btn.jpg) bottom center no-repeat;
}

ul#nav li.contact a{
	width:200px;
	background:url(../DGimages/contact_Btn.jpg) bottom center no-repeat;
}
ul#nav li a:hover{
	background-position:center top;
}


#textcontent{
	background:#282828;
	padding:60px;
	padding-top:30px;
	color:#FFF;
	
}


/*Drop down biographies*/
.accordionButton {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width: 900px;
	cursor: pointer;
	}
	
.accordionContent {
	width: 900px;
	display: none;
	
	}
	

.accordionContent h3{
	font-size:14px;
	letter-spacing:3px;
}
.accordionContent p {
	color:#999;
	line-height:18px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	}

/*End drop down biographies*/

#blank{
	width:800px;
	
}
	

#footer{
	background:#282828;
	height:35px;
	border-bottom:3px solid #FFF;
	border-top:3px solid #FFF;
	padding:10px;
	clear:both;
}

#footer p{
	color:#FFF;
	font-style:normal;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
}

#footer p a{
	color:#C60;
}
