
body {
	color: white;
	background-color: black;
	text-align: center;
}

p, img {
	padding: 0;
	margin: 0;
}

object.qtmovie {
	/*width: 320px;
	height: 280px;
	border: 2px solid #b0b0b0;
	*/
}

#content_table {
	width: 100%;
}

#sidebar {
	width: 350px;
	float: left;
	text-align: left;
	vertical-align: top;
}

#timeline {
	overflow: auto;
	height: 400px;
}


#content {
	width: 100%;
	text-align: center;
	vertical-align: top;
}

#video_screen {
	margin: 0;
	padding: 0;
	text-align: center;
}

#video_tmp_img {
	width: 320px;
	height: 280px;
	border: 2px solid #b0b0b0;
}
#description {
	text-align: left;
	/* height: 240px; */
	overflow: auto;
}
#description p {
	margin-bottom: 10px;
}
#footer {
	padding: 5px;
	color: #a0a0a0;
	font-size: 80%;
	margin-top: 20px;
}

div.year_title {
	margin-top: 10px;
	font-weight: bold;
	color: #d1d1d1;
}

span.topic_title {
	cursor: pointer;
	margin-left: 10px;
}

span.italic {
	font-style: italic;
}

span.bold {
	font-weight: bold;
}
