/* S&C Style Sheet */

/* Scrolling Layers */
div#hold	{ 
	position:relative; overflow:hidden;
	width:300px; height:220px; 
  z-index:1; 
	}

div#wn	{ 
	position:absolute; 
	left:0px; top:20px; 
	width:300px; height:220px; 
	clip:rect(0px, 300px, 220px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	
	
div.content { position:absolute; visibility:hidden; left:0px; top:0px; z-index:1; }


div#scrollbar { 
  position:relative; left:0; top:0;
  width:15px; height:215px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:10px; height:190px;
  background: url("images/site/scroll.gif") repeat-y;
  z-index:1;
  }
div#stop_top { 
  position:absolute; left:0; top:0px;
  width:10px; height:1px;
  background: url("images/site/scroll_end.gif") no-repeat;
  z-index:10;
  } 
div#stop_bottom { 
  position:absolute; left:0; top:189px;
  width:10px; height:1px;
  background: url("images/site/scroll_end.gif") no-repeat;
  z-index:11;
  } 
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:7px; height:20px;
  background-color:#993399;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  


a img { border:none }
p { margin: 0 0 .6em 0 }
h2 { font-size:1.2em; margin:0 0 .6em 0 }
h3 { font-size:1.1em; margin:0 0 .6em 0 }


/* End Scrolling Layers */






body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.purple_box {
	background-image:url(images/site/purple_box.gif);
	background-repeat:no-repeat;
}



.links  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;
	color: #993399;
	text-decoration:none;
	text-align:left;
}

a.links { text-decoration:none; }
a.links:hover { text-decoration:underline; }


.links_active  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: none;
	color: #993399;
	text-decoration:underline;
	text-align:left;
}



.reel_text  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-transform: none;
	color: #000000;
	text-decoration:none;
	text-align:justify;
}

.bio_text  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
}

.contact_text  {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
	text-decoration:none;
}

a.contact_text { text-decoration:none; font-weight:bold;  }
a.contact_text:hover { text-decoration:underline; color: #993399; }