body{
	margin:20px 0;
	background-color: #120000;
	background-image: url('images/stripe.jpg');
	background-repeat: repeat-x;
	color: #CCCC66;
	font-family:  "Lucida Grande", Tahoma, Verdana, Arial, Sans-serif;
  font-size: .75em;
	line-height: 1.3em;
}


.hdr {
		background-image: url(images/header2.jpg);
		background-repeat: none;
		height: 175px;
		padding-right: 5px;
		text-align: right;
		font-size: .9em;
		line-height: 1em;
	}


.hdr a:link {
  color: #A07B3C; 
  text-decoration: none;
  }
  
.hdr a:hover {
  color: #CCCC66; 
  text-decoration: none;
  }

.main {
	background: #000;
	border: 3px solid #fff;
	}
	
.tube {
		padding: 10px 20px 10px 10px;
	}

.back {
		background: #000;
	}
	
.phrase {
	padding-top: 10px;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	}
	
#imageleft {
  float:left;
  padding-right:10px;
	padding-top: 4px;
  }

#info {
	padding-right: 10px;
	padding-bottom: 15px;
	color: #ccc;
	font-size: .78em;
	font-weight: normal;
	line-height: 1.3em;
	}

#info a:link {
  color: #A07B3C;
  text-decoration: none;
  }
	
#info a:hover {
  color: #CCCC66;
  text-decoration: none;
  }

#info a:visited {
  color: #A07B3C;
  text-decoration: none;
  }

.footer{
	color: #666; 
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	text-align: center;
	padding: 10px;
	font-size: .8em;
}

.footer a{
color: white;

padding: 5px;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.crew {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;	
	background-position: center center;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.bios-left {
 text-align: left;
}

.bios-right {
 text-align: right;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(images/bg-bubplastic.gif) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 35px;
	float: left;
	color: #ccc;
	text-decoration: none;
	font-size: .95em;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 35px;
	background: transparent url(images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/bg-bubplastic-h-red.gif) top left no-repeat;
	color: #CCCC66;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-bubplastic-h-red.gif) top right no-repeat;
}

#test li {
	display: block;
	border: solid 1px red;
}	
