/* 
		Metrix Reloaded
		
		Print

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

body {
	background: #fff;
}

#container {
	width: 700px;
	margin: 0;
	background: yellow;
}

#logo {
	float: none;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #000;
	}
	#logo h1, #logo h2 {
		display: block;
	}

#top, #left, #right div.rightbox, #footer {
	display: none;
}

#content, #right {
	float: none;
	width: 100%;
	margin: 0;
}