/* CSS Document */
	
	body {
		text-align:center;
		font-family: Courier New, Courier, monospace;
		font-size: 1.0em;
		color:#000;
		margin:0px;
		border:0px;
		padding:0px;
		background:#fff;
		}
	
	#frame {
		/*width:780px;
		padding:0px 0px 100px 0px;
		*/
		width:90%;
		padding:0px 0px 100px 0px;
		margin-right:auto;
		margin-left:auto;
		margin-top:70px;
		
		text-align:left;
		}
		#popupframe {
		width:830px;
		padding:0px 0px 0px 0px;
		margin-right:auto;
		margin-left:auto;
		margin-top:20px;
		text-align:left;
		}
		#currentShow, #times, #pastShows, #forthcoming{
		background:  url(../assets/dot.gif);
		line-height:32px;
		padding-top:0px;
		}
		#currentShow img, #times img,#pastShows img,#forthcoming img{
		float:left;
		margin:4px 0px 0px 0px;
		padding:0px 20px 0px 0px;
		border:0px;
		}
		#intro{
		height:300px;
		}
		.entry{
		background:  url(../assets/dot.gif) repeat-x bottom left;
		padding:60px 10px 12px 0px;
		border-right:100px solid #fff;
		}
		a{
		color:#000;
		text-decoration:none;
		}
		a img{
		border:0px;
		margin:0px;
		padding:0px;
		}
		a:hover{
		oldcolor:#ca070e;
		color:#ca070e;
		
		}
		a.redlink{
		color:#ca070e;
		}
		img{
		border:0px;
		margin:0px;
		padding:0px;
		}
		
		#popupbox{
		position:relative;
		top:0px;
		left:0px;
		width:830px;
		height:600px;
		text-align:left;
		overflow:hidden;
		font-size: 0.9em;
		}
		#scrollArea{
		position:relative;
		top:0px;
		left:0px;
		margin:0px;
		padding:10px;
		width:800px;
		height:500px;
		overflow:auto;
		font-size: 0.9em;
		}
		#imageArea{
		position:relative;
		top:0px;
		left:0px;
		margin:0px;
		padding:10px;
		width:100%;
		height:480px;
		overflow:hidden;
		}
		#imageText{
		position:relative;
		top:0px;
		left:0px;
		margin:0px;
		width:100%;
		padding:0px 10px 0px 10px;
		height:100px;
		overflow:hidden;
		font-size: 0.8em;
		}
		#popupLinks{
		position:relative;
		ttttop:440px;
		left:0px;
		height:100px;
		padding:0px 10px 0px 10px;
		text-align:left;
		font-size: 0.9em;
		}
		#backLinks{
		text-align:right;
		}
	

