body {
	background:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:1.3em;
	color:#000;
}

a:link {
	text-decoration:none;
	color:#b40037;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
	text-decoration:none;
}

img {border:none;
}

#wrapper {
	width:1024px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}
	
#header {
	width:1024px;
	height:440px;
	display:block;
	position:relative;
	background-image:url(../images/header.jpg);
}

#content_wrapper {
	width:1024px;
	height:auto;
}

#content_header {
	background-image:url(../images/content_header.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	width:1024px;
	height:39px;
	position:relative;
}

#content_footer {
	background-image:url(../images/content_footer.png);
	background-repeat:no-repeat;
	background-color:#FFF;
	width:1024px;
	height:39px;
	position:relative;
}

#content_bg {
	background-color:#FFF;
	width:964px;
	height:auto;
	padding:30px 30px 100px 30px;
	position:relative;
	overflow:hidden;
}

blockquote {
	padding-left:30px;
	padding-right:30px;
	font-style:italic;
}

ul {
	line-height:2em;
	padding:0 100px 0 200px;
}

.thumb {
	width:180px;
	height:150px;
	float:left;
	margin:5px 70px 5px 70px;
	display:block;
	font-size:0.7em;
}

.hide {
	display:none;
}


/** navigation **/

#navigation {
	width:530px;
	height:100px;
	float:right;
	position:relative;
	margin: 275px 20px 0 0;
	z-index:1;
}

#home {
	width:102px;
	height:21px;
	background-image:url(../images/buttons/home.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px;
	position:absolute;
	left:64px;
}

#home:hover {
	width:102px;
	height:21px;
	background-image:url(../images/buttons/home.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#first {
	width:230px;
	height:41px;
	background-image:url(../images/buttons/first.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px;
	position:absolute;
	bottom:0;
}

#first:hover {
	width:230px;
	height:40px;
	background-image:url(../images/buttons/first.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#representation {
	width:300px;
	height:20px;
	background-image:url(../images/buttons/representation.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:10px;
	position:absolute;
	right:0;
}

#representation:hover {
	width:300px;
	height:21px;
	background-image:url(../images/buttons/representation.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#screening {
	width:196px;
	height:40px;
	background-image:url(../images/buttons/screening.png);
	background-repeat:no-repeat;
	background-position:top;
	margin: 10px;
	position:absolute;
	bottom:0;
	right:45px;
}

#screening:hover {
	width:196px;
	height:41px;
	background-image:url(../images/buttons/screening.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

/** print **/

#print_header {
	display:none;
}

/** facebook **/

#like_button {
	position:absolute;
	right:10px;
	top:360px;
	padding: 0;
	margin: 0;
	border:none;
	overflow:hidden;
	width:50px;
	height:25px;
	display:block;
	z-index:2;
}

/** video **/

#video_player {
	width: 410px;
	height:auto;
	text-align: right;
	display:block;
	position:relative;
	left:277px;
	padding:0;
	margin:0 0 30px 0;
}

#audio_player {
	width: 600px;
	height:auto;
	text-align: right;
	display:block;
	position:relative;
	padding:0;
	margin:0 auto;
}

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

#audio_playlist {
	width:600px;
	height:auto;
	text-align:left;
	margin:30px auto;
	position:relative;
}

#audio_playlist ul {
	list-style:decimal;
	text-indent:0;
	padding:0;
	line-height:1.3em;
}

#audio_playlist li ul {
	list-style:none;
	margin:0 0 20px 0;
	font-size:0.8em;
}

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

#audioplayer {
	display:block;
	width: 600px;
	height:200px;
	position:relative;
	top:0;
	border:1px solid black;
}

#transcript {
	width:60px;
	height:20px;
	font-size:0.7em;
	position:absolute;
	right:0;
	z-index:2;
}