
#head h1
{
	font-family: Georgia, 'Lucida Grande', serif;
	font-size: 40px;
	line-height: 30px;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #fe8;
	text-align: right;
	margin: 0;
	padding: 10px;
}



/* MENU */

#menu
{
	text-decoration: none;
	font-family: 'Lucida Grande', 'Gill Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
}

#menu ul
{
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #000;
	color: #665;
}

#menu a {
	color: #665;
}

#nav
{
	float: right;
	height: 20px;
	margin-right: 5px;
}

#nav li
{
	display: block;
	float: left;
	position: relative;
	width: 120px;
	height: 20px;
}

#nav li:hover,
#nav li.over
{
	color: #000;
	background: #887;
}

#nav li ul
{
	border: 1px solid #665;
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
}

li>ul
{
	top: auto;
	left: auto;
}


#nav li:hover ul,
#nav li.over ul
{
	display: block;
}

#nav li ul li,
#nav li ul li
{
	width: 118px;
}

#nav li ul li:hover,
#nav li ul li.over
{
	color: #000;
	background: #665;
}


a {
	color: inherit;
	text-decoration: none;
}


em {
	font-weight: bold;
}


img.float {
	float: right;
	margin-right: -120px;
}

#center {
	font-family: 'Lucida Grande', 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

#center h2 {
	font-family: 'American Typewriter', 'Typist', 'Lucida Fax', 'Courier New', Courier, monospace;
	border-bottom: 2px solid #6b6664;
}
#center h3 {
	margin-top: 2em;
	font-family: 'American Typewriter', 'Typist', 'Lucida Fax', 'Courier New', Courier, monospace;
}

#center p {
	line-height: 1.4em;
}
	
#center a {
	color: #333;
	border-bottom: 1px dotted #333;
}

#center a:hover {
	background: #899;
	border-bottom: 1px solid #333;
}


#footer p {
	margin-top: 3pt;
	font-family: 'Lucida Grande', 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 7pt;
}

#footer a {
	color: #665;
	border-bottom: 1px dotted #332;
}

#footer a:hover {
	border-bottom: 1px solid #332;
}

img.still {
	border: 1px solid #000;
}

img.still2 {
	border: 3px solid #501900;
}

img.r {
	border: 1px solid #000;
	float: right;
	margin: 0 0 15px 15px;
}



table.credits {
	width: 100%;
}

table.credits td {
	width: 50%;
	vertical-align: baseline;
}

small,
.small {
	font-size: 85%;
}



p.video {
	padding: 20px;
	text-align: center;
}
