body {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	background: #000000;
	margin:0px;
	border: 0px;
	padding: 0px;
}

p {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: -1px;
	font-style: none;
	text-decoration: none;
	margin: 0 auto;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	font-style: none;
	line-height: 16px;
}

h3 {
	font-weight: normal;
	font-size: 12px;
	font-style: none;
	text-decoration: none;
	margin: 0 auto;
}

h4 {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	font-size: 10px;
	font-style: none;
	text-transform: none;
	text-decoration: none;
	text-align: left;
	color: #000000;
	margin: 0px;
}

input, select {font-size: 11px; color: #000000; font-weight: normal; font-family: arial, tahoma, helvetica, sans-serif;}

.clear {
	clear: both;
}

#pageWrap {
	width: 100%;
	background: url(../images/topbg.jpg) top center no-repeat;
}

/* ----------- CONTENT ----------- */

#fullWrap {
	width: 960px;
	margin: 0 auto;
}

#fullWrap #header {
	width: 960px;
	height: 131px;
}

#fullWrap #header #logo {
	width: 372px;
	height: 43px;
	margin: 0 auto;
	padding-top: 50px;
}

#fullWrap #nav {
	width: 960px;
	height: 41px;
}

	#fullWrap #nav #navHome {
		float: left;
		width: 143px;
		height: 39px;
		margin-right: 1px;
	}

	#fullWrap #nav #navProductions {
		float: left;
		width: 207px;
		height: 39px;
		margin-right: 1px;
	}
	
	#fullWrap #nav #navPlaces {
		float: left;
		width: 146px;
		height: 39px;
		margin-right: 1px;
	}
	
	#fullWrap #nav #navPeople {
		float: left;
		width: 150px;
		height: 39px;
		margin-right: 1px;
	}
	
	#fullWrap #nav #navAbout {
		float: left;
		width: 174px;
		height: 39px;
		margin-right: 1px;
	}
	
	#fullWrap #nav #navLinks {
		float: left;
		width: 135px;
		height: 39px;
	}
	

#fullWrap #contentWrap {
	width: 960px;
	background: #ffffff;
}

#fullWrap #contentWrap #mainImage {
	width: 960px;
	height: 307px;
	background: url(../images/mainImg.jpg) no-repeat;
}

#fullWrap #contentWrap #mainImage2 {
	width: 960px;
	height: 166px;
	background: url(../images/mainImg-places.jpg) no-repeat;
}

#fullWrap #contentWrap #mainImage3 {
	width: 960px;
	height: 166px;
dd}

#fullWrap #contentWrap #contentMain {
	width: 940px;
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}

	#fullWrap #contentWrap #contentMain #colLeft {
		float: left;
		width: 189px;
	}
	
	#fullWrap #contentWrap #contentMain #colMiddle {
		float:left;
		width: 700px; /* was 512 for picture */
		padding: 5px 10px 0 30px;/*0 20 0 20 for picture*/
	}
	
	#fullWrap #contentWrap #contentMain #colMiddle2 {
		float: left;
		width: 850px;
		padding: 0 20px 0 20px;
	}
	
	#fullWrap #contentWrap #contentMain #colMiddle3 {
		float: left;
		width: 501px;
		padding: 0 20px 0 20px;
	}
	
	#fullWrap #contentWrap #contentMain #colRight {
		float: left;
		width: 199px;
	}
	
	#fullWrap #contentWrap #contentMain #colRight2 {
		float: left;
		width: 399px;
	}


/* ----------- FOOTER ------------ */

#footWrap {
	width: 100%;
	height: 218px;
	background: url(../images/footbg.jpg) top center no-repeat;
}

#footWrap #footContentWrap {
	width: 960px;
	margin: 0 auto;
	padding: 57px 0 0 0;
}

#footWrap #footContentWrap #footNav {
	width: 960px;
	height: 33px;
	background: url(../images/foot-nav-bg.png) no-repeat;
}

#footWrap #footContentWrap #footText {
	width: 960px;
	height: 19px;
	padding: 5px 0 0 0;
	background: url(../images/foot-copyright-bg.png) no-repeat;
}

/* ----------- ELEMENTS ---------- */

.redBox {
	width: 169px;
	padding: 10px;
	margin-bottom: 10px;
	background: #500000 url(../images/red-box.jpg) top center repeat-x;
	color: #ffffff;
}

.redBox h2 {color: #ffffff; margin-top: 0px; font-size: 18px; font-weight: normal;}
.redBox p {font-size: 11px;}

.grayBox {
	width: 179px;
	padding: 10px;
	margin-bottom: 10px;
	background: #c5c5c5 url(../images/gray-box.jpg) top center repeat-x;
	color: #656565;
}

.grayBox2 {
	width: 379px;
	padding: 10px;
	margin-bottom: 10px;
	background: #c5c5c5 url(../images/gray-box.jpg) top center repeat-x;
	color: #656565;
}

.grayBox h2, .grayBox2 h2 {
	font-size: 16px;
	font-weight: normal;
	color: #656565;
	text-shadow: #ffffff 0 1px 1px;
}

.grayBox .subItem {
	width: 179px;
	margin-bottom: 10px;
}

.grayBox2 .subItem {
	width: 379px;
	border-bottom: 1px dotted #656565;
	margin-bottom: 10px;
}

.grayBox .subItem p.title, .grayBox2 .subItem p.title {
	font-size: 11px;
	font-weight: bold;
	color: #656565;
	margin: 7px 0 7px 0;
}

.grayBox .subItem p {
	font-size: 10
	color: #656565;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.grayBox2 .subItem p {
	font-size: 10
	color: #656565;
	padding: 0px;
	font-weight: normal;
}

.grayBox p.more, .grayBox2 p.more {
	font-size: 11
	color: #656565;
	font-weight: bold;
	text-align: right;
	margin: 7px 0 7px 0;
}

#colMiddle h1, #colMiddle2 h1, #colMiddle3 h1 {
	font-family: times new roman;
	font-weight: bold;
	font-size: 20px;
	color: #8b0000;
	margin-bottom: 20px;
}

#colMiddle p.mainTxt, #colMiddle2 p.mainTxt, #colMiddle3 p.mainTxt, td {
	font-family: times new roman;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}

td.txtCell {
	border-bottom: 1px dotted: #000000;
}

#colMiddle p.mainTxt2, #colMiddle2 p.mainTxt2, #colMiddle3 p.mainTxt2 {
	font-family: times new roman;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	padding: 0 0 20px 0;
	margin: 0px;
}

#colMiddle h2, #colMiddle2 h2, #colMiddle3 h2 {
	font-family: times new roman;
	font-weight: bold;
	font-size: 13px;
	color: #5f5f5f;
	margin: 0px;
}

#colMiddle h3, #colMiddle2 h3, #colMiddle3 h3 {
	font-family: times new roman;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	margin: 0px;
}

#colMiddle2 h3.productionDate, #colMiddle3 h3.productionDate {
	font-family: times new roman;
	font-weight: bold;
	font-size: 13px;
	color: #393939;
	margin: 0px;
}

#colMiddle h4, #colMiddle2 h4, #colMiddle3 h4 {
	font-family: times new roman;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#colMiddle2 h2.productionItem, #colMiddle3 h2.productionItem {
	font-family: times new roman;
	font-weight: bold;
	font-size: 17px;
	color: #000000;
}

#footWrap #footContentWrap #footNav ul {
	list-style: none;
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 10px 0 0 200px;
}

#footWrap #footContentWrap #footNav li {
	float: left;
	color: #ffffff;
	display: inline;
	padding: 0 20px 0 20px;
	margin: 0px;
	font-size: 11px;
	letter-spacing: 1px;
	border-right: 1px solid #858585;
}

#footWrap #footContentWrap #footNav li.last {
	float: left;
	border-right: 0px solid #858585;
}

#footWrap #footContentWrap #footText p {
	text-align: center;
	font-size: 10px;
	color: #858585;
	margin: 0px;
	padding: 0px;
}

ul.text {
	font-family: times new roman;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0 0 0 30px;
}

ul.text li {
	padding: 5px 0 5px 0;
}

/* -------------- LINK STYLES ------------ */

a.light:link, a:visited {color: #f1dada; text-decoration: none; font-weight: normal;}
a.light:hover {color: #e3cccc; text-decoration: underline; font-weight: normal;}
a.light:active {color: #f1dada; font-weight: normal; text-decoration: none;}

a.dark:link, a:visited {color: #656565; text-decoration: none; font-weight: bold;}
a.dark:hover {color: #353535; text-decoration: underline; font-weight: bold;}
a.dark:active {color: #656565; text-decoration: none; font-weight: bold;}

#footWrap #footContentWrap #footNav ul a:link, #footWrap #footContentWrap #footNav ul a:visited {
	color: #d0d0d0;
	text-decoration: none;
	font-weight: normal;
}

#footWrap #footContentWrap #footNav ul a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

#footWrap #footContentWrap #footNav ul a:active {
	color: #d0d0d0;
	text-decoration: none;
	font-weight: normal;
}

h2.productionItem a:link, a:visited {text-decoration: none; font-weight: normal;}
h2.productionItem a:hover {text-decoration: underline; font-weight: normal;}
h2.productionItem a:active {text-decoration: none; font-weight: normal;}

p.mainTxt2 a:link, p.mainTxt a:visited {color: #3b3b3b; text-decoration: none;}
p.mainTxt2 a:hover {text-decoration: underline; color: #747474;}
p.mainTxt2 a:active {color: #3b3b3b; text-decoration: none;}
