#masthead
{
	z-index: 1;
	height: 158px;
	background: #fff url(../images/layout/bg_masthead.gif) 0 0 repeat-x;
}

	#masthead img
	{
		display: block;
		float: left;
		border: 0;
	}

#content
{
	width: 800px;
}

#column_l
{
	float: left;
	width: 114px;
}

#column_r
{
	float: right;
	width: 665px;
	margin: -15px 0 0;
	padding: 0 0 0 20px;
	z-index: 100;
}

#menu
{
	border-top: 1px solid #000;
	font-weight: bold;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
}

	#menu li
	{
		border-bottom: 1px solid #000;
		padding: 7px;
	}

		#menu li a
		{
			color: #000;
		}

		#menu li.selected
		{
			background-color: #fff;
		}

		#menu li.selected a
		{
			color: #f00;
			text-decoration: none;
		}

		#menu li ul
		{
			margin: 0;
			font-size: 11px;
			line-height: 13px;
		}

		#menu li li
		{
			margin: 3px 0 0;
			border: 0;
			background: #fff url(../images/layout/bg_menu_li.gif) 0 3px no-repeat;
			padding: 0 0 0 8px;
		}

			#menu li li.selected
			{
				background: #fff url(../images/layout/bg_menu_li_sel.gif) 0 3px no-repeat;
			}

			#menu li li a,
			#menu li.selected li a
			{
				color: #000;
				text-decoration: underline;
			}

			#menu li.selected li.selected a
			{
				color: #f00;
				text-decoration: none;
			}


.submenu
{
	margin: 0 0 1em;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
}

	.submenu li
	{
		float: left;
		border-left: 1px solid #000;
		padding: 0 10px;
	}

	.submenu li.first
	{
		border: 0;
		padding-left: 0;
	}

.film_entry
{
	width: 665px;
	border-top: 1px solid #666;
	padding: 2em 0;
}

	.film_entry.first
	{
		border-top: 0;
		padding-top: 0;
	}

	.film_entry .film_content
	{
		float: right;
		width: 438px;
		padding: 0 0 0 25px;
	}

	.film_entry .film_aux_content
	{
		float: left;
		width: 202px;
	}

		.film_entry .film_aux_content img
		{
			display: block;
			margin: 0 0 1em;
			border: 1px solid #000;
		}

		.film_entry .film_aux_content ul
		{
			font-weight: bold;
			font-size: 9px;
			line-height: 12px;
			text-transform: uppercase;
		}


#contact
{
	width: 685px;
	margin: 2em 0 0;
	padding: 0 0 0 115px;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	color: #666;
}

	#contact a:link,
	#contact a:visited
	{
		color: #666;
	}
	
	#contact a:hover,
	#contact a:active
	{
		color: #000;
	}
