html, body, #wrapper {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	color:#000;
	background-color:#F8ED97;
	margin: 0 auto;
	padding: 0;
}

p.box {
	background-color:#F8ED97;
	border: 1px solid #000;
	display: block;
	width: 389px;
	padding: 5px;
	margin-left: 0px;
}

.emph {
	font-size: 100%;
	color: #900;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/* Z-index of #mask must lower than #boxes .window */  
 #mask {  
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
     
 #boxes_video .window {  
   position:absolute;  
   width:440px;  
   height:200px;  
   display:none;  
   z-index:9999;  
   padding:20px;  
 }  

#boxes_video .window .close {
	color: #fff;
	text-decoration: none;
	padding-top: 10px;
	font-weight: normal;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.boldtext {
	color: #fff;
	text-transform: uppercase;
	font-size: 100%;
	font-weight: bold;
}

.imgfloat {
	float: right;
	margin: 0px 5px 10px 10px;
	width: 150px;
}

.imgfloat img {
	border: 1px solid #000;
}

.caption {
	font-size: 80%;
	color: #900;
}

#wrapper {
	padding: 0px;
	background-image:url(../images/back.gif);
	background-position:center;
	background-repeat:repeat-y;
	position: absolute;
	text-align: center;
}

html>body, html>body #wrapper {
	height: auto;
}

#header {
	text-align: center;
	background-color: #000;
	height: 90px;
	width: 100%;
}

#content {
	width: 774px;
	margin: 0px auto;
	text-align: center;
	margin-bottom: 30px;
}

#col {
	width: 130px;
	background-color: #900;
	float: left;
}

#nav {
	text-align: left;
	line-spacing: 0px;
}

#nav ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	border: 0px;
	line-spacing: 0px;
}

#nav li {
	margin: 0px;
	display: inline;
	padding: 0px;
	border: 0px;
	line-spacing: 0px;
}

#nav ul li ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav ul li ul li {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#nav ul li ul li a {
	margin: 0px;
	background-color: #E58F0E;
	color: #fff;
	text-transform: none;
	border: 0px;
	font-weight: normal;
	padding: 3px 0px 3px 5px;
	width: 130px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 125px;
}

html>body #nav ul li ul li a {width:auto;}

#nav ul li ul li a:hover {
	color: #F8ED97;
	font-weight: normal;
}

#nav a {
	margin: 0px;
	color: #900;
	text-decoration: none;
	background-color: #F8ED97;
	display: block;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	width: 130px;
    voice-family: "\"}\""; 
    voice-family:inherit;
    width: 125px;
	border-bottom: 1px solid #900;
}

html>body #nav a {width:auto;}

#nav a:hover {
	background-color: #900;
	color: #F8ED97;
	font-weight: bold;
}
#logo {
	width: 125px;
	padding-left: 7px;
}
#main {
	width: 402px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: left;
}

h1 {
	display: block;
	width: 399px;
	background-color: #900;
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	padding: 2px 0px 2px 5px;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}

h2 {
	color: #900;
	font-weight: bold;
	font-size: 110%;
	padding: 2px 0px 2px 5px;
	margin: 0px 0px 0px 0px;
	text-transform: uppercase;
}

h3 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 0px 4px 5px;
	margin: 0px 0px 0px 0px;
}

.red { 
	color: #900;
	font-weight: bold;
}

#main img {
	border: 1px solid #000;
	margin-top: 5px;
	margin-left: 5px;
}

#main ul {
	list-style: normal;
	margin-top: -2px;
}

#main h2 ul {
	margin-top: 2px;
}

#main a {
	color: #0000CC;
	text-decoration: underline;
}

#main a:hover {
	color: #900;
}

#main p {
	margin: 5px 5px 10px 5px;
}

#main .headerlink {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

#main .headerlink:hover {
	text-decoration: none;
	color: #fff;
	background-color:#900;
}
#toplinks {
	width: 399px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 7px;
}

#toplinks ul {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#toplinks li {
	display: inline;
	padding-left: 15px;
}

#toplinks a {
	font-size: 90%;
	color: #900;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

#toplinks a:hover {
	text-decoration: underline;
}

.narrow {
	width: 240px;
}

#photocol {
	width: 220px;
	float: left;
}

#photocol img {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#logo {
	clear: both;
	position: absolute;
    bottom: 0px;
	padding-left: 7px;
	text-align: left;
	width: 773px;
	display: none;
}

#main .small {
	font-size: 80%;
}

.super {
	font-size: 80%;
	line-height: 5px;
}

#photocol p {
	width: 200px;
}

#photocol ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 0px;
}
#photocol li {
	width: 200px;
	text-align: center;
	margin-top: 5px;
}

#photocol li ul li {
	font-weight: normal;
	font-size: 80%;
	margin-top: 1px;
	text-align: left;
	margin-left: 15px;
	width: 185px;
}

.reverse {
	background-color:#000;
	color: #fff;
	font-weight: bold;
}

.reverse_small {
	background-color:#000;
	color: #fff;
	font-weight: normal;
	font-size: 80%;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #900;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin: 0 auto;
	padding: 5px 15px 5px 15px;
}

#main .btn a {
	color: #fff;
}

#main a.btn {
	color: #fff;
	text-decoration: none;
}

#main a.btn:hover {
	color:#F8ED97;
}

.btn:hover {
	background-color: #F8ED97;
	border-color: #900;
	color: #900;
}

form {
	background-color: #F8ED97;
	border: 1px solid #000;
	padding: 5px;
}

.row {
  clear: both;
  padding: 0px;
  margin: 0px;
  }


.label {
  float: left;
  width: 150px;
  text-align: right;
  }

.formw {
  float: left;
  width: 235px;
  text-align: left;
  margin-left: 5px;
  } 

.required {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

.clear, .spacer {
	clear: both;
	float: none;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.spacer {
	height: 10px;
}

.series_price {
	border: 0px;
	background-color: transparent;
	font-weight: bold;
	font-size: 90%;
}

.f_required {
	background-color:#FFCCCC;
}

#gap_action {
	width: 200px;
	float: right;
	border: 1px solid #900;
	background-color: #F8ED97;
	margin: 0px 0px 10px 10px;
	padding: 15px 5px 5px 5px;
}

#gap_action form {
	border: none;
}

#gap_action a.btn:hover {
	color: #900;
	background-color: #fff;
}

#gap_action h1 {
	width: 190px;
}

#lit_text {
	width: 340px;
	float: left;
}

#lit_action {
	background-color:#F8ED97;
	border: 1px solid #000;
	width: 250px;
	padding: 5px;
	float: left;
}

#lit_action .emph {
	color: #900;
	font-weight: bold;
	font-size: 200%;
	display: block;
	text-align: center;
	font-style: normal;
	padding: 2px 0px;
	margin: 0px;
}

/*
.fancyrows {
	margin-top: 10px;
}

.fancyrows ul, ol {
	width: 330px;
	list-style: none;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

.fancyrows li {
	border-right: 1px solid #fff;
	padding: 2px 3px 2px 3px;
	float: left;
}
*/
.roweven {
	background-color:#F8ED97;
}

.rowodd {
	background-color:#FFFFCC;
}

.highlight {
	background-color:#900;
	cursor:pointer;
	color: #fff;
}

#cast ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#cast li {
	display: block;
	width: 100px;
	height: 100px;
	float: left;
	text-align: center;
	line-height: 90%;
}

#cast li.spaced {
	height: 125px;
}

#sponsorlist ul, #assponsorlist ul {
	list-style-type: none;
	font-weight: bold;
	color: #666666;
	margin-left: 15px;
	padding-left: 0px;
}

#assponsorlist ul {
	font-size: 90%;
	font-weight: normal;
}

#icons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#icons li {
	display: block;
	width: 125px;
	float: left;
	text-align: center;
	line-height: 75%;
	margin-right: 5px;
	padding: 0px;
}

#foothold {
	clear: both;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0px;
}

#lowerlogo {
	display: block;
	position: relative;
	top: -40px;
	left: 7px;
	width: 775px;
	margin: 0 auto;
	text-align: left;
	background: none;
}

#footer {
	clear: both;
	width: 100%;
	background-color:#000;
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: -2px;
}

#footer p {
	color: #fff;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 80%;
}

#container {
	width: 775px;
	margin: 0 auto;
}

#footer span.left {
  float: left;
  text-align: center;
  width: 710px;
}

#footer span.right {
  float: right;
  width: 61px;
  padding-top: 2px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #900;
}