body 
{
	margin: 0;
	padding: 0;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	background-image:url('../images/site_bk3.jpg');
	background-repeat:repeat;
	background-color:#D3C9AE;
}

img 
{
	border:none;
}

.hidden 
{
	display: none;
}

#wrapper
{
	position:static;
	width:760px;
    height:562px;
    margin:auto;
	margin-top:15px;
	top: 0px;
	border: 3px solid black;
	background-color:#FFF;
}

#picpanel
{
    position: relative;
    width:300px;
    height: 550px;
    top: 0px;
    left:0px;
}

#namepanel
{
	position:absolute;
	height:125px;
	margin-left:300px;
	top: 19px;
}

#navpanel
{
	position:absolute;
	height:25px;
	margin-left:300px;
	top: 134px;
}

#iframe 
{
	position:absolute;
	width:458px;
	height:394px;
	margin-left: 300px;
	top: 175px;
	overflow: auto;
}

#footer
{
    position: absolute;
    width: 760px;
	clear: both;
	height:12px;
	margin-top:0px;
	font-size:10px;
	color:#444;
	background-color:#AAA;
}

#scheduleInfo 
{
vertical-align:top;
}

#reviewQuotes
{
    width: 85%;
	clear: both;
	height:60px;
	vertical-align:bottom;
}

#bioInfo
{
	font-size:13px;
	width:95%;
}

.putLeft
{
	float:left;
}

.putRight
{
	float:right;
}

/*=================[NEWS FORMATING]======================*/
.acting_date
{
}

.venue
{
	text-decoration:none;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}

.writeup
{
	font-size:12px;
}

.showInfo
{
	vertical-align:top;
}

/*================[REVIEW FORMATING]======================*/
.review_show
{
	font-size:11.5px;
	color:#444;
}

.review_quote
{
	font-size:11px;
	font-style:italic;
}

.review_author
{
	font-size:10px;
	float:right;
	color:#444;
}

/*================[RESUME FORMATING]======================*/
.show_title
{
	font-size:16px;
}

.role_played
{
	font-style:italic;
}

.principal
{
	font-size:12px;
	color:#555;
}

.pdfResume
{
	font-size:12px;
	text-decoration:none;
	text-align:right;
	float: right;
	font-variant: small-caps;
}

