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

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
a:link, a:visited{
	color: #CC6600;
}
a:hover {
	color: #CC9933;
}
h1 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	color: #CC3300;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	color: #CC3300;
	margin-top: 0px;
}
h3 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	color: #CC6600;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e27a2c;
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 0px;
	padding: 0px;
}
.row{
	width: 450px;
	padding: 10px;
	border-bottom: 1px solid #FDFCF9;
        margin-top: 2px;
}

p.row {
	line-height:normal;
	padding: 5px;
	margin: 0;
}

.row:hover{
	background-color:#EDEDED;
	border-bottom: 1px solid #e8e2ac;
}
#headercontainer {
	width: 100%;
	background-image: url(images/headerbg.gif);
	background-repeat: repeat-x;
	height: 344px;
}
#header {
	height: 76px;
	width: 950px;
	margin: auto;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#banner {
	height: 268px;
	width: 950px;
	margin: auto;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#contentcontainer {
	width: 100%;
	background-color: #af3216;
}
#content {
	background-color: #FFFFFF;
	width: 930px;
	margin: auto;
	padding: 10px;
	padding-top: 0px;
}
#leftcol {
	width: 246px;
	float: left;
	font-size: 10px;
}
.rightcontentcontainer {
	background-image: url(images/h1bg.gif);
	width: 459px;
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 15px;
}
.leftcontentcontainer {
	background-image: url(images/h2bg.gif);
	width: 206px;
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 15px;
}
#filmstripcontainer {
	float: left;
	padding: 5px;
}
#filmstripheader {
	background-image:url(images/filmstripheader.gif);
	height: 58px;
	width: 161px;
	background-repeat: no-repeat;
	padding-top: 20px;
}
#filmstrip {
	background-image: url(images/filmstripbg.gif);
	width: 161px;
	background-repeat: repeat-y;
	margin: 5px;
}
#filmstripend {
	background-image: url(images/filmstripend.gif);
	width: 161px;
	height: 23px;
	text-align: center;
}
#filmstripend a:link, #filmstripend a:visited{
	text-align: center;
	text-decoration: none;
	line-height: normal;
}
#rightcol {
	width: 499px;
	float: right;
}
#menu {
	 background-color:#CCCCCC;
	 margin-top: 0px;
	 margin-bottom: 5px;
	 background-image: url(images/menubg.gif);
	 height: 33px;
	 padding-top: 7px;
}
.red #slatenav{display:block;font-size:12px;font-family:Arial,Verdana,Helvitica,sans-serif; margin: auto;}
.red #slatenav ul{margin:0;padding:0;list-style-type:none;width:auto;}
.red #slatenav ul li{display:block;float:left;margin:0 1px 0 0; padding: 0px;}
.red #slatenav ul li a{display:block;float:left;color:#CCCCCC;text-decoration:none;padding:5px 22px 5px 21px; width: auto;}
.red #slatenav ul li a:hover,.red #slatenav ul li a.current{color:#fff;}

#footercontainer {
	background-image: url(images/footerbg.gif);
	height: 75px;
	background-repeat: repeat-x;
}
#footer {
	background-image: url(images/footerbg2.gif);
	width: 930px;
	height: 55px;
	background-repeat: no-repeat;
	margin: auto;
	padding: 10px;
	font-size: 10px;
}
.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}
span{
	font-weight: bold;
	color: #FFCC00;
}
#leftcol ul{
	padding: 0;
	margin: 0;
}
#leftcol ul li{
	list-style: none;
	padding: 5px;
	margin: 0;
}
	
