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

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #d9dde0;
	background-image: url(nav/bkgd.gif);
	background-repeat: repeat-y;
	background-position: center;
}
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:680px;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
div#head {
	margin: 0px;
	padding: 0px;
	height: 87px;
	width: 680px;
	background-color: #000000;
}
div#menu {
	margin: 0px;
	padding: 0px;
	height: 18px;
	width: 678px;
	border: 1px solid #CC0000;
	background-image: url(nav/headmenu.gif);
	background-repeat: repeat-x;
}
div#content {
	height: auto;
	height: 100%;
	width: 680px;
	background-image: url(nav/content.gif);
	background-repeat: repeat-y;
}
div#foot {
	position:absolute;
	height: 75px;
	width: 680px;
	bottom:0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	clear: both;
}
.footertitle { 
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}
div#foot a:link, a:visited, a:active { 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none;
}
div#foot a:hover { 
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #e3b954; 
	text-decoration: none;
}

.section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(nav/menu.gif);
	line-height: 20px;
	text-align: left;
}
.section a:link {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.section a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.section a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #e3b954;
	text-decoration: none;
}
.section  a:active {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.section2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(nav/menu.gif);
}
.section2 a:link {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.section2 a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.section2 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #e3b954;
	text-decoration: none;
}
.section2  a:active {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.movie { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}
.movietitle { 
	font-size: bold 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.moviesubtitle { 
	font-size: bold 14px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #333333; 
}
.moviecredits { font: bold small-caps 12px Verdana, Arial, Helvetica, sans-serif; color: #333333; }
.moviesmtext { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #444444;
}
.movie a:link { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #000000; 
	text-decoration: none;

}
.movie a:visited { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}
.movie a:hover { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #e3b954; 
	text-decoration: none;
}
.movie a:active { 
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}
