a {
  color: #def;
}
a:visited {
	color:#def;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

body {
  margin: 0px; 
  padding: 0px;	
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
  background-color: #000; 
  height:100%;
}

h2 {
	margin-top:3px;
	margin-bottom:5px;
	color: #D4983F;
	font-size: 1.7em;
	font-weight: bold;
}

img { border:0 }

li {
	list-style:none;
}

p {
  font-size: 13px;
}

table { border:0 }
tr { vertical-align:top; }
.active {
  border-bottom: 3px solid #369;
}

.clearing {
  clear:both;
}
.leftCol {
	padding: 0 1em 0 0;
	vertical-align: top;
	text-transform: inherit;
	float:left;
	width:48%;
	height:100%;
}
.rightCol {
  margin-left:50%;
/*  width:48%;*/
	padding: 0 0 0 1em;
	vertical-align:top;
	border-left: 1px dotted #D4983F;
	height:100%;
}

.icon {
  vertical-align:middle;
}
.movieImage {
	float: left;
	margin-right:10px;
	margin-bottom:15px;
}

.movieText {
	padding: 3px 5px 15px 5px;
	font-size:12px;
}
.movieTextTitle {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:16px;
}

.nav_menu li {
  display:inline;
	font-weight: normal;
}
.nav_submenu li {
  display:inline;
	font-weight: normal;
	font-size:0.8em;
	margin-left:1.5em;
}
.nav_submenu li img {
  margin-right:0.6em;
}
.note {
  font-size: 0.8em;
  font-style:oblique;
}
.page {
  margin:1em;
}
.posters {
  float:left;
  margin-right:1em;
}

.programHed {
  color: #D4983F;
	font-size: 1.2em;
	font-weight: bold;
}

.programSubHed {
	padding-bottom: 3px;
	margin-bottom: 10px;
}

ul.programlist {
  padding-left:0;
}
.programlist li {
  margin-top:0.5em;
  min-height:70px;
}

ul.screeninglist {
  padding-left:0;
}
.screeninglist li {
  margin:0.5em 0 0 0;
  padding-left:0;
}


#home {
  overflow:hidden;
}

#body_wrapper {
  margin:0;
  padding:8px;
  min-height:2000px;
  background: url(images/earth.jpg) fixed no-repeat;
  overflow:visible;
}

#content {
  width:100%; 
  left: 12px; 
  top: 97px; 
  border: 1px solid #333;
  margin:10px auto auto 0px;
}

#content_frame {
  width:100%;
  min-height:400px;
/*  height:100%; we deal with this via javascript */
  border:0;
/*  background:#000;*/
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
  overflow:auto;
}

#nav_screenings,
#nav_distribution,
#nav_trailers {
  display:none;
  position:absolute;
  left:340px;
  top: 125px;
}

#nav_main {
  position:absolute;
  left:390px;
  top:85px;
  list-style:none;
  display:inline;
}
#nav_main li {
  display:inline;
  padding:0.5em 0.5em;
  border-right: 1px solid #999;
}
#nav_main li.last {
  border-right: none;
}
#submenus{
  
}