@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 : 0;
}
ul {
list-style : none;
}
a {
text-decoration : none;
}
a:active {
outline : 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;
}
#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) no-repeat center bottom;

}
ul#nav li.crew a {
width : 200px;
background : url(../DGimages/crew_Btn3.jpg) no-repeat center bottom;
}
ul#nav li.gallery a {
width : 200px;
background : url(../DGimages/gallery_Btn.jpg) no-repeat center bottom;
}
ul#nav li.press a {
width : 200px;
background : url(../DGimages/press_Btn.jpg) no-repeat center bottom;
}
ul#nav li.contact a {
width : 200px;
background : url(../DGimages/contact_Btn.jpg) no-repeat center bottom;
}
ul#nav li a:hover {
background-position : center top;
}
#textcontent {
background : #282828;
padding : 60px;
padding-top : 30px;
color : #fff;
}
.accordionButton {
font-size : 18px;
font-family : Arial, Helvetica, sans-serif;
width : 900px;
cursor : pointer;
}
.accordionContent {
width : 890px;
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;
}
#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;
}

