body, html {
	height: 100%;
	width: 100%;
	color: #aaa;
	background-color: #000;
	font-family: Centaur, "Centaur MT", Garamond, Georgia, "Times New Roman", Times, serif; 
	margin: 0px auto;
	padding: 0;
	font-size: 10pt;
	text-align: center;
}


.block { display: block; }
.pngLink { cursor: pointer;	display: inline;}
.left {	text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.bold { font-weight: bold; }
.deepred { color: #91163f; }
.clearblue { color: #4898e8; }
.black { color: #000000; }
.border { border: 1px solid #666; padding: 0; margin: 0;}
.hover { border: 1px solid #fff; }
.navimage { margin-left: 30px; margin-right: 30px; }

.seo {
	display: none;
	color: #000;
	height: 1px;
}

a:link, a:visited, a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 120%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top: 32px;
	padding-bottom: 32px;
	clear: both;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

#outercontainer {
	height: 100%;
	width: 100%;
	overflow: visible;
	position: relative;
}

#outercontainer[id] {
	display: table;
	position: static;
}

#innercontainer {
	position: relative;
	width: 800px;
	height: 800px;
	min-height: 800px;
	margin: 0px auto;
	padding: 0px;
}  

a:link, a:visited, a:hover, a:active {
	color: #9d8b7d;	
}

#wrapper {
	background: #000;
	position: relative;
	width: 800px;
	height: 800px;
	min-height: 800px;
	margin: 60px auto 0px auto;
	padding: 0px;
	text-align: center;
}

#navigation {
	width: 800px;
	float: left;
	position: relative;
	clear: both;
	height: 200px;
	margin: 0;
	padding: 0;
}

#intromovie {
	margin-bottom: 30px;
}
#content {
	width: 800px;
	height: 355px;
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

#page-main #content {
	height: 450px; 
	margin-bottom: 32px;
}
#contentlarge {
	width: 800px;
	height: 600px;
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}

#contentxlarge {
	width: 800px;
	height: 800px;
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	padding: 0;
}
#contentcentered {
	width: 800px;
	height: 800px;
	float: left;
	clear: both;
	position: relative;
	margin: 0;
	padding: 220px 0px 0px 0px;
}

#filmstrip {
	width: 800px;
	height: 115px;
	float: left;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}

#page-main #filmstrip {
	margin-bottom: 160px; 
} 

#footer {
	width: 800px;
	float: left;
	position: relative;
	clear: both;
	margin: 0;
	padding: 0;
}


