body, p, div, table, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: black;
}
IMG {
    padding-right: 10px;
}
#IMG_nopadding {
    padding: 0px;
}
A {
	text-decoration: underline;
	color: #000;
}
A:hover {
	background: #ddd;
	text-decoration: none;
}
input, select, textarea { 
	background: #aaa;
	border: 1px solid #ccc;
	color: #000;
}
.smallform {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
div.mainframe {
	width: 872px;
	text-align: left;
	background-color: #000000;
}
div.bannertop {
	width: 874px;
	text-align: right;
	background-color: #000000;
}
div.nav_main {
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.nav_main_border {
	width: 100%;
	background-color: #333;
	color: #aaa;
	border: 1px #666 solid;	
	line-height: 24px;
}
span.sitename {
	font-size: 10px;
	padding-left: 10px;
	padding-right: 20px;
	text-transform: uppercase;
	color: #aaa;
}
.nav_main A {
	font-size: 10px;
	color: #bbb;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.nav_main A:hover {
	background: white;
	color: black;
	border: 0px #eee solid;	
}
.nav_article {
	display: block;
	line-height: 24px;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
div.footer {
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
div.footer_border {
	width: 100%;
	color: #666;
	border-top: 1px #666 solid;	
	line-height: 24px;
	font-size: 9px;
}
div.footer_border A {
	color: #666;
	text-decoration: none;
}
div.content_main {
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 0px;
}
div.content_main_border {
	width: 100%;
	background-color: #999999;
	border: 1px #666 solid;	
}
div.content_main_borderoff {
	width: 100%;
	background-color: #999999;
	border: 0px #666 solid;	
}
td.column_right {
	width: 270px;
}
/* LINES AND BORDERS */
.borderright {
	border-right: 1px #666 solid;
}
.borderbottom {
	border-bottom: 1px #666 solid;
}
/* COLORS */
#bg_black {
	background: #000;
}
#bg_grey {
	background: #999;
}
#bg_white {
	background: #fff;
}
/* PADDING AND SPACING */
.padding {
	padding: 8px;
	padding-top: 16px;
	padding-bottom: 8px;
}
.sectionheader {
	display: block;
	padding: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/* SPECIAL FORMATS */
.lang_avail {
    font-size: 9px;
    color: #999;
    text-align: right;
    margin-bottom: 8px;
}
.lang_avail A {
    color: #999;
}
.breadcrumbs {
    font-size: 9px;
    color: #999;
    text-align: left;
    margin-bottom: 24px;
}
.breadcrumbs A {
    color: #999;
}
/* FILM COLORS */
#bg_film {
	background: #0066CC;
	color: #fff;
}
#bg_film A {
	text-decoration: none;
}
#bg_film A:hover {
	color: black;
}
#col_film {
	color: #0066CC;
}
#col_film A {
}
#col_film A:hover {
	color: #000;
	background: #ddd;
}
/* LECTURE COLORS */
#bg_lecture {
	background: #CC9900;
	color: #fff;
}
#bg_lecture A {
	text-decoration: none;
}
#bg_lecture A:hover {
	color: black;
}
#col_lecture {
	color: #CC9900;
}
#col_lecture A {
}
#col_lecture A:hover {
	color: #000;
	background: #ddd;
}
/* EXHIBITION COLORS */
#bg_exhibition {
	background: #CC0066;
	color: #fff;
}
#bg_exhibition A {
	text-decoration: none;
}
#bg_exhibition A:hover {
	color: black;
}
#col_exhibition {
	color: #CC0066;
}
#col_exhibition A {
}
#col_exhibition A:hover {
	color: #000;
	background: #ddd;
}
/* FILM MEASURES */
.film_padding {
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
IMG.film_big {
	border-bottom: 20px solid #000;
	border-top: 20px solid #000;
    padding: 0px;
}