html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font: normal 90% Georgia,serif;
}
table {
	margin: auto;
	width: 918px;
	height: 100%;
}
table table {
	width: 100%;
}
td {
	vertical-align: top;
}
.l, .l td {
	text-align: left;
}
.r, .r td {
	text-align: right;
}

table.box {
	border-color: #96673E;
	border-style: solid;
	border-width: 1px 0;
	background: #E5D5C5;
	position: relative;
}
.box th {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 24px;
}
.box th a, .box th h3 {
	display: block;
	padding: 3px 14px;
	margin: 0;
	background: #CCB8A4;
	border-bottom: 1px dashed #E5D5C5;
	color: #fff;
	text-shadow: 0 0 4px #96673E;
	font-size: 100%;
}
.box th a:hover, .box th a:active {
	background: #D8C6B4;
}
.box td {
	padding: 4px 8px;
	vertical-align: top;
}

a {
    text-decoration: none;
}
a:hover, a:focus, a:active {
    text-decoration: underline;
}

h1 {
	font-style: italic;
	margin: 33px 0 20px;
	color: #96673E;
}
h2 {
	font-style: italic;
	margin: 20px 0 30px;
	color: #B6CFA7;
	text-shadow: #E5D5C5 1px 1px 1px;
}
h2 a:link, h2 a:visited {
	color: #B6CFA7;
}

#header, #footer {
	border: 1px solid #96673E;
	background: #E5D5C5;
	height: 15px;
	font-size: 70%;
	text-align: right;
	width: 829px;
	*width: 831px;
	margin: 0 auto;
}
#header {
	border-top: 0;
}
#footer {
	border-bottom: 0;
}
#header a, #footer a, #header span, #footer span {
	margin-right: 1ex;
	color: #96673E;
}

a.film {
	overflow: hidden;
	margin: 4px 0;
	display: block;
}
a.film:hover {
	background: rgba(255,255,255,0.5);
}
a.film img, img.film {
	float: left;
	margin: 0 1ex 0 0;
	width: 64px;
	height: 64px;
	display: block;
	border: none;
}
