@charset "UTF-8";
/* CSS Document */

/* hide the header and left column, but keep the logo */

body, html {
	height: auto;	
}

body {
	padding: 0 20px 20px 20px;	
}

#canvas {
	width: auto;
	padding: 0;
	margin: 0;
	
	background: #fff;
}
#header {
	width: auto;
	height: auto;
	position: static;
}

#toolbar {
	display: none;	
}

#leftcol {
	display: none;	
}

#rightcol {
	margin: 0;
	padding: 0;
}

#presenternotes {
	margin-top: 12px;
	padding-top: 12px;
	/*border-top: 1px solid #666;*/
	display: block;	
}