div#content {
   position: absolute;
   top: 26px;
   left: 161px;
   right: 25px;
   padding: 10px; 
   border: solid #33F;
}

div#sidebar {
   position: absolute;
   top: 52px;
   left: 0;
   width: 160px;
   height: 700px;
   font-size: 12pt;
}

div#links a {
   display: block;
   text-align: center;
   font: bold 1em sans-serif; 
   padding: 5px 10px;
   margin: 0 0 2px;
   border-width: 0; 
   text-decoration: none;
   background: #ACE;
}
div#links a:hover {
   background: #BBF;
}

div#links a#selected {
   background: #BBB;
}
div#links a#selected:hover {
   background: #DDF;
}

div#links a.sub {
	margin-left: 2em;
	font-size: 80%;
}

div#links a.selsub {
	margin-left: 2em;
	font-size: 80%;
background: #BBB;
}

div#links a.selsub:hover {
	margin-left: 2em;
	font-size: 80%;
background: #DDF;
}

div#licence {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  font-size: xx-small;
}
