@charset "utf-8";
/* CSS Document */

.rightpix {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.topic {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #660000;
	display: block;
	margin-top: 2px;
	margin-bottom: 2px;
}#movieholder {
	float: right;
	height: 339px;
	width: 225px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.hours {
	font-size: 95%;
	font-style: italic;
	color: #660000;
}
#homelink {
	color: #660000;
	background-color: #FFFFFF;
	padding: 2px;
	float: right;
	height: 20px;
	width: 125px;
	margin-bottom: 10px;
	display: none;
}
.newsflash {
	font-size: 110%;
	color: #000000;
	background-color: #CCFF66;
	margin-top: 5px;
	border: 2px solid #666666;
	text-align: center;
	padding-top: 10px;
}
.centertxt {
	text-align: center;
	font-style: italic;
	color: #660000;
}
.a.newsflash.link {
	color: #000000;
	background-color: #CCFF66;
}
.newsflash2 {
	color: #000000;
	background-color: #FFFF66;
	border: 1px solid #000000;
	text-align: center;
}
.a.newsflash2.link {
	color: #000000;
	background-color: #FFFF66;
	text-decoration: underline;
	}
.newsflash3 {
	color: #FFFFFF;
	background-color: #CC3300;
	border: 1px solid #000000;
	text-align: center;
}
.a.newsflash3.link {
	color: #FFFFFF;
	background-color: #CC3300;
	text-decoration: underline;
	}
#maroonheader {
	font-size: 125%;
	color: #660000;
	font-weight: bold;
}
#navcontainer ul
{
	padding-left: 0;
	margin-left: 0px;
	background-color: #CCCCCC;
	color: #000000;
	width: 672px;
	font-family: "Comic Sans MS";
	margin-top: -15px;
	float: left;
}

#navcontainer ul li {
	display: inline;
	width: 134px;
}

#navcontainer ul li a
{
	background-color: #CCCCCC;
	color: #000000;
	text-decoration: none;
	width: 114px;
	padding-left: 5px;
	float: left;
	text-align: center;
}

#navcontainer ul li a:hover
{
	background-color: #666666;
	color: #fff;
}

#current {
	text-decoration: underline;
	font-weight: bold;
}

.clearleft {
	clear: left;
}

