* {
	margin:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4 {
	color:#FFFFFF;
}

body {
	background:#330000 url("../images/siteBG.jpg") top center repeat-x;
	margin:0;
	padding:0;
	text-align:center;
	font-family:verdana, arial;
	font-size:12px;
}

a {
	color:#FFFFFF;
	text-decoration:none;
	}
	a:hover {
		color:#ffdf89;
		text-decoration:underline;
	}

#siteWrapper {
	min-height:100%;
	height:auto !important;
	height:100%;	
	margin:0 auto -81px;
	width:960px;
	text-align:center;
}

#header {
/*	height:135px;*/
	text-align:left;
	background:url("../images/headerBG.jpg") top left no-repeat;
	}
	#homeBox {
		position:relative;
		display:block;
		width:240px;
		height:50px;
		left:162px;
		top:41px;
	}
	#nav {
		height:57px;
		width:400px;
		position:relative;
		display:inline-block;
		left:70px;
		margin:28px 0 0 450px;
		clear:both;
	}
	#nav ul {
		list-style-type:none;
		padding:0;
		margin:0;
	}
	#nav li{
		float:left;
	}
	#nav a, #nav a:visited, #nav a:active {
		display:inline-block;
		padding:17px 13px 0 13px;
		height:40px;
		font-size:25px;
		font-family:Helvetica Nue, Helvetica, Arial, Verdana;
		color:#FFFFFF;
		text-decoration:none;
	}
	#nav a:hover {
		background:#7f1604 url("../images/navBG.jpg") top center repeat-x;
		color:#f77b44;
	}
	#nav #current {
		background:#7f1604 url("../images/navBG.jpg") top center repeat-x;
		color:#f77b44;
	}
	#subNav {
		/*border:#ffff00 solid 1px;*/
		display:inline-block;
		margin-left:520px;
		height:26px;
		}
		#subNav ul {
			list-style-type:none;
			padding:0;
			margin:0;
		}
		#subNav li {
			float:left;
		}
		#subNav a {
			display:inline-block;
			padding:5px 8px 6px 8px;
		}
		#subNav a:hover, #subNav #current {
			text-decoration:none;
			background:#4c1207;
		}

#contentWrapper {
	color:#ffdf89;
	width:862px;
	min-height:300px;
	margin:0 auto;
	display:block;
	padding:40px;
	background:#1c0000 url("../images/contentBG.jpg") top center no-repeat;
	}
	#contentLeft{
		text-align:left;
	}
	#content {
		text-align:center;
	}
	#content p, #contentLeft p {
		line-height:22px;
	}
	#content .title {
		display:inline-block;
		width:660px;
		text-align:left;
	}
	#content .backLink {
		display:inline;
	}
	#content .subInfo {
		text-align:left;
		display:inline-block;
		width:700px;
	}
	#content .player {
		margin:20px 0;
	}
	#content .info {
		width:700px;
		display:inline-block;
		text-align:left;
	}
	#content .artTitle {
		display:inline-block;
		text-align:left;
		width:430px;
		margin-bottom:10px;
	}
	#content h1 {
		color:#FFFFFF;
	}
	#content h2 {
		margin-top:15px;
	}

#push {
	height:81px;
}

#footer {
	height:81px;
	background:url("../images/footerBG2.jpg") top center no-repeat;
	font-family:Helvetica, Arial;
	font-size:10px;
	letter-spacing:.2em;
	color:#ffecbb;
}	
	#footer p {
		padding-top:32px;
	}
	#footer span {
		color:#f8be99;
	}

#clear {
	clear:both;
}

#filmContent {
	width:642px;
	text-align:left;
	margin: 0 auto;
	}
	#filmContent h1 {
		color:#FFFFFF;
		margin-bottom:20px;
	}
	#filmContent h2 {
		margin-top:15px;
	}
#player {
	margin:0 0 15px 0;
}
#filmItem {
	background:url("../images/5percent.png");
	text-align:left;
	display:inline-table;
	padding:15px 15px 0 15px;
	margin:15px;
	width:125px;
	height:193px;
	color:#ffdf89;
	}
	#filmItem img, #filmSubItem img {
		border:0;
	}
	#filmItem h1, #filmSubItem h1 {
		font-size:14px;
		color:#FFFFFF;
		margin:10px 0 0 0;
	}
	#filmLink:hover {
		text-decoration:none;
	}
	#filmItem:hover, #filmSubItem:hover {
		background:url("../images/9percent.png");
		text-decoration:none;
		border:none;
	}

#filmSubItem {
	background:url("../images/5percent.png");
	text-align:left;
	display:inline-table;
	padding:15px;
	margin:15px;
	/*width:350px;*/
	color:#ffdf89;
	}
	