
html,body { margin: 0; padding: 0; height: 105%; }

body {
	background-color:#ffffff;
	color:#363636;
	font-family:arial;
	font-size:12px;
	line-height: 18px;
	margin:0px;
}

hr {
	border: 0;
	color: #4c4c4c;
	background-color: #4c4c4c;
	height: 1px;
	margin: 4px 0 4px 0;
}

img {
	border: 0;
}

#flashcontent {
	position:fixed;
	z-index:0;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	/*display:block;*/
	overflow: auto;
}

#content {
	position:absolute;
	z-index:4;
	top:0px;
	right:0px;
	width:34%;
	min-width:380px;
	min-height:100%;
	padding:0;
	margin:0;
	background-color:#ffffff;
	display: none;
}

#contentHeader {
	padding: 5px 5px 5px 20px;
}

#contentHeader h4 {
	margin: 0;
	text-align:right;
	font-size:12px;
}

#contentHeader .x {
	/*border: solid #4c4c4c 1px;*/
	padding: 0px 3px 0 3px;
	display: inline;
}

#contentInner {
	padding: 10px 20px 20px 20px;
}

#contentToWrite img {
	width: 340px;
}

#contentTrailer {
	position:absolute;
	z-index:5;
	bottom:70px;
	right:20px;
	width:40%;
	min-width:420px;
	padding:0;
	margin:0;
	display: none;
}

#trailer {
	display: none;
	padding:20px;
	background-color:#000000;
	height:400px;
}

#trailer h4 {
	text-align: right;
}

#trailer h4 a:link {
	color : #ffffff;
	background-color: #000000;
	text-decoration : none;
	border-bottom: none;
}
#trailer h4 a:visited {
	color : #ffffff;
	background-color: #000000;
	text-decoration : none;
	border-bottom: none;
}
#trailer h4 a:hover {
	color : #000000;
	background-color: #ffffff;
	text-decoration : none;
	border-bottom: none;
}

h3 {
	color: #4c4c4c;
	font-family:courier new, sans;
	font-size:16px;
	font-weight:bold;
	margin: 4px 0 6px 0;
}

h4 {
	color: #4c4c4c;
	font-family:courier new, sans;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}

.read-more {
	text-align: right;
}

h3 a:link {
	color : #4c4c4c;
	background-color: transparent;
	text-decoration : none;
	border-bottom: none;
}
h3 a:visited {
	color : #4c4c4c;
	background-color: transparent;
	text-decoration : none;
	border-bottom: none;
}
h3 a:hover {
	color : #363400;
	background-color: #fff600;
	text-decoration : none;
	border-bottom: none;
}

h4 a:link {
	color : #363636;
	background-color: #eeeeee;
	text-decoration : none;
	border-bottom: none;
}
h4 a:visited {
	color : #363636;
	background-color: #eeeeee;
	text-decoration : none;
	border-bottom: none;
}
h4 a:hover {
	color : #ffffff;
	background-color: #363636;
	text-decoration : none;
	border-bottom: none;
}

a:link {
	color : #363636;
	text-decoration : none;
	border-bottom: solid 1px #999999;
}
a:visited {
	color : #363636;
	text-decoration : none;
	border-bottom: solid 1px #999999;
}
a:hover {
	color : #363636;
	text-decoration : none;
	border-bottom: solid 1px #363636;
	background-color: #fff600;
}

#noflash-nav a:link {
	color : #363636;
	background-color: transparent;
	text-decoration : none;
	border-bottom: none;
}
#noflash-nav a:visited {
	color : #363636;
	background-color: transparent;
	text-decoration : none;
	border-bottom: none;
}
#noflash-nav a:hover {
	color : #ffffff;
	background-color: #363636;
	text-decoration : none;
	border-bottom: none;
}

#noflash {
	position:relative;
	margin: auto;
	width:980px;
	min-height: 100%;
	background-image: url( ../images/noflash/noflash_bkgd.jpg );
}

.noflash-column {
	position:relative;
	float:left;
	width:420px;
}

#noflash-menu {
	padding: 15px;
	width:500px;
}

#noflash-notice {
	background-color: #eeeeee;
	color:#666666;
	font-size: 11px;
	padding: 6px;
	text-align: center;
}

#noflash-title-festival {
	position:relative;
	float:left;
	width: 117px;
}

#noflash-title-header {
	position:relative;
	float:right;
	width: 100px;
	margin-right: 8px;
	text-align: center;
	padding: 4px;
	background-color: #ffffff;
	color: #434343;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: .2em;
}

#noflash-nav {
	float: left;
	width:186px;
	margin-left: 19px;
	margin-right: 10px;
	background-color: #ffffff;
}

#noflash-nav-inner {
	padding: 20px;
}

#noflash-title {
	padding-left: 12px;
	font-family:courier new, sans;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
}

#noflash-content {
	margin-top: 15px;
	padding: 15px 12px 12px 12px;
	width: 410px;
	min-height: 800px;
	background-color: #ffffff;
}

#noflash-trailer {
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-top: 225px;
	width: 420px;
	height: 236px;
}

#noflash-content img {
	width: 400px;
}


