/*
	Print specific styles
*/

html, body {
	background-color: #fff;
	margin: 0;
}
#bgtl,#bgtr,#bgbl,#bgbr,
form#noprint,
#sidebar,
#navcontainer,
#navcontainersub,
#footer a,
#header code,
#content .advdownload {
	display: none;
}
#header {
	height: 100px;
}
#container {
	background-image: none;
}
#content {
	width: 95%;
}
.short p,
.short li {
	max-width: 75%;
}
#content p,
#content li {
	font-size: 10pt;
}
#content .imgboxmain blockquote,
#content .imgbox blockquote {
	font-size: 10pt;
}