@media screen {
  #outer{ 
    border-right: solid 201px white; /* color of the right column  */ 
  } 
}

#right {
  width:201px; 
  float:right; 
  position:relative; 
  margin-right:-201px; 
  margin-left:1px;
  border-left: solid #101010 1px;
  border-bottom: solid #101010 1px;
  /* background-color: white; / * in case main content is shorter */
}

#linkbar { 
  margin: 1em 0 1em 0;
  text-align: center;
  font-size: 20pt;
}

#linkbar .small {
  font-size: 12pt; }
