html, body, div, h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}
body {
	color: #FF9;
	background: #DDD url(../assets/dvd.png);
}
div {
	position: relative;
}
a {
	outline: none;
	color: #FF9;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
img {
	border-style: none;
	border-width: 0px;
}
#container {
	width: 1000px;
	height: 600px;
	margin: 20px auto 0;
}
#menu {
	height: 40px;
	padding-left: 15px;
	background: url(../assets/contentOverlay_blue40.png);
	font: 10pt Verdana, Geneva, sans-serif;
}
#menu span {
	line-height: 36px;
	margin-right: 0.6em;
}
#menu input {
	font: bold 8pt Arial, Helvetica, sans-serif;
	vertical-align: text-top;
}
#menu select {
	font: bold 8pt Arial, Helvetica, sans-serif;
	vertical-align: text-top;
}
#menu input[id^="yearFilter"] {
	background: #AAA;
}
#menu #searchSpan {
	float: right;
	margin-right: 15px;
}
#pageTitle {
	clear: both;
	height: 20px;
	background: url(../assets/contentOverlay_blue10.png);
	margin-top: 0px;
	text-align: center;
	line-height: 30px;
	border-top: 1px solid #FF9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #FF9;
	border-bottom-color: #FF9;
	border-left-color: #FF9;
	text-decoration: underline;
}
#content {
	height: 600px;
	overflow: hidden;
	line-height: 10px;
	padding-top: 10px;
	background: url(../assets/contentOverlay_blue10.png);
	border-bottom: 1px solid #FF9;
}
#content br {
	clear: left;
}
#content #empty {
	line-height: 200px;
	text-decoration: underline;
	height: 200px;
	width: 100%;
	text-align: center;
}
.thumbFrame {
	float: left;
	width: 125px;
	text-align: center;
	height: 200px;
}
.thumbFrame .title {
	display: block;
	margin-right: 4px;
	margin-bottom: 5px;
	margin-left: 4px;
	font: bold 9pt/9pt Arial, Helvetica, sans-serif;
}
.thumbFrame img {
	margin: 10px 0 5px;
	height: 120px;
	max-width: 105px;
}
.thumbFrame img:hover {
	margin: 0px 0 5px;
	height: 130px;
	max-width: 115px;
}
#footer {
	clear: both;
	font: 50% Arial, Helvetica, sans-serif;
	text-align: right;
	height: 40px;
	line-height: 20px;
}
#pages {
	line-height: 20px;
	text-align: center;
	font-size: 160%;
	background: url(../assets/contentOverlay_blue30.png);
}
#pages span {
	margin-right: 1.5em;
	margin-left: 1.5em;

}
#pages .link {
	cursor: pointer;
	font-style: normal;
}
#pages .link:hover {
	color: #FFF;
	text-decoration: underline;
}
.hiddenCode {
	font-size: 100%;
	font-weight: bold;
	display: none;
}
