body {
	background-color: #FFF;
	color: #111;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted black;
}

hr {
  clear: both;
  height: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

#header {
	width: 100%;
	margin: 0;
	padding: 90px 0 0 0;
	color: #111;
	color: #FFF;
	text-align: center;
	background-image: url('pix/84_films_logo_151.png');
	background-repeat: no-repeat;
	background-position: top center; 
}


#container {
	width: 95%;
	max-width: 1004px;
	margin: 0 auto;
	text-align: center;
}

#content {
	max-width: 40em;
	margin: 0px auto 0 auto;
	padding: 0.5em;
	text-align: center;
	color: #111;
	border: none;
	text-align: justify;
	font-family: "Futura Condensed", serif;
	font-size: 1.0em;
}

#content h1 {
	text-align: center;
	font-family: "Futura Condensed", Impact, serif;
	font-size: 3em;
	color: #000;

}

#content h2 {
	text-align: center;
	font-family: "Futura Condensed", Impact, serif;
}

#content h4 {
	text-align: left;
}

#content #headshot {
	float: left;
	margin-right: 20px;
}

#content #still {
	margin-top: 1em;
	float: left;
	margin-right: 20px;
}

#content #still a{
	border: none;
}

#filmtitle {
	margin-top: 50px;
}

#filmtitle h2 {
	font-family: "Futura Condensed", Impact, serif;
	text-align: left;
}

#filmtitle h4 {
	font-family: "Futura Condensed", Impact, serif;
	text-align: left;
	margin: 0;
}

#navlist {
	color: #000000;
	margin: 50px auto 20px auto;
	list-style-type: none;
	font-size: 14px;
}

#navlist ul
{
	list-style-type: none;
	text-align: center;
	padding: 0 0 0 0;
	margin: 0;
	max-width: 95%;
}

#navlist li
{
	text-align: left;
	display: inline;
}

#navlist a
{
	border: none;
}

#navlist a img
{
	display: inline;
	color: #FFF;
	background-color: #FFF;
	font-weight: bold;
	border: 2px solid white;
	margin: 0 2px;
	padding: 0 1px;
	
}

#navlist li a img:hover
{
	background-color: white;
	color: black;
	border: 2px solid black;
}



