@charset "utf-8";
/* CSS Document */


	
#navigation-content
{
background: rgb(60, 71, 80); /* The Fallback */
background: rgba(60, 71, 80, 0.46); 
outline: 1px double #3C4C61;
overflow:hidden;
}


#bottom-content
{
background: rgb(60, 71, 80); /* The Fallback */
background: rgba(60, 71, 80, 0.60); 
outline: 1px double #3C4C61;
overflow:hidden;
margin-bottom:10px;
}



.alignCenter
{text-align:center}

.movieMargin
{
	margin-top:10px;
margin-bottom:10px;
}


.movieMargin
{margin-top:10px;
margin-bottom:10px;
}


#aboutContent
{
display:none;
font-size:1.0em;
color:#FFF;
line-height:0.5em;
	}
	
#aboutContent h1
{
	color:#FFF;
	font-size:1.6em;
	line-height:1.2em;
	display:inline !important;
	}
	
#aboutContent h3
{
	color:#FFF;
	font-size:1.4em;
	line-height:1.2em;
	display:inline !important;
	}
	
	
#contactContent
{
display:none;
font-size:1.0em;
color:#FFFFFF;
line-height:1.5em;
	}
	


#contactContent h1
{
	color:#FFF;
	font-size:1.6em;
	line-height:1.2em;
	display:inline !important;
	}
	
	
	
#aboutContent h3
{
	color:#FFF;
	font-size:1.4em;
	line-height:1.2em;
	display:inline !important;
	}
	
	
	
.definedHeight
{
	height:225px;}
	
.credits {
   width:100%;
   background-color:#000;
   height:auto;}

A:link {
	color: #FC0;

}
A:visited {text-decoration: none;}
A:active {
	color: #FC0;

}
A:hover {text-decoration: underline; color: red;}


.wrapper {
min-height: 90%;
height: auto !important;
height: 90%;
}

.footer
{
width:100%;
background-color:#000;
height:auto;
}

.push {
height: 20px;
}

.paddingTop
{padding-top:10px;
padding-bottom:10px;}
