/* CSS Document */

@import url(style.css); 

body{ 
	background:none;
	color:#000;
}

a{
	color:#000;
	text-decoration:underlined;
}

#header, #featured, #footerWrapper, .hidePrint, #leftColumn{
	display:none;
}

#siteWrapper{
	margin: 10px auto 40px auto;
}

#programContentWrapper, #mainContentWrapper, #pictureContentWrapper{
		background-color:#fff;
}

.copyright, .poweredby{
	color:#000;
}

#rightColumn{
	width:760px;
	margin:0 auto;
}

#programsFlash{
	text-align:center;
}

#hours{
	margin:0 0 0 70px;
}