#tgmovie {
	display: none;
	}
	
#wrkshpportrait {
	display: block;
	float: left;
	}
	
#nav  {
	display: none;
	}
	
#breadcrumb {
	display: none;
	}

#wrap {
	width: 6.25in;
	}

body {
	font-size: 10pt;
	background: white;
	}
	
#main {
	float: none;
	min-width: 0; /* peekaboo bug fix for IE7 */
	}
	
#content {
	float: none;
	width: auto;
	min-width: 0; /* peekaboo bug fix for IE7 */
	display: inline;
	}
	
#wkshpscontent {
	float: none;
	width: auto;
	min-width: 0; /* peekaboo bug fix for IE7 */
	display: inline;
	}
	
 #message {
	float: left;
	clear: both;
	} 
	
#bar {
	clear: both;
	display: block;
	}
	
#contact {
	clear: both;
	display: block;
	height: 150px;
	}	