/*
	Print styles
/////////////////////////////////////////////////////	*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: "Times New Roman","Times",serif;
	color: black;
	font-size: 12px;
}
#wrapper { height: auto; }
#header-wrapper { display: none; }

/*
		NAVIGATION
/////////////////////////////////////////	*/
#navigation { display: none; }

/*
		MAIN CONTENT
/////////////////////////////////////////	*/
#content-wrapper {
	padding: 0px;
	height: auto;
	width: 600px;
}
#content-wrapper #white-container {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 580px;
}
#rules_container { width: 580px; height: auto; }
#rules_container .inner_scroll { width: 580px; height: auto; }
#rules_arrows { display: none; }
#rules_print { display: none; }
img { display: none; }

/*
		FOOTER
/////////////////////////////////////////	*/
#footer-wrapper { display: none; }
