/* - - - - - - - - - - - - - - - - - - - - -
Title : MJBHA - Printed Styles
- - - - - - - - - - - - - - - - - - - - - */


.noPrint {
	display: none;
}

.printOnly {
	display: inline;
}

body {
	background: url(../images/bodyBkgrdWide.jpg) top center repeat-y;
	background-color: #fef6df;
}

#content, #contentWide, #contentFull {
	float: left;
	font-size: 0.9em;
	position: relative;
	width: 900px;
	padding: 20px 20px 20px 20px;
}

