
a:visited { color: #8B0000; }
a:link    { color: #8B0000; }
a:focus   { color: Fuchsia; }
a:hover   { color: #004180; }
a:active  { color: #8B0000; }

body {
  text-align: left;
  min-width: 723px;
  background-color: white;
  font-family: "Trebuchet MS",Verdana, "Franklin Gothic Book", Arial,  sans-serif;
  font-size: 14px;
  margin: 0 0 0 0;
}

#wrapper {
  width: 723px;
  margin: 0 auto 0 auto;
  text-align: left;
  clear: both;
  background-image: url(images/webBackground.jpg);

}
#header {
	clear: both;
	width: 723px;
	height:161px;
	background-image: url(images/NewPageHeader.jpg);
	background-color: Black;
	  }


#OldmainNav {
  width: 145px;
  	height: 100%; 
   float: left;
	padding-top: 20px;
   padding-left: 20px;
	font-weight: bold;
}

#mainNav {
  width: 94%;
  font-style: italic;
  text-align: center;
  padding: 15px 15px 0 15px;
  font-size: xx-small;
}

#content {   
	position: relative;
	width: 480px;
   float: right;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 70px;
	padding-bottom: 20px;
border: 0px solid green;
	
}  

.hilite {
	color: #FF3300; 
	font-weight: bold;
}

.alignRight {
	text-align: right;
}

.quote {
	font-style: italic;
}

h2 {
	color: #8B0000;
	font-size: 20px;
	font-weight: bold;
}

h1 {
	color: #8B0000;
	font-size: 20px;
	font-weight: bold;
}

.h2 {
	color: #8B0000;
	font-size: 20px; 
	font-weight: bold;
}
 
#content h1, h2, p {
  padding-right: 20px;
}

#footer {   
   clear: both;
   text-align: center;
	font-size: 12px;
	padding-top: 4px;
	height: 20px;
	width: 100%;
	color: white;
	background-color: black;
}   

.cast {
	clear: both;
	width: 100%;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: Black;
}

.pic {
	float: left;
}

.title {
	position: relative;
	float: right;
	width: 350px;
	font-size: 12px;	
	text-align: left;
	margin-top: 5px;
}

.bio {
	clear: both;
	margin-top: 10px;	
	margin-bottom: 10px;
}


/* Vertical Menu Stuff */
.divMenu {
	float: left;
	padding-top:20px;
	width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid red;
}

.glossymenu{
list-style-type: none;
padding: 0 0 0 0;
margin:0 0 0 0;
width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li ul{
list-style-type: none;
padding: 0px;
}

.glossymenu li{
position: relative;
margin:1px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 100px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

.transparent_class {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/*End of Vertical Menu Stuff */