/* GENERAL*/
body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

td {
	text-align: center;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #7f7f7f;
}

/*LAYOUT*/

#top {
	display: block;
	width: 800px;
	height: 413px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-image:url(clips/top.gif);
}


#bottom{
	display: block;
	width: 800px;
	height: 187px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	background-image:url(crew/bottom.gif);
}

#content{
	position: absolute;
	top: 80px;
	left: 75px;
	width: 620px;
	height: 260px;
	border: 2px dotted #fff;
	text-align: left;
	overflow: auto; 
	padding: 5px 5px 5px 5px;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

#design{
	display: block;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: -45px;
	color: #ffffff;
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#design a{
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#design a:hover {
	font-family: tahoma, arial, verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.click {
	height: 149px;
	width: 800px;
	display: block;
}

/*NAVIGATION*/

#navigation {
	position: absolute;
	top: -10px;
	margin: 0 0;
	padding: 0 0;
	right: 95px;
	width: 469px;
	height: 38px;
}

#navigation li {
	display: inline;
	position: relative;
}

#navigation a {
	position: absolute;
	display: block;
	text-decoration: none;
	text-indent: -2100px;
	background-position: left top;
}

#navigation a:focus { outline: none; }

#nav_synopsis {
	height: 38px; 
	width: 80px;
	background: transparent url("crew/synopsis.gif") no-repeat left top;
	left: 0px;
}

#nav_cast {
	height: 38px;
	width: 42px;
	background: transparent url("crew/cast.gif") no-repeat left top;
	left: 80px;
}

#nav_crew {
	height: 38px;
	width: 42px;
	background: transparent url("crew/crew.gif") no-repeat left top;
	left: 122px;
}

#nav_music {
	height: 38px;
	width: 52px;
	background: transparent url("crew/music.gif") no-repeat left top;
	left: 164px;
}

#nav_screenings {
	height: 38px;
	width: 90px;
	background: transparent url("crew/screenings.gif") no-repeat left top;
	left: 216px;
}

#nav_press {
	height: 38px;
	width: 47px;
	background: transparent url("crew/press.gif") no-repeat left top;
	left: 306px;
}

#nav_clips {
	height: 38px;
	width: 42px;
	background: transparent url("crew/clips.gif") no-repeat left top;
	left: 353px;
}

#nav_links {
	height: 38px;
	width: 48px;
	background: transparent url("crew/link.gif") no-repeat left top;
	left: 395px;
}

#nav_contact {
	height: 38px;
	width: 68px;
	background: transparent url("crew/contact.gif") no-repeat left top;
	left: 443px;
}


#navigation a:hover {
	background-position: 0 -38px;
}

