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

body {
	background:#2b2720;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#333333;
	margin-top:0px;
	padding-top:0px;
}

#wrapper {
	width:900px;
	background-color:#fff;
	margin:0px auto;
}

#header {
	height:291px;
	background:#fff;
}

#nav {
	background:#fff;
	margin-top:0px;
	height:25px;
}

#content {
	padding:10px 7px 10px 7px;
	margin-bottom:0px;
}

#right-container {
	float:right;
	width:350px;
}

#left-container {
	width:500px;
	padding-right:10px;
	border-right:1px solid #c7c7c7;
	margin-left:10px;
}

#gallery-container {
	width:700px;
	height:500px;
	margin:0px auto;
	padding-top:20px;
}

#footer {
	margin:10px 0 0 0;
	border-top:1px solid #c7c7c7;
	padding:10px 10px 0 10px;
	width:880px;
	height:50px;
	background:url(footer_bg.jpg) bottom no-repeat;	
	color:#aaaaaa;
}

#film-header {
	margin:0px auto;
	height:30px;
	width:350px;
	color:#790000;
	font-size:16px;
	padding-top:20px;
	font-weight:bold;
	background:url(film.gif) top left no-repeat;
}

a.footerLink:link, a.footerLink:visited, a.footerLink:active {
	color:#777777;
	text-decoration:underline;
}

a.footerLink:hover {
	color:#000000;
	text-decoration:none;
}

a.contentLink:link, a.contentLink:visited, a.contentLink:active {
	color:#333;
	text-decoration:underline;
}

a.contentLink:hover {
	color:#dd1322;
	text-decoration:none;
}