@import url(filmsCommon.css);

.film
{
  clear:both;
  margin-bottom:40px;
}

.filmBlurb
{
  padding:0px 180px 0px 175px;
}

.filmImage
{
  float:left;width:150px;
}

/* inline-block fixes IE float bug; other values get rid of
   shift in text resulting from inline-block
 */
.filmDescription
{
  display:inline-block;
  padding-top:0px;
  border:0px none;
}
