html, body {
	margin: 0;
}
body, p, td {
	background-color: #000;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #ddd;
}
#overall_logo {
	position: absolute;
	left: 24px;	
	top: 17px;
}
#canon_logo {
	position: absolute;
	right: 18px;
	top: 17px;
}
#festival_logo {
	position: absolute;
	top: 77px;
	left: 20px;
}
#navigation {
	position: absolute;
	left: 185px;
	top: 88px;
}
#mainContent {
	position: absolute;
	left: 184px;
	top: 143px;
	width: 560px;
}
#sideColumn {
	position: absolute;
	left: 740px;
	top: 143px;
	width: 285px;	
}
#sideColumn.wide {
	left: 850px;	
}
#partnerLogos {
	position: absolute;
	top: 460px;
	left: 20px;
	width: 77px;
}
#partnerLogos img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

h1, h2, #videonavigation {
	font-family: Trebuchet MS;
	color: #ddd;
	font-size: 19px;
	text-transform:uppercase;	

}
h1, h2 {
	margin-bottom: 5px;
	margin-top: 25px;	
}
h1 a {
	text-decoration: none;
}
#mainContent h1:first-child, #sideColumn h1:first-child {
	margin-top: 10px;
}
.important {
	color: #c00;
}
p {
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 150%;
}
a {
	color: #b00;
	font-weight: bold;
	text-decoration: none;
}
img {
	border: 0;
}
ul {
	margin-top: 0;
	margin-left: 0;	
	padding-left: 0px;
	list-style-position: outside;
}
li {
	padding-bottom: 5px;
}
input, textarea, select {
	border: 1px solid #666;
	padding: 3px;
	background: #333;
	color: #eee;
	font-family: Verdana;
	font-size: 13px; 
	
	width: 250px;
}
input.cb {
	width: auto;
	background-color: transparent;
	border-width: 0;
}
textarea {
	overflow: auto;
}
label {
	font-family: Trebuchet MS;
	display: block;
	font-weight: bold;
	color: #ddd;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 150%;
	margin-top: 15px;
}
label.cblabel {
	text-transform: none;
	font-weight: normal;
	margin-top: 0;
	display: inline;
	font-size: 13px;
}
#mainContent label:first-child {
	margin-top: 0;
}
.button {
	font-family: Trebuchet MS;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	
	padding: 3px;
	font-weight: bold;
	border: 1px solid #fff;
	width: auto;
	margin-top: 15px;
}
.checkbox {
	background: #000;
	border: 0;
}
.checkboxLabel {
	display: inline;
	margin-left: 5px;
}
.red {
	background: #b11;
	color: #fff;	
}
.grey {
	background: #333;
	color: #fff;	
}
.infoBox {
	border: 1px solid #fff;
	border-width: 1px 0;
	padding: 5px;
	margin: 5px 0;
	line-height: 150%;
}
.infoBox a, .infoBox a:hover {
	color: #fff;
}

.comment {
	font-size: 9px;
}
.smallGap {
	margin-bottom: 2px;
}
.tightLines {
	line-height: 120%;
}

label.error {
	color: #b00;
}
ul#mouseovers {
	padding: 0;
	margin: 0;
}
ul#mouseovers li {
	display: inline;
	padding: 0;
	padding-right: 25px;
}
ul#newsList {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
ul#newsList li {
	padding-bottom: 8px;
}
.videolist p {
	width: 160px;
	height: 160px;
	text-align: center;
	line-height: 120%;
	
	float: left;
}

.videolist p img {
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

#videonavigation {
	width: 480px;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 25px;
}

#videonavigation img {
	vertical-align: middle;
}

#videonavigation div {
	width: 33%;
	float: left;
}

#videonavigation a {
	color: #ddd;
}

#videonavigation a[href]:hover {
	text-decoration: underline;
}

#videonavigation {
	line-height: 100%;
}

hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: 0;
}