body {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
}

a img {
border: 0;
}

#wrapper {
	background: #000000 top left;
	position: absolute;
	top: 220px;
	left: 0;
	width: 850px;
	}

#header {
	position: fixed;
	top: 0;
	left: 0;
	height: 220px;
	width: 850px;
	z-index: 5;
	background: #000000;
	border-bottom : 2px solid #ff6600;
	}

#nav {
	position: fixed;
	float: left;
	top: 220px;
	left: 0;
	overflow: hidden;
	width: 150px;
	}

#content {
	margin-left: 170px;
	}

#contentwithrightcolumn {
	margin-top: 10px;
	margin-left: 170px;
	padding-right: 240px;
	}
	
	
#rightnavigation {
  position : absolute;
  float: right;
  top: 0px;
  right: 0px;
  width : 210px;
  padding-left : 10px;
  padding-right: 10px;
  color : #ffffff;
  padding : 3px;
}
	
#rightcolumn {
	position: fixed;
	float: right;
	top: 220px;
	right: 20;
	overflow: hidden;
	width: 240px;
	}

#footer {
	height: 50px;
	z-index: 5;
	}

.clear {
	clear: both;
	}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #FF6600;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div.container {top: 0; left: 0; width: 100%; height: 100%;
    position: fixed; display: table}

img.displayed {display: block; margin: 1em auto}



div.banner {
  margin: 5;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
  top: auto;
  left: auto;
  width: auto;
  right: auto;
}
div.banner p {
  margin: 10; 
  padding: 1em 0.4em;
  font-family: Arial, sans-serif;
  background: none;
  border: none;
  color: white;
}

div.banner a, div.banner em { display: block; margin: 0 0.5em }
div.banner a, div.banner em { border-top: 2px groove #900 }
div.banner a:first-child { border-top: none }
div.banner em { color: #CFC }

div.banner a:link { text-decoration: none; color: #ff6600 }
div.banner a:visited { text-decoration: none; color: #ff6600 }
div.banner a:hover { text-decoration: underline; color: #ffffff }

div.biobanner {
	margin: 5;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	top: auto;
	width: auto;
	left: auto;
	right: auto;
}

div.biobanner p {
  margin: 10; 
  padding: 1em 0.4em;
  font-family: Arial, sans-serif;
  background: none;
  border: none;
  color: white;
}

div.biobanner a, div.banner em { display: block; margin: 0 0.5em }
div.biobanner a, div.banner em { border-top: 2px groove #ff6600 }
div.biobanner a:first-child { border-top: none }
div.biobanner em { color: #CFC }

div.biobanner a:link { text-decoration: none; color: #ffffff }
div.biobanner a:visited { text-decoration: none; color: #ffffff }
div.biobanner a:hover { text-decoration: underline; color: #ff6600 }

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6600;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-transform: capitalize;
	color: #FFFFFF;
}
.toprightimg {
	top: 15px;
	right: 20px;
	position: absolute;
}

div.figure {
	width: 75%;
}
div.figure p {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	text-indent: 0;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
}

#itsthetable { font: 11px Verdana, Arial, Helvetica, sans-serif; }
a { color:#f60;	text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { color:#ffb17d; }
table caption, th, tfoot td { font-family:Arial, Helvetica, sans-serif; }
table caption { font-size:18px; font-weight:normal; font-variant:small-caps;
	color:#f60;	letter-spacing:.3em; text-align:center; padding-bottom:.5em; }
table { width:100%; border-collapse:collapse; border:4px solid #f60;}
table.news { width:99%; border-collapse:collapse; border:4px solid #f60;}
td,th { padding:5px; }
/* THEAD*/
thead th { font-size:12px; font-weight:bold; font-variant:small-caps;
	color:#fff2ea;	background-color:#f60; }
	/* THEAD*/
thead.nobg th { font-size:12px; 
	color:#ffffff;	background-color:#000000; }
/* TFOOT */
tfoot th, tfoot td { font-size:12px; font-weight:bold; 
	color:#fff2ea;	background-color:#f60; padding:10px; }
tfoot td { font-size:12px;	font-weight:normal; }
/* TBODY */
tbody td, tbody th {
	line-height:140%;
	background-color:#fff;
	color:#666;
	font-size: 10px;
	text-align: left;
}
tbody.nobg td, tbody.nobg th {
	line-height:140%;
	background-color:#000000;
	color: #ffffff;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
tbody tr.odd td, tbody tr.odd th { background-color:#fff2ea;	border:1px solid #f60; border-width:1px 0; }
tbody th a { font-size:10px; font-weight:normal; font-variant:small-caps; }
tbody.nobg th a { font-size:12px; font-weight:normal; }
tbody.news a { color:#f60;	text-decoration:none; }
tbody.news a:hover { color: #f60; text-decoration:underline; }
tbody.news a:visited { color:#f60; }

/* ONLY REAL GOOD BROWSERS */
/* GENERAL */
tbody.credits td+td+td+td {	text-align:right; }
tbody.credits tr th:before { content:"\2588\00A0\00A0"; color:#f60;}
tbody.credits td+td+td+td:before { content:"\21E9"; color:#f60; }
/* HOVER */
/*tbody tr:hover td, tbody tr:hover th:before { color:#000; }
tbody tr:hover td a, tbody tr:hover th a { color:#000; text-decoration:underline; }
tbody tr:hover td a:visited, tbody tr:hover th a:visited { color:#ccc; }
tbody tr:hover td+td+td+td a { font-weight:bold; }
tbody tr:hover td+td+td+td:before { color:#000; }
*/

#filmmusictable { font: 11px Verdana, Arial, Helvetica, sans-serif; }
a { color:#f60;	text-decoration:none; }
a:hover { text-decoration:underline; }
a:visited { color:#ffb17d; }
table.films caption, th, tfoot td { font-family:Arial, Helvetica, sans-serif; }
table.films caption { font-size:18px; font-weight:normal; font-variant:small-caps;
	color:#f60;	letter-spacing:.3em; text-align:center; padding-bottom:.5em; }
table.films { width:99%; border-collapse:collapse; border:4px solid #f60;}
table.films2 { width:99%; border-collapse:collapse; border:4px solid #FF9900;}
table.films3 { width:99%; border-collapse:collapse; border:4px solid #990000;}
table.noborder { width:99%; border-collapse:collapse; border:0px; background-color: #000000;}
table.buy { width:auto; border-collapse:collapse; border:0px; background-color: #000000;}

table.contact { width:65%; border-collapse:collapse; border:4px solid #ff6600;}
td,th { padding:5px; }
/* THEAD*/
thead.films th { font-size:14px; font-weight:bold; font-variant:small-caps;
	color:#fff2ea;	background-color:#FF6600;
	text-align: left; }
/* THEAD option 2*/
thead.films2 th { font-size:14px; font-weight:bold; font-variant:small-caps;
	color:#fff2ea;	background-color:#ff9900;
	text-align: left; }
	/* THEAD option 3*/
thead.films3 th { font-size:14px; font-weight:bold; font-variant:small-caps;
	color:#990000;	background-color:#ff9900;
	text-align: left; }
thead.films4 th { font-size:14px; font-weight:bold; font-variant:small-caps;
	color:#990000;	background-color:#ff6600;
	text-align: left; }
thead.nobg th { font-size:12px; font-weight:normal;
	color:#ffffff;	background-color:#000000;
	text-align: left; }	
	
/* TFOOT */
tfoot.films th, tfoot td { font-size:12px; font-weight:bold; 
	color:#fff2ea;	background-color:#ff6600; padding:10px; 
	text-align: left; }
tfoot.films a { color:#fff;	text-decoration:none; }
tfoot.films a:hover { text-decoration:underline; }
tfoot.films a:visited { color:#fff; }
tfoot.films td { font-size:12px;	font-weight:normal; text-align: left}
/* TBODY */
tbody.films td, tbody th {
	line-height:140%;
	background-color:#fff;
	color:#666;
	font-size: 11px;
	text-align: left;
}
tbody.films tr.odd td, tbody tr.odd th { background-color:#fff2ea;	border:1px solid #f60; border-width:1px 0; }
tbody.films th a { font-size:10px; font-weight:normal; font-variant:small-caps; }
tbody.nobg th a { font-size:12px; font-weight:normal; }

tbody.films a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
tbody.films a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff6600;
	font-weight: bold;
	text-decoration: underline;
}
.emphasize {
	font-style: italic;
	color: #000000;
}
.listen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: .1em;
}
.quoteposition {
	top: 1.1in;
	position: absolute;
	right: 0px;
	z-index: 1;
}
.biggertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
