/* Body & Layout */
body {
	background-color:#FFFFFF;
	font-family:Myriad Pro, Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000000;
}
#container {
	margin:auto;
	margin-top:50px;
	width:80%;
}
#logo {
	background:url(logo.gif) top left no-repeat;
	width:411px;
	height:42px;
	margin-left:-2px;
}
#navigation {
	color:#878787;
	padding-bottom:10px;
}
#filmstrip {
	overflow:auto;
}
#filmstrip img {
	margin-right:5px;
}
#tiles img {
	margin-bottom:-6px;
	margin-right:-3px;
}
#tiles img:hover {
	cursor:pointer;
}
#lightbox {
	position:absolute;
	display:none;
	z-index:5;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #000000;
	line-height:20px;
	text-align:center;
	vertical-align:middle;
}
#blackout {
	position:absolute;
	top:5px;
	left:5px;
	display:none;
	z-index:4;
	background-color:#000000;
	opacity:0.7;
}

/* Cursors */
#prev:hover,#close:hover,#next:hover {
	cursor:pointer;
}

/* Text */
.headline {
	font-size:16px;
	font-weight:bold;
}
.error {
	background-color:#FF0000;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	border:1px solid #000000;
	color:#FFFFFF;
	font-weight:bold;
}
.grey {
	color:#878787;
}

/* Links */
a {
	color:#CC0000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#navigation a {
	color:#878787;
	text-decoration:none;
}
#navigation a:hover {
	color:#E31E27;
}
#navigation a.current {
	font-style:italic;
}