/* CSS Document */

body {
	font-size: 12px;
}

.noprint {
	display:none;
}

#sidebar_container{
	height:100%;
	width:0px;
	float:left;

	}
	
#sidebar_t {
	display:none;
	}
	
#header {
	display: none;
	height:0px;
	}
	
#container {
	width:100%;
	background: none;

	}
	
#content {
	width:600px;
}
	
#lipsum {
	width:100%;
}