
div#header {
  position: fixed;
  top: 0;
  left:0;
  width: 100%;
  height: 35;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  color: #cccccc;
  background-color: #303030;
}

div#header a:link {
  color: #cccccc;
  text-decoration:none;
}

div#header a:visited {
  color: #cccccc;
  text-decoration:none;}

div#footer a:link {
  color: #cccccc;
  text-decoration:none;
}

div#footer a:visited {
  color: #cccccc;
  text-decoration:none;
}

div#footer{
  position: fixed;
  bottom: 0;
  left:0;
  width:100%;
  height: 25;

  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  word-spacing: 50px;
  font-variant: small-caps;
  color: #cccccc;
  background-color: #303030;
}

div#menu{
  position: fixed;
  top: 35;
  left:0;
  width:100%;
  height: 25;
  font-weight: bold;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.0em;
  word-spacing: 50px;
  font-variant: small-caps;
  color: #cccccc;
  background-color: #303030;
}

div#menu a:link {
  color: #cccccc;
  text-decoration:none;
}

div#menu a:visited {
  color: #cccccc;
  text-decoration:none;
}



div#sidebar{
  position:fixed;
  right:0;
  top: 50px;
  bottom:50px;
  width: 0px;
  color: #cccccc;
  background-color: #303030;
  overflow: auto;
}

div#sidebar a:link {
  font-weight: bold;
  color: #cccccc;
}

div#sidebar a:visited {
  font-weight: bold;
  color: #cccccc;
}


div#name {
  margin-left:5px;
  font-weight: bold;
}

div#value {
	margin-left:20px;
}


div#body{
  position:fixed;
  left:0;
  top: 61px;
  bottom: 30px;
  margin-left:5px;
  margin-right:5px;
  overflow:auto;
  font-family: Arial,Helvetica,sans-serif;
}

div#main{
  position:fixed;
  left:0;
  top: 61px;
  margin-left:5px;
  margin-right:5px;
  overflow:auto;
  font-family: Arial,Helvetica,sans-serif;}

div#ingress{font-family: Arial,Helvetica,sans-serif;
font-weight:bold; 
font-size:80%}

html{
	height:90%;
	overflow:auto;
}


