@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{
	list-style:none;
}

a{
text-decoration:none;
}

a:active
{
outline: none;
}

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



#wrapper{
	margin:auto;
	width:1001px;
	background:#282828;
	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;
	width:1001px;
}

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

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

#banner h1 img{
	
	
}	

/*Navigation*/


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

#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;
}


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;
	width:1001px;
	
}

#textcontent h1{
	margin-top:20px;
	padding-left:30px;
	font-size:22px;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;

}


#row1{
	padding-left:30px;
}

#row1 img{
	padding-left:10px;
}




#row2{
	padding-left:30px;
	padding-top:5px;
}

#row2 img{
	padding-left:10px;
}



#row3{
	padding-left:30px;
	padding-top:5px;
}

#row3 img{
	padding-left:10px;
}




/*.press1{
	float:left;
	padding-left:30px;
}

.press2{
	float:left;
	padding-left:20px;
}

.press3{
	float:left;
	padding-left:20px;
}

.press4{
	float:left;
	padding-left:20px;
}

.press5{
	float:left;
	padding-left:30px;
}
	
.press6{
	float:left;
	padding-left:20px;
}

.press7{
	float:left;
	padding-left:20px;
}
	
.press8{
	float:left;
	padding-left:20px;
}

.press9{
	float:left;
	padding-left:30px;
}
	
.press10{
	float:left;
	padding-left:20px;
}

.press11{
	float:left;
	padding-left:20px;
}
	
*/				
	
	

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

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

#footer p a{
	color:#C60;
}
