/* Print CSS for House in the Clouds */

body {
	margin: 0 6em;
	}
	
#header, #sidebar, #historybar, #accombar, #chargebar, #navbar, #imgright, #hitcimgright {
	display: none;
	}

#container, #content {
	float: none !important;
	position: static;
	top: 0;
	left: 0;
	width: auto;
	margin: 0;
	border: 0;
	}

input {
	border: 0;
	border-bottom: 1px solid #000;
	color: #006;
	margin: 0 0 0.2em 0;
	}
	
fieldset {
	display: block;
	margin: 4em 0 0 0;
	padding: 0;
	border: 0;
	}
	
#print {
	display: none;
	}
	

	
	
