/* PRINT STYLES */
body { background-color: rgb(255,255,255); }
body, table, div, input, td, th, textarea { font-size: 16px; }

#imagePopUp {
	display: none;
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

#nav1 { float: left; }
#menu1, #nav2 { display: none; }

#content { display: inline; }

#contentImage {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
	width: 85%;
}
#currentImage {
	width: 100%;
}
#contentImageChooser { display: none; }

#contentLeft, #contentRight {
	clear: both;
	padding-top: 30px;
}

#contentLeftScrollUp img, #contentRightScrollUp img,
#projectLeftScrollUp img, #projectRightScrollUp img,
#contentLeftScrollDown img, #contentRightScrollDown img,
#projectLeftScrollDown img, #projectRightScrollDown img {
	display: none;
}

#projectLeftScroll, #projectLeftScrollData,
#projectRightScroll, #projectRightScrollData {
	display: inline;
}
