body
{
	background-color: #000000;
	color: #FFFFFF;
}

#navigation 
{
  position:absolute; 
  top:0; 
  left:0; 
  height:100%; 
  width:11em; 
  overflow:auto; 
}

#content 
{
  position:fixed; 
  left:11em;
  top:0;
  bottom:0px; 
  right:0px; 
  padding-left:1em;
  overflow:auto; 
}

/* for internet explorer */

* html body 
{
  padding: 0 0 0 12em; 
}

* html #content 
{
  height:100%; 
  width:98%; 
}

/* film strip buttons */

.filmStripButtonSize
{
	overflow: hidden;
	width: 10em;
	height: 2em;
	position: relative;
}

.filmStripButtonImage
{
	width: 10em;
	height: 6em;
	position: absolute;
	border: none;
}

.filmStripButtonText
{
	height: 2em;
	width: 10em;
	color:white;
	text-align:center;
	position: absolute;
	top: .3em;
}

a.filmStripBottonLink
{
	text-decoration: none;
}

a:link {color: #FF0000}