@charset "utf-8";
#navcontainer
{
	padding: 0;
	height: 20px;
	border-top: 1px dotted #C60;
}
#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}
#navcontainer ul li a
{
	background: #fff;
	height: 18px;
	border-left: 1px solid #f5d7b4;
	border-bottom: 1px solid #f5d7b4;
	border-right: 1px solid #F5D7B4;
	padding: 0;
	margin: 0 0 10px;
	color: #E39331;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 90px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
}
#navcontainer ul li a:hover
{
color: #930;
background: #f5d7b4;
}
#navcontainer a:active
{
background: #c60;
color: #fff;
}
#navcontainer li#active a
{
	background: #c60;
	color: #fff;
	border-top: 1px solid #c60;
}

#movie {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}
.bold {
	font-weight: bold;
}
.twoColFixLtHdr #container #header {
	float: left;
}
