@CHARSET "UTF-8";

div.short-film {
	background:#2E2926;
	margin:20px 0;
}

div.short-film h3 {
	margin:0 0 10px 0;
	color:#2E2926;
	border:0;
	font-size:26px;
	background:url(../img/h3_bg.jpg) 0 0 repeat-x;
	height:32px;
	text-align:center;
}

div.short-film div.imgtitle {
	text-align:center;
}

div.short-film div.imgtitle img {
	border:1px solid #3d3533;
}

div.short-film div.imgtitle a:hover img {
	border:1px solid red;
}

div.short-film p {
	padding: 10px;
	text-indent: 10px;
}

div.short-film div.link {
	text-align:right;
	padding:10px;
}

div.videoplayer {
	width:600px;
	margin:auto;
	border:1px solid #3d3533;
}

div#content div.short-film table {
	margin:10px;
	background:#3d3533;
}

div#content div.short-film table td {
	padding:4px;
	border-bottom:1px dashed #fff;
}