*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #FFF1C8;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
}

div#box
{
	margin: 0 auto;
	width: 850px;
	background-image: url(../img/middle.png);
	background-repeat: repeat-y;
	border: 1px solid #978F76;
}

div#box div#title
{
	margin: 0 25px;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #4B473B;
}

div#box div#top
{
	height: 25px;
	width: 850px;
	background-image: url(../img/top.png);
}

div#box div#bottom
{
	height: 15px;
	width: 850px;
	background-image: url(../img/middle.png);
}

div#video_space
{
	margin: 25px 25px 10px 25px;
	text-align: center;
}

div#video_space iframe#video
{
	overflow: hidden;
	border: 1px solid #AAA;
}

table#playlist
{
	width: 800px;
	margin: 5px auto;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
}

table#playlist td
{
	padding: 5px;
}

table#playlist td.second
{
	border-top: 1px #999 solid;
}

table#playlist td.play
{
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

table#playlist td.play a
{
	color: #000;
	padding: 3px 6px;
	text-decoration: none;
	background-color: #FFF8E4;
	border: 1px solid #000;
}

table#playlist td.play a:hover
{
	color: #000;
	background-color: #FFF1C8;
	border: 1px solid #978F76;
}

table#playlist td.play div#playing
{
	line-height: 24px;
	width: 60px;
}

div#box div#caption
{
	margin: 10px 25px;
}

div#home
{
	margin: 0 25px 0;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

div#home a
{
	color: #4B473B;
	padding: 5px 8px;
	text-decoration: none;
	border: 1px solid #FFF;
}

div#home a:hover
{
	color: #4B473B;
	background-color: #FFF1C8;
	border: 1px solid #978F76;
}

div#copy
{
	text-align: center;
	font-size: 70%;
	color: #978F76;
}

