/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #FFFFCC;	
	}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-image: url(../img/mm_bg_red.gif);
}

#header{
    background: black;
	height: 121px; /*Height of top section*/
	text-align: center;
}

#header h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin: 0 180px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF66;
	font-size: 16px;
	text-align: center;
	font-style: normal;
}

#navigation{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
}
	
div.floating-menu {
	position:fixed;
	width:160px;
	z-index:100;
	font-size: 9px;
	
}

#google-ads {
	width: 120px;
	float: right;
}


#navigation th {
	border-bottom: 1px solid #FF9900;
	text-align: left;
	width: 180px;
}

#navigation a {
color: #ff9900;
line-height:12px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
display:block;
padding:8px 6px 8px 22px;
}

#navigation a:hover {
	color:#FFFFCC;
    background-image: url(../img/mm_bullet_yellow.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	}	

#rightcolumn{
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -180px; /*Set left margin to -(RightColumnWidth)*/
	text-align: center;
}

#footer{
	clear: left;
	width: 100%;
	color: #FFF;
	line-height: 1.2em;
	text-align: center;
	padding: 4px 0;
	font-size: small;
	background-image: url(../img/mm_bg_footer.gif);
}

#footer a{
color: #FFF;
}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}
#maincontainer #contentwrapper #contentcolumn .innertube a {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
	
#slideshow {
	background-image: url(../img/film-background.jpg);
	height: 173px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
}
	
a.skip-link {color: #ff9900;font-size: small;float: left;}
a.skip-link {position: absolute; left: -50em; width: 10em;}
a.skip-link:active {color: #FFFFCC;}
a.skip-link:hover {color: #FFFFCC;
background-image: url(../img/mm_bullet_yellow.gif);
background-repeat: no-repeat;
background-position: 10px;}
a.skip-link:focus {color: #000000; background-color: #FFFFFF;}
