body {
	margin: 0px;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		line-height: 20px;
	color: #FFF;
}
a {
	outline: none;
}
a:link {
	color: #FBE619;
	text-decoration:none;
}
a:visited {
	color: #FBE619;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	text-decoration:none;
}
a:active {
	color: #FFF;
	text-decoration:none;
}
hr {
	border:0px none;
	color:#FBE619;
	background-color:#FBE619;
	height:1px;
	width: 50%;
	margin:20px auto;
}


.bg1 {
	background-image: url(images/preacher-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bg2 {
	background-image: url(images/preacher-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#wrapper {
	width: 898px;
	margin: 0px auto;
}
#header {
	height: 198px;
}
#header_img {
	margin-top: 10px;
	width: 600px;
	float: right;
}

/* NAVIGATION MENU */
#menu {width:705px; height:48px; margin:0px auto;}
#menu ul { list-style:none; margin:0px; height:30px; padding:9px 0px; }
#menu li { float:left; border-left:1px solid #FF0; }
#menu li:first-child { border-left:none; }
#menu li a span, #menu li a em { display:none; }
#menu li a { display:block; height:30px; width:140px; }
#menu li a:hover span { display: block; position: relative; width:140px; height:30px; z-index: 1; }

#menu li#cast_crew a { background-image:url(images/menu/cast_crew.gif); }
#menu li#cast_crew a:hover span { background-image:url(images/menu/cast_crew_f2.gif); }

#menu li#gallery a { background-image:url(images/menu/gallery.gif); }
#menu li#gallery a:hover span { background-image:url(images/menu/gallery_f2.gif); }

#menu li#trailer a { background-image:url(images/menu/trailer.gif); }
#menu li#trailer a:hover span { background-image:url(images/menu/trailer_f2.gif); }

#menu li#screenings a { background-image:url(images/menu/screenings.gif); }
#menu li#screenings a:hover span { background-image:url(images/menu/screenings_f2.gif); }

#menu li#links a { background-image:url(images/menu/links.gif); }
#menu li#links a:hover span { background-image:url(images/menu/links_f2.gif); }

#menu li#contact a { background-image:url(images/menu/contact.gif); }
#menu li#contact a:hover span { background-image:url(images/menu/contact_f2.gif); }

#synopsis {
	text-align: center;
	margin-top: 330px;
}
#content {
	width: 800px;
	margin: 0px auto;
	padding-top: 40px;
}
#footer {
	margin-top: 30px;
	padding-bottom: 5px;
	color:#FBE619;
	font-size: 10px;
	line-height: 35px;
	text-align: center;
	background-image: url(images/dots_h.png) !important;
	background-image: url(images/dots_h.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.border {
	border: 1px solid #FBE619;
}

.dots_v {
	background-image: url(images/dots_v.png) !important;
	background-image: url(images/dots_v.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.dots_h {
	background-image: url(images/dots_h.png) !important;
	background-image: url(images/dots_h.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.padding {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding2 {
	padding-top: 0px;
	padding-bottom: 25px;
}

#crew_table p {
	margin: 0px;
	text-align: left;
}

/* TEXT STYLES */

p {
	margin-top: 5px;
	margin-bottom: 10px;
}

h1 {
	color:#FBE619;
	font-weight: bold;
	font-size: 20px;
	font-style: italic;
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	letter-spacing: 0em;
	padding: 0px 0px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color:#FBE619;
	margin-top: 0px;
	margin-bottom: 0px;
}

.copy {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
}
.smallcopy {
	font-size: 12px;
	font-style: italic;
}


