
#main { 
border:14px solid #cdcdcd; 
background:url(/im/map.gif) no-repeat center 14px #8c8c8c;
}

#main,#film {
max-width: 870px;
width:expression( 
    document.body.clientWidth > 870 ? "870px": parseInt(document.body.clientWidth*0.9)+"px" );
}

#film { overflow: hidden; hheight: 120px; }
#film a { display:inline;margin:0px;padding:0px; } 

#film { white-space: nowrap; }

.subnav a, .subnav a:visited { color: black; display: block; font-size: 11pt; margin-bottom: 3px; }

/* News box */ 

.news-box { width:90%; height:150px; }
.news-box .content { background: #999999; }
.news-box .content h2 { margin:0px; background: black; color: white; font-size: 16px; padding: 3 9 3 12; border-bottom: 1px solid #737373; }
.news-box .content h3 { font-size: 16px; font-weight: normal; margin: 0 0 12 0; padding:3 9 3 12; }
.news-box .content h3 b.date { display:block; font-size:9px; font-weight:normal; }
.news-box .content div { font-size: 9pt; padding: 6 12 12 12; }
.news-box .content div h3 { font-weight: bold; padding:0px; margin: 9 0 0 0; }
.news-box .content div a.more,.news-box .content div a.more:visited { text-decoration: none; font-size: 8pt; color: #e60000; }

.shadow-left { background: url(/im/shadow-left.png) no-repeat; }
.shadow-right { background: url(/im/shadow-right.png) no-repeat; }

/* default opacity for IE */
img {
	filter:alpha(opacity=100);
	}

/* duplicate image positioning */
img.idupe {
	position:absolute;
	z-index:30000;
	visibility:hidden;
	}

