  /* HEADINGS */
  h1 {
  	background-image: url(../images/title_films.jpg);
  	width: 750px;
  	height: 52px;
  	margin: 0px 0px 4px 0px;
  }
  #now_showing_content {
	background-image: url(../../images/common/gradient_top_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px 0px;
  }
  #now_showing_title {
	background-image: url(../../images/common/slide_lines.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 56px;
  }
  #now_showing_title h2 {
	font-size: 22px;
	color: #072f84;
	margin: 0px;	
  }
  #coming_soon_content {
	background-image: url(../../images/common/gradient_top_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 20px 0px 0px 0px;
  }
  #coming_soon_title {
	background-image: url(../../images/common/slide_lines.jpg);
	background-repeat: no-repeat;
	padding: 0px 0px 15px 56px;
  }
  #coming_soon_title h2 {
	font-size: 22px;
	color: #072f84;
	margin: 0px;	
}

  /* FILM COMMON */
  div.thumbnail img {
  	margin: 10px 10px 0px 10px;
  }
  div.classification {
  	margin: 0px 0px 0px 0px;
  }
  div.film div.copy h3, div.film div.copy h3 a {
  	margin: 0px 0px 4px 0px;
  	color: #f5a50b;
  	font-size: 110%;
  }
  div.film div.copy p {
  	margin: 0px 0px 4px 0px;
  }

  /* NOW SHOWING */
  div#now_showing_films div.film {
  	background-image: url(../../images/common/blue_dots.gif);
  	background-repeat: repeat-x;
  	margin: 10px;
  	width: 355px;
  }

  div#now_showing_films div.thumbnail {
  	width: 111px;
  	height: 138px;
  	background-image: url(../images/now_showing_img_bg.gif);
  	background-repeat: no-repeat;
  	float: left;
  }
  div#now_showing_films .poster {
  	border: 1px solid #0c0202;
  }
  div#now_showing_films div.film div.copy {
  	padding: 10px 10px 10px 125px;
  }

  /* COMING SOON */
  div#coming_soon_films {
  	background-image: url(../images/coming_soon_bg.gif);
  	background-position: bottom;
  	background-repeat: no-repeat;
	color: #0d4eac;
	padding-bottom: 20px;
  }
  
  div#coming_soon_films h3, div#coming_soon_films h3 a:link, div#coming_soon_films h3 a:active, div#coming_soon_films h3 a:visited {
  	color: #22b72f;
  }
	div#coming_soon_films h3 a:hover {
  	color: #22b72f;
  }  

  div#coming_soon_films div.film {
  	background-image: url(../images/coming_soon_film_bg.gif);
  	background-repeat: repeat-x;
  	margin: 0px 1px;
  	width: 368px;
  	min-height: 113px;
	
  }

  div#coming_soon_films div.thumbnail {
  	width: 111px;
  	height: 138px;
  	float: right;
  }
  div#coming_soon_films .poster {
  	border: 1px solid #0c0202;
  }
  div#coming_soon_films div.film div.copy {
  	padding: 10px 125px 10px 30px;
  }
  
  

  /* CLASSES */
  .rating {
  	color: #87c2dc;
  }

  img.rating {
  	float: right;
  	margin-bottom: 20px;
  }

#SiteMap_Links .Links h3 {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
}