/* But it's so simple. All I have to do is divine from what I know of you: are you the sort of man who would put the poison into his own goblet or his enemy's? Now, a clever man would put the poison into his own goblet, because he would know that only a great fool would reach for what he was given. I am not a great fool, so I can clearly not choose the wine in front of you. But you must have known I was not a great fool, you would have counted on it, so I can clearly not choose the wine in front of me. */

body 	{
		background-image: url(back.gif);
		background-repeat: none;
		background-color: #000;
		}
	

		
a:link  { color: #9999CC; font-weight:none; text-decoration: none; }
	a:visited { color: #9999CC; font-weight:none; text-decoration: none; }
	a:active { color: #FFF;font-weight:none; text-decoration: none;  }
	a:hover { color: #FCAC57; font-weight:none; text-decoration: none;  }

a.byline:link  { color: #666; font-weight:none; text-decoration: none; }
	a.byline:visited  { color: #666; font-weight:none; text-decoration: none; }
	a.byline:active  { color: #000; font-weight:none; text-decoration: none; }
	a.byline:hover  { color: #FCAC57; font-weight:none; text-decoration: none; }
	
a.black:link  { color: #000; font-weight:bold; text-decoration: none; }
	a.black:visited  { color: #000; font-weight:bold; text-decoration: none; }
	a.black:active  { color: #FFF; font-weight:bold; text-decoration: none; }
	a.black:hover  { color: #FFF; font-weight:bold; text-decoration: none; }
	
		
#photos
		{
		position: absolute;
		margin-top: 0px;
		padding-top: 5px;
		padding-left: 5px;
		z-index: 100;
		}	

		
#content
		{
		position: absolute;
		padding-top: 50px;
		margin-left: 110px;
		width: 575px;
		}		


.bodytext
		{
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 13px;
		text-align: justify;
		color: #CCC;
		}
		
.role
		{
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 11px;
		color: #CCC;
		width: 130px;
		}
		
.resumetext
		{
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 11px;
		color: #CCC;
		width: 237px;
		}

.highlight
		{
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 13px;
		text-align: justify;
		color: #FCAC57;
		}

.alternate
		{
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 13px;
		color: #CCC;
		}

		
.byline {
		font-family: verdana, arial, sans-serif;
		font-size: 10px;
		line-height: 150%;
		color: #666;
		
		}
		
		
.whitey {
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 16px;
		font-weight: bolder;
		color: #FFF;
		}
		
.title {
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 11px;
		font-weight: bolder;
		color: #FFF;
		width: 150px;
		}
		
.title2 {
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 10px;
		color: #FFF;
		}
		
		
.reviews {
		width: 500px;
		padding: 20px 20px 5px 20px;
		background-color: #CCC;
		color: #000;
		text-align: justify;
		font-style: italic;
		border: 3px solid #FFF;
		margin-left: auto;
		margin-right: auto;
		}
		
.nowplaying {
        margin-bottom: 20px;
		float: left;
		width: 250px;
		padding: 10px;
		background-color: #CCC;
		color: #000;
		border: 2px solid white;
		}
		
.upnext {
        margin: 0 auto;
		width: 250px;
		padding: 10px;
		background-color: #E28CBB;
		color: #000;
		border: 2px solid white;
		}
		
		
.notes {
		font-family: Trebuchet MS, Arial, Verdana, Sans-Serif;
		font-size: 10px;
		color: #FCAC57;
		}