body {
	margin:0;
	padding:0 5px 0 5px;
	height:100%;
	overflow-y:auto;
}

#header {
	display:block;
	bottom:0px;
	left:0%;
	width:100%;
	height:29px;
	position:fixed;
	background-color:#BBCBDB;
	border:1px solid #888;
}

@media screen and (min-width: 800px) {
#content {
	margin:0px 0px 0px 26%;
	padding:10px;
	width:71%;
	font: 10pt Arial;
}

#navigation {
	display:block;
	top:0px;
	left:0px;
	width:25%;
	height:95%;
	position:fixed;
	border:1px solid #888;
	overflow-x: hidden;
    overflow-y: scroll;
	background-color:#EDEFF2;
  }
}

@media (max-width: 783px) {
  #navigation{display: none;}
}

* html #header {position:absolute;}
* html #navigation {position:absolute;}
