body  {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background-color: #6b8464;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h2 {
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #790000;
	margin: 0;
	line-height: 2.2em;
	padding: 0px 10px;
	text-align: right;
	background-image: url(images/nav/black_red_gradient.gif);
	background-repeat: repeat-x;
	border-right: 1px solid #790000;
}

h3 {
	margin: 6px 0px 3px;
	color: #3f4412;
	font: bold 1.5em Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	margin: 1px 0px 3px;
	color: #3f4412;
	font: bold 1.3em Verdana, Arial, Helvetica, sans-serif;
}

h5 {
	margin: 0px 0px 5px 0px;
	color: #3f4412;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}


h6 {
	margin: 5px 0px 0px 0px;
	color: #3f4412;
	font: bold 0.9em Verdana, Arial, Helvetica, sans-serif;
}

p {
	font: normal 1em/1.4em Verdana, Arial, Helvetica, sans-serif;
}


a,
a:link,
a:hover,
a:visited {
	color: #382C1D;
	text-decoration: underline;
}



.innerContent {
	padding: 10px;
}

#cast,
#about {
	padding: 0px 0px 0px;
	margin: 20px 60px 0px 0px;
	float: right;
}

.aboutfilmmakers {
	padding: 0px 0px 0px;
	margin: 0px;
	float: right;
}

#gallery,
#links,
#contact {
	position: relative;
	top: 20px;
	left: 230px;
	width: 340px;
	padding: 0px 0px 0px;
	background-color: #edefdf;
}

#trailer {
	position: relative;
	top: 20px;
	left: 230px;
	width: 512px;
	height: 304px;
	padding: 0px 0px 0px;
	color: #FFF;
	background-color: #edefdf;
	xbackground-color: #FFF;
}

#news,
#press {
	position: relative;
	top: 20px;
	left: 230px;
	width: 443px;
	padding: 0px;
	background-color: #edefdf;
}

.scroll {
	margin: 0px;
	padding: 0 15px 0 0;
	height: 210px;
	overflow: auto;
}




#container {
	background-color: #6b8464;
	background-repeat: no-repeat;
	padding: 0px;
	width: 800px;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 
#header {
	width: 782px;
	background-color: #000000;
	padding: 0px  1px 0px 15px; 
	border-top: 1px solid #3f4412;
	border-left: 1px solid #3f4412;
	border-right: 1px solid #3f4412;
	height: 78px;
} 

#header h1 {
	margin-left: -999px;
	float: left;
}

#rightDiv {
	float: right;
	width: 340px;
	padding: 15px 10px;
}
#homeMainContent {
	margin: 0 0px 0 0; 
	padding: 0 0px; 
	background-image: url(images/BT_bg_home2.jpg);
	height: 432px;
	background-repeat: no-repeat;
	border-left: 1px solid #3f4412;
	border-right: 1px solid #3f4412;
} 



#HomeCastLinks {
	width: 205px;
	height: 228px;
	padding: 10px 10px 10px 60px;
	position: relative;
	top: 15px;
	clear: none;
}

#HomeCastLinks h6 {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#HomeCastLinks a {
	color: #fff;
	text-decoration: none;
}

#outerTrailer {
	width: 460px;
	float: right;
	margin: 7px 31px 0px 0px;
}

#homeTrailer {
	width: 460px;
	height: 304px;
}

.playTrailer {
	width: 260px;
	float: right;
	margin: 5px 200px 0px 0px;
	color: #FFFFFF;
	font: bold 1.8em Verdana, Arial, Helvetica, sans-serif;
}

#MainContent {
	margin: 0 0px 0 0;
	padding: 0px 0px 0px; 
	xbackground-image: url(images/BT_bg_1.jpg);
	height: 534px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #3f4412;
	border-left: 1px solid #3f4412;
	border-right: 1px solid #3f4412;
} 

#TrailerMainContent {
	margin: 0 0px 0 0; 
	padding: 0 0px; 
	background-image: url(images/BT_bg_home3.jpg);
	height: 432px;
	background-repeat: no-repeat;
	border-left: 1px solid #3f4412;
	border-right: 1px solid #3f4412;
} 

#homeCastFooter {
	padding: 5px 0px 5px 0px; 
	background-color: #000000;
	height: 110px;
	border-left: 1px solid #3f4412;
	border-right: 1px solid #3f4412;
	border-bottom: 1px solid #3f4412;
} 

#footer {
	padding: 0 10px 0 20px; 
	height: 20px;
	text-align: right;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #3f4412;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*#navcontainer
{
	background-color: #000;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	margin-top: 75px;
}

#navcontainer ul
{
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: white;
text-align: center;
margin: 0;
padding: 5px 0px;
}

#navcontainer ul li
{
display: inline;
xmargin-left: -4px;
}

#navcontainer ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
xborder-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
	background-color: #003300;
	color: white;
}

#active a { 
	background-color: #003300;
	xborder-left: 1px solid #fff; 
}
*/

#leftColumnPics {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #edefdf;
	padding: 10px 0px 10px 10px;
}

#rightColumnText { 
	margin: 0 0 0 170px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 394px;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff;
	background-color: #edefdf;
} 

.screenings {
	color: #790000;font-weight: bold; padding: 5px; width: 75%; border: 3px solid #790000; margin: 0px auto 10px;
	}

.screenings p {
	color: #000; margin-top: 2px;
	}

.newsitem {
	padding: 0 0 0 0px; border: 1px solid #3f4412; margin-bottom: 10px;
	}
	
.newsitem h4 {
	margin: 0px 0px 0px 0px;
	color: #fff;
	background-color: #3f4412;
	padding: 5px; 
	}

.newsitem h3 {
	margin-left: 5px;
	margin-right: 5px;
	}

.newsitem p {
	margin-left: 5px;
	margin-right: 5px;
	}

.downloadButton {
	background-image: url(images/nav/tab_bg.gif);
	background-repeat: repeat-x;
	margin: 0px 0px 20px 0px;
	padding: 6px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	border-left: 1px solid #bbb;
	text-align: center;
}

.downloadButton a {
	font-size: 1.2em;
	color: #790000;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}

