/*Columns - for film layout*/
.leftcol170 { color: #000; background-color: #ffd545; text-align: left; width: 170px; float: left; }
.leftcol { color: #000; background-color: #ffd545; text-align: left; width: 237px; float: left; }
.middlecol { color: #000; background-color: #fff; text-align: left; width: 393px; float: left; margin-right: 15px; margin-left: 15px; }
.rightcol { color: #000; background-color: #fff; text-align: left; width: 170px; float: left; }
.doublecol { color: #000; background-color: #fff; text-align: left; width: 645px; margin-right: 15px; float: left; }
.yellow_bg { background-image: url(assets/left_col_bg_films.gif); background-repeat: repeat-y; background-position: 0 60px; }
/*Film page style*/
td.filmindex { text-align: left; width: 118px; padding-right: 5px; }
td.filmindex a { text-decoration: none; }
td.filmindex a:hover { text-decoration: underline; }
/*Sub Menu system*/
#sub_menu { margin-top: 0; padding-top: 10px; padding-right: 5px; padding-left: 5px; border-top: 5px solid #fff; }
#sub_menu a:hover { color: #fff; }
#sub_menu h5 { color: #000; font-size: 12px; font-weight: bold; font-style: normal; line-height: 15px; background-color: #ffd545; }
/*Quotes*/
h5.quote { margin-bottom: 10px; }
/*Index pages*/
.intro { width: 460px; }
