body { 
	background-color: white;
	font-size: 12pt;	
}

#left-sidebar{ display: none; }

#right-sidebar { display: none; }

#top { display: none; }

#main-content { 
    background: transparent;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#main-text, #content { 
	border: none;
	width: 90%;
	margin: 0 auto;
}

#text-content{
	position: absolute;
	top: .5in;
	left: .25in;
	width: 8in;
	margin: 0 auto;
}

#footer{ display: none;}

table.checkout tr.meta td,
table.checkout tr.meta td a {
    color: #999;
}

table.checkout tr.meta td.name {
    padding-left: 1.5em;
}

#turn_wrapper {
		display: none;
}

.print-only {
	display: inherit;
}