html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	background-color:#000;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:center 60px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:1.1em;
	line-height:1.4em;
	color:#fff;
}

a {
	color:#fff;
	text-decoration:underline;
	outline:none;
	font-weight:bold;
}

a img {
	outline:none;
}

blockquote {
	margin: 0 5%;
	font-style:italic;
}

#wrapper {
	width:1024px;
	height:auto;
	margin:240px auto 50px;
	float:none;
	overflow:hidden;
}

#navigation {
	width: 730px;
	height:58px;
}

#navigation > ul {
	position:absolute;
	width:730px;
	z-index:2;
}

#navigation ul li {
	display:inline;
	float:left;
}

#navigation ul li ul {
	display:none;
}

#navigation ul li:hover ul {
	display:block;
	position:relative;
}

#navigation ul li ul > li {
	display:block;
	float:none;
	padding:0;
	margin:0;
	background-color:#e8e8e8;
}

#navigation li:hover {
	background-color:#FFF;
}

#content {
	width:690px;
	height:100%;
	float:left;
	background-color:#585858;
	background-image:url(../images/content_background.png);
	padding:30px;
	position:relative;
	z-index:1;
}

#content li {
	padding:10px;
	margin:0 0 0 40px;
}

#credit {
	width:750px;
	height:140px;
	float:left;
	position:relative;
	text-align:right;
}

.gallery {
	width:100%;
	height:100%;
	margin:20px 0;
	overflow:hidden;
	text-align:center;
}

.thumb2x2 {
	 text-align:right;
	 width:300px;
	 float:left;
	 margin:20px;
	 line-height:1em;
	 font-size:0.65em;
}

.thumb2x2 img {
	border:1px solid #999;
}

#print_header {
	display:none;
}

.page-break  { display:none; }

/** videoplayer **/

#video_player {
	width: 410px;
	height:auto;
	text-align: right;
	display:block;
	position:relative;
	padding:0;
	margin:20px auto;
	border: 1px solid #999;
}

#playlist {
	position:relative;
	width:370px;
	height:140px;
	bottom:0;
	padding:20px;
	text-align:left;
	z-index:1;
}

#mediaplayer {
	display:block;
	width: 410px;
	height:230px;
	position:relative;
	top:0;
}

#transcript {
	width:60px;
	height:10px;
	font-size:0.65em;
	line-height:0.7em;
	position:absolute;
	right:0;
	z-index:2;
	padding:5px;
}


/** facebook **/

#like_button {
	float:right;
	width:50px;
	height:25px;
	top:-33px;
	right:280px;
	position:relative;
	z-index:999;
}