@charset "utf-8";
/* CSS Document */

/* These are the unique styles impacting the the "film booth" pages - where you can watch individual film clips */

/*For the Left side */

#left_content img {
padding: 0px;
margin-top: 35px;
margin-left: 25%;
}

#left_content #film_description  {
padding-left: 15%;
text-align: left;
}

/* For the Right side */

#float_right #film_back a {
font-weight: bold;
color: #820010;
text-decoration: none;
}

#float_right #film_back a:hover {
color: #FFFAB2;
}



