	body {
	
		margin: 0px;
		margin-left: 5px;
		background: url(../images/program_bg.jpg) no-repeat;

	}

	div#hold	{ 
		
		position: absolute;
		top: 96px;
		left: 4px;
		overflow:hidden;
		width:292px;
		height:170px;
		z-index:100;
	
	}
	
	div#wn	{ 
	
		position:absolute; 
		left:0px; top:0px; 
		width:292px; height:170px; 
		clip:rect(0px, 292px, 170px, 0px); 
		overflow:hidden;	
		z-index:1; 
	
	}
	
	div#lyr1	{ 
	
		position: absolute;
		visibility: hidden; 
		left: 0px;
		top: 0px; 
		z-index:1; 
	
	}
	
	.content {
	
		padding: 0px 20px 0px 20px;
		text-align: center;
		font-family: Lucida Sans,Lucida Grande,Lucida Sans Unicode,arial,sans-serif;
		font-size:10px;
		color:#533A1B;
		
	}
  
	A, A:visited, A:active, A:link {

		color: #533A1B;

	}

	A:hover {

		text-decoration: none;
	
	}
