  /* HEADINGS */
   #school_content {
    margin-top: 5px;
	border-bottom: 1px solid #28ABE2;	
	border-left: 1px solid #28ABE2;
	border-right: 1px solid #28ABE2;	

  } 
  #school_intro {
	min-height: 52px;
	height: auto !important;
  	height: 52px;
  	margin: 0px 0px 4px 0px;
	background-image: url(../../images/common/gradient_top_blue.gif);
	background-repeat: repeat-x;
  }

   #school_intro h1 {
   	font-size: 110%;
	margin: 0px;
   	padding: 25px 25px 3px 25px;
   }

   #school_intro p {
   	font-size: 100%;
	margin:0;
	padding: 0px 25px 10px 25px;
   }

   #school_intro span {
   	font-weight: bold;
   }

   #school_intro a {
	color: #eeae19;
   	font-weight: bold;
   }

  #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 20px;
  }

  #now_showing_title h2 {
	font-size: 22px;
	color: #08b9c9;
	margin: 0px;	
  }  

  #coming_soon_content {
	background-image: url(../../images/common/gradient_top_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px 0px 0px 0px;
  }

  #coming_soon_title {
	/*background-image: url(../../images/common/slide_lines.jpg);
	background-repeat: no-repeat;*/
	padding: 0px 0px 10px 20px;
  }

  #coming_soon_title h2 {
	font-size: 22px;
	color: #08b9c9;
	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 (film library for schools) */

  div#now_showing_films div.film {
  	background-image: url(../../images/common/blue_dots.gif);
  	background-repeat: repeat-x;
  	margin: 10px 10px 0px 10px;
  	width: 355px;
	min-height: 160px;
	height: auto !important;
	height: 160px;
  }

  div#now_showing_films div.thumbnail {
  	width: 111px;
  	height: 138px;
	margin-top: 2px;
  	background-image: url(images/now_showing_img_bg.gif);
  	background-repeat: repeat-x;
  	float: left;
  }
  
  div#now_showing_films .poster {
  	border: 1px solid #0c0202;
  }
  
  div#now_showing_films div.film div.copy {
  	padding: 10px 10px 0px 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;
/*	border-left: 1px solid #4bc0f5;
	border-right: 1px solid #4bc0f5;;*/
  }
  
  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 .classification {
  	margin: 0px 0px 0px 0px;
  }

  div#coming_soon_films .film {
  padding-top: 2px;
  	background-image: url(../../images/common/blue_dots.gif);
  	background-repeat: repeat-x;
  	margin: 0;
  	width: 369px;
  	min-height: 113px;
	height: auto !important;
	height: 113px;
  }

  div#coming_soon_films div.thumbnail {
  	background-image: url(images/now_showing_img_bg.gif);
  	background-repeat: repeat-x;
  	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 10px;
  }

  /* CLASSES */
  .rating {
  	color: #87c2dc;
  }

  img.rating {
  	float: right;
  	margin-bottom: 20px;
  }
  
  .movie_selector_box {
  	float: left;
	width: 200px;
	margin: 0px 250px 20px 25px;
  }
  
  .movie_selector {
  	width: 200px;
	font-size: 11px;
	color: #333333;
	border: 1px solid #aaaaaa;
  }
  
  #SiteMap_Links .Links h3 {
	background: none;
	padding: 0px;
	margin: 0px;
	border: none;
	font-size: 12px;
}