body  {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
* {
	margin:0;
	padding:0;
}
a img {
	border:none;
}
a:link, a:visited , a:active {
  color: #b76612;
}
a:hover {
	text-decoration: none;
}
.homePg {background: url(../images/homeBg.png) top center no-repeat #e4dcb5;}
.filmsPg {background: url(../images/filmsBg.png) top center no-repeat #dce0c8;}
.newsPg {background: url(../images/newsBg.png) top center no-repeat #e3dbd1;}
.buyPg {background:#f0f5d5;}
.donatePg {background: url(../images/donateBg.png) top center no-repeat #d7dfde;}
.aboutPg, .contactPg {background: url(../images/aboutBg.png) top center no-repeat #f6efcd;}

.twoCol #container, .twoColFull #container, .home #container { 
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
.twoCol #header, .twoColFull #header, .home #header {
	background:#FFFFFF;
	height:120px;
	overflow:hidden;
}
#header .headContainer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

.twoCol #contentContainer, .twoColFull #contentContainer, .home #contentContainer {
	padding-bottom:24px;
	background:url(../images/topLine.png) top center no-repeat;
	margin-top:-3px;
	*margin-top:0;
	padding-top:24px;
}

.twoCol #mainContent {
	float:right;
	width:620px;
	margin-right:40px;
}
.home #mainContent {
	float:right;
	width:500px;
	margin-right:40px;
}
#mainContent .homeboxLeft {
	float:left;
	width:400px;
	min-height:300px;
}
#mainContent .homeboxRight {
	float:right;
	width:470px;
	min-height:300px;
}
.twoColFull #mainContent {
	padding-left:30px;
	padding-right:40px;
}
.twoCol #sidebar1 {
	float: left;
	width: 210px;
	margin-left:30px;
}
.home #sidebar1 {
	float: left;
	width: 400px;
	margin-left:30px;
}
.twoCol #footer {
	padding:0 30px;
} 

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfloatContent {
	clear:both;
    height:24px;
    font-size: 1px;
    line-height: 0px;
	background:url(../images/botLine.png) bottom center no-repeat;
}
/* Typography */
#contentContainer h1, #contentContainer h2, #contentContainer h3 {
	color:#b76612;
}
#sidebar1 h1, #sidebar1 h2, #sidebar1 h3 {
	color:#597b7c;
	border-bottom:1px dotted #597b7c;
}
#contentContainer h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:6px;
}
#contentContainer h2 {
	font-size:16px;
}
#contentContainer h3 {
	font-size:14px;
}
#contentContainer p, #sidebar1 p, #sidebar1 ul {
	margin-bottom:14px;
}
#contentContainer .title {
	border-bottom:1px dotted #597b7c;
}
.homeBoxOne {
}
.homeBoxTwo {
	margin-top:20px;
	clear:both;
}
#mainContent ul {margin-bottom:9px;}
#mainContent ul li {margin-left:20px; line-height:18px;}
#mainContent h1 {margin-top:18px;}
/* Main Navigation */
.logo {
	float:left;
	margin-top:20px;
	margin-left:30px;
}
.mainNav {
	float:right;
	width:580px;
	margin-top:44px;
	margin-right:10px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(../images/mainNavTop.png) top left no-repeat;
}
.mainNav ul {
	list-style:none;
	font-weight:bold;
	line-height:28px;
	background:url(../images/mainNavBot.png) bottom left no-repeat;
}
.mainNav li {
	display:inline;
	margin-right:9px;
	padding-right:9px;
	border-right:1px solid #000000;
}
.mainNav .last {
	margin-right:0;
	padding-right:0;
	border-right:none;
}
.mainNav .active a {
	color:#597b7c;
}
.mainNav a {
	color:#000000;
	text-decoration:none;
}
/* Films */
.filmContainer {
	border-top:1px dotted #597b7c;
	margin-top:10px;
	padding-top:10px;
	clear:both;
}
.contentSummary {
	float:right;
	width:680px;
}
.imageSummary {
	float:left;
	width:200px;
	margin-right:20px;
}
.filmThumbs {
	float:left;
	clear:both;
	width:100%;
	margin-top:14px;
	padding-top:10px;
	border-top:1px dotted #597b7c;
}
.filmLarge {
}
.filmThumbs ul {
	text-align:center;
	list-style:none;
}
.filmThumbs li {
	width:130px;
	padding:0px 20px;
	display:inline;
}
.filmThumbs a.active img {
	border:1px solid #333333;
}
ul.submenu {
	list-style:none;
	line-height:22px;
}
ul.submenu li {
	padding-left:10px;
	border-bottom:1px dotted #666666;
}
#pagePlayer {
	display: block;
	width: 620px;
	height: 320px;
}
#homePlayer {
	display:block;
	width:400px;
	height:280px;
}
.imgRight {
	float:right;
	clear:both;
}
.imgTitle {
	float:right;
	margin-right:40px;
	clear:both;
}
.copyright {
	font-size:10px;
}
.copyright a {
	text-decoration:none;
	color:#000000;
}
.headerBorder {
border-top:1px dotted #597B7C;
clear:both;
margin-bottom:10px;
padding-top:10px;
}