/* CSS Document */

@import url('skeleton.css');



/* body */

body {
background : none;
}



/* wrapper */

#wrapper {
background : none;
}

	p#print {
	background : url('/graphics/layout/print.jpg') no-repeat;
	display : block;
	height : 134px;
	width : 650px;
	}


/* banner */

p#banner, p#nav, p#foot, img {
display : none
}

	#left, #right, #center, 
	#left.home, #right.home, #center.home {
	padding : 20px;
	float : none;
	width : auto;
	}
