body {
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	color: #fff;
	background-color:#000;
	text-align:center;
}


#container {
	background: url(pic/bg.jpg) no-repeat;
	width: 800px;
	height: 550px;
	margin: 50px auto;
	padding: 0;
	text-align: left;	
}

#content {
	padding: 10px;
	float: right;
	width: 400px;
	height: 418px;
}

p {
	text-align: center;
}

p  a:link, p  a:visited {
	text-decoration: none;
	color: #aaa;
}

p  a:hover, p  a:active {
	text-decoration: none;
	color: #fff;
}

#footer {
	float: right;
	width: 800px;
	height: 100px;
	text-align: right;
	font-size: 10px;
}
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	color: #a00;
	text-decoration: none;
}

#navcontainer {
	float: right;
	width: 410px;
	height: 60px;	
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: -9999px;
}
#navcontainer ul li {
	float: left;
}

#navcontainer a {
	display: block;
	height: 60px;
}

#film {
	width: 60px;
	background-image: url(pic/film.jpg);
}
#gallery {
	width: 60px;
	background-image: url(pic/gallery.jpg);
}
#castandcrew {
	width: 140px;
	background-image: url(pic/castandcrew.jpg);
}
#productionnotes {
	width: 150px;
	background-image: url(pic/productionnotes.jpg);
}

a#watch:link, a#watch:visited {
	margin: 20px auto;
	background-position: top;
	text-indent: -9999px;
	display: block;
	width: 284px;
	height: 48px;
	background-image: url(pic/watch.jpg);
}

a#watch:hover{
	margin: 20px auto;
	background-position: bottom;
	text-indent: -9999px;
	display: block;
	width: 284px;
	height: 48px;
	background-image: url(pic/watch.jpg);
}


#navcontainer a:link, #navcontainer a:visited {
	background-position: top;
	text-decoration: none;
}

#navcontainer a:hover {
	background-position: bottom;
	text-decoration: none;
}

/*
.gallery a:link, .gallery a:visited {
	background-color: #bbb;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 5px;
}

.gallery a:hover {
	background-color: #fff;
	border: 1px solid #aaa;
	padding: 5px;
	margin: 5px;
}
*/
#content img{
	background-color: #ccc;
	border: 1px solid #777;
	padding: 5px;
	margin: 5px;
}

#content img:hover {
	background-color: #fff;
	border: 1px solid #777;
	padding: 5px;
	margin: 5px;
}

table {
	margin: 10px auto;
	text-align: center;
}

th {
	font-size: 18px;
	text-align: center;
}

.right {
	text-align: right;
	padding-right: 5px;
}

.left {
	text-align: left;
	padding-left: 5px;
}

.bigger {
	font-size: 13px;
	font-weight: bold;
}

.name {
	padding-bottom: 25px;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-size: 18px;
}

q {
	font-family: times, serif;
	font-size: 17px;
	color: black;
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-image: url(pic/quoteback.jpg);
	background-repeat: repeat-x;
	quotes:"\201E" "\201C";
	margin: 10px auto;
}

div#quotes {
	text-align: center;
}