/* Print stylesheet */


/* HTML tag styles */

body {
	background-color: #fff;
}


/* ---- CUSTOM STYLES ---- */

/* Page layout */

#frame {
	width: 100%;
}
#navigation {
	display: none;	
}
#page {
	width: 80%;
}