body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
background-color: #000000;
color:#ffffff;
}

#framecontentLeft, #framecontentRight{
position: fixed; 
top: 200px; 
left: -85px; 
width: 280px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(theater_curtain_left.png);
color: white;
background-repeat: none;
}

#framecontentRight{
position: fixed;
left: 83%;
right: 0; 
width: 280px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image: url(theater_curtain_right.png);
background-repeat: none;
}

#framecontentTop{
position: fixed;
top: 0;
left: 0px; /*Set left value to WidthOfLeftFrameDiv*/
right: 0px; /*Set right value to WidthOfRightFrameDiv*/
width: 100%;
height: 200px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: black;
color: white;
}

#maincontent{
position: fixed; 
top: 200px; /*Set top value to HeightOfTopFrameDiv*/
left: 90px; /*Set left value to WidthOfLeftFrameDiv*/
right: 90px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background-color: #999999;
}
#maincontent2{
position: fixed; 
top: 200px; /*Set top value to HeightOfTopFrameDiv*/
left: 180px; /*Set left value to WidthOfLeftFrameDiv*/
right: 180px; /*Set right value to WidthOfRightFrameDiv*/
bottom: 0;
overflow: auto; 
background-color: #000000;
color: white;
}

.innertube{
margin: 50px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 150px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 

}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}

div#site_menu {
	text-align:center;
	margin:0;
	padding:5px;
	border-bottom: solid 2px #999;
	text-decoration: none;
	color: #FDD017;
}
div#site_menu2 {
	text-align:center;
	margin:0;
	padding:5px;
	border-bottom: solid 2px #000000;
	text-decoration: none;
	color: #000000;
}
a:link#mail {
	color: red;
	text-decoration: underline;
}
a:link.cast {
	color: red;
	text-decoration: none;
}
a:link.biolink {
	color: black;
	text-decoration: underline;
}
a:visited.biolink{
	color: black;
	text-decoration: underline;
}
a:link{
	color: #FDD017;
	text-decoration: none;
	font-weight: normal;
}

a:visited{
	color: red;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
.ienlarger {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}
.ienlargerright {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}
.ienlarger a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}
.ienlargerright a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlarger a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}
.ienlargerright a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}
.ienlarger span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}
.ienlargerright span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlarger a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.ienlargerright a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlarger img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlargerright img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlarger a:hover span { 
	display:block;
	top: 10px; /* means the pop-up's top is 50px away from thumb's top */
	left: -50px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}
.ienlargerright a:hover span { 
	display:block;
	top: 20px; /* means the pop-up's top is 50px away from thumb's top */
	right: -100px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

.resize_thumb {
	width: 100px; /* enter desired thumb width here */
	height : auto;
}

.ienlargermid {
	float: left;
	clear: none; /* set to left or right if needed */
	padding-bottom: 5px; /* space between thumbs. Don't change this to margin */
	padding-right: 5px; /* space between thumbs and wrapping text when there is any text around it */
}

.ienlargermid a { 
	display:block;
	text-decoration: none;
/* add cursor:default; to this rule to disable the hand cursor */
}

.ienlargermid a:hover{ /* don't move this positioning to normal state */
 	position:relative;
}

.ienlargermid span img {
	border: 1px solid #FFFFFF; /* adds a border around the image */
	margin-bottom: 8px; /* pushes the text down from the image */
}

.ienlargermid a span {  /* this is for the large image and the caption */
	position: absolute;
	display:none;
	color: #FFCC00; /* caption text colour */
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; /* caption text size */
	background-color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}

.ienlargermid img { /* leave or IE puts a border around links */
border-width: 0;
}

.ienlargermid a:hover span { 
	display:block;
	top: 10px; /* means the pop-up's top is 50px away from thumb's top */
	right: -175px; /* means the pop-up's left is 90px far from the thumb's left */
	z-index: 100;
	
/* If you want the pop-up open to the left of thumb, remove the left: 90px; and add  
right: 90px; This would mean the right side of the pop-up is 90px far from the right side of thumb */	

/* If you want the pop-up open above the thumb, remove the top: 50px; and add  
bottom: 50px; This would mean the bottom of the pop-up is 50px far from the bottom of thumb */	

/* add cursor:default; to this rule to disable the hand cursor only for the large image */
}

/* smart image enlarger ends here */
video.cnt{
        display: block;
    margin-left: auto;
    margin-right: auto;
    padding:0;
}
img.cnt{
        display: block;
    margin-left: auto;
    margin-right: auto;
}
img.cnt2{
    margin-left: 50%;
    margin-right: 0;
}
img.lips{
    position: fixed;
    margin-top: 10px;
 /* width:100px;
  height: 100px;*/
  z-index:1;
}
img.ent{
    position: fixed;
    border:0;
  margin-top: 5px;
  margin-right:0;
  margin-left:87%;
  z-index:1;
}
.cnt{
        display: block;
    text-align:center;
}
.cnt1{
        display: block;
    text-align:center;
    margin-bottom: -2px;
    margin-top: -2px;
}
img.bio_pic{
  float:right;
}
table.bio{
  background: #cc9966;
  border: solid #333333;
  color: #000000;
  padding: 0;
  text-align: center;
  width: 100%;
}
tr.bio{
  background: none #ffffcc;
  border: solid #000000 1px; 
  color: #000000;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 10px; 
  margin-left: auto;
  padding: 0; 
  text-align: left; 
  width: 96%;
}
td.bioright{
  border: none; 
  float: right;
  margin: 0; 
  padding: 0; 
  width: 50%;
}
td.bioleft{
  border: none; 
  float: left; 
  margin: 0; 
  padding: 0; 
  width: 50%;
}
.emboss{
  background: #cc9966;
  border: solid #333333;
  color: #000000;
  padding: 0;
  text-align: center;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 10px; 
  margin-left: auto;  
  width: 50%;
}
.wideemboss{
  background: #cc9966;
  border: solid #333333;
  color: #000000;
  padding: 0;
  text-align: center;
  margin-top: 10px; 
  margin-right: auto; 
  margin-bottom: 10px; 
  margin-left: auto;  
  width: 100%;
}
.inwideemboss{
  color: #000000;
  margin-top: 1%; 
  margin-right: auto; 
  margin-bottom: 1%; 
  margin-left: auto;
  width: 50%;
}
.inemboss{
  background: none #ffffcc;
  border: solid #000000 1px; 
  color: #000000;
  margin-top: 1%; 
  margin-right: auto; 
  margin-bottom: 1%; 
  margin-left: auto;
  padding: 0; 
  text-align: left; 
  width: 98%;
}
.inemboss2{
  background: none #ffffcc;
  border: solid #000000 1px; 
  color: #000000;
  margin-top: 1%; 
  margin-right: auto; 
  margin-bottom: 1%; 
  margin-left: auto;
  padding: 5px; 
  text-align: left; 
  width: 98%;
}
.bemboss{
  margin-left: 5%;
  margin-right: 5%;
}
.galemboss{
  margin-left: 7%;
  margin-right: 5%;
}
.hemboss{
	/*padding: 5px;*/
	margin-left: 5px;
}
p.pemboss{
	padding: 5px;
	margin-left: 5px;
}
iframe.cnt{
  margin-right:auto;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.picnav{
  clear: both;
  border: solid #000000 1px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cnt2{
text-align: center;
margin-bottom: -2px;
margin-top: -15px;
}