html, body
{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 140%;
	height: 100%;
	margin: 0;
	padding: 0;
}

a img {border:none;}
a:link img { border:none;}
a:link { color: #FC0; text-decoration: none; }
a:visited { color: #FC0; text-decoration: none; }
a:active { color: #FC0; text-decoration: none; }
a:hover { color: #FC0; text-decoration: underline; }


/* -------------------- GENERAL LAYOUT -------------------- */

#bg { position: fixed; top: 0; left: 0; width:100%; height: auto; }

#content { position: relative; z-index: 1; padding: 30px 0 30px 20px; width: 965px; }

#nav
{
	width: 180px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 250%;
	padding: 30px 10px 0 0;
	float: left;
}

#nav a:link { color: #FFF; text-decoration: none; }
#nav a:visited { color: #FFF; text-decoration: none; }
#nav a:active { color: #FFF; text-decoration: none; }
#nav a:hover { color: #FC0; text-decoration: none; }

.subnav_list
{
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	clear: both;
	padding: 0;
	margin: 0;
}

.subnav_list li
{
	display: list-item;
	padding: 2px 10px;
	margin: 0 10px;
	border-bottom: 1px gray solid;
	text-align: left;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 150%;
}

.leftcol_list
{
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	clear: both;
	padding: 0;
	margin: 0;
}

.leftcol_list li
{
	display: list-item;
	padding: 2px 0;
	margin: 0;
	border-bottom: 1px gray solid;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-decoration: none;
	line-height: 180%;
	padding-top: 60px;
}

#footer a:link { color: #999; text-decoration: none; }
#footer a:visited { color: #999; text-decoration: none; }
#footer a:active { color: #999; text-decoration: none; }
#footer a:hover { color: #FC0; text-decoration: none; }

div.box
{
	border: 0 #000 none;
	position: relative;
	float: left;
}

div.box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 100%;
     z-index: 101;
}

div.box_background {
     background-color: black;
     height: 100%;
     filter:alpha(opacity=70); /* IE's opacity*/
     left: 0px;
     opacity: 0.70;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

div.box_background2 {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=80); /* IE's opacity*/
     left: 0px;
     opacity: 0.80;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

div.box_background3 {
     background-color: #C60;
     height: 100%;
     filter:alpha(opacity=80); /* IE's opacity*/
     left: 0px;
     opacity: 0.80;
     position: absolute;
     top: 0px;
     width: 100%;
     z-index: 99;
}

.blogsum { border-bottom: 1px gray solid; }


/* -------------------- LAYOUT -------------------- */

td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 140%;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 140%;
}

h1
{
	color: #FFF;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 110%;
	text-align: left;
}

h2
{
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 120%;
	text-align: left;
}

h3
{
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 130%;
	text-align: left;
}

h4
{
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: left;
}

.hmtxt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 140%;
}

.formbox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #CCC;
	background: #000;
	border: #333 solid 1px;
	padding: 5px;
}

.formdd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #FC0;
	background: #333;
	border: none;
}

.btn
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FC0;
	line-height: 22px;
	background-color: #000;
	padding: 4px;
	border: 1px #333 solid;
}

ol, ul
{
	text-align: left;
}

ol
{
	padding: 2px 30px;
}
 
 .s_list
{
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	clear: both;
	padding: 0;
	margin: 0;
}

.s_list li
{
	display: list-item;
	padding: 5px 0;
	margin: 0;
	border-bottom: 1px gray solid;
	text-align: left;
	line-height: 150%;
}

li.categories
{
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	clear: both;
	padding: 0;
	margin: 0;
}

li.cat-item
{
	list-style-type: none;
	display: list-item;
	padding: 2px 0;
	margin: 0;
	margin-left: -40px;
	border-bottom: 1px gray solid;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.filmpx
{
	border: 1px gray solid;
	padding: 2px;
	margin: 8px 0;
}

