#header, #header_image {
  margin-bottom: 3em;
}
#header_text:first-child {
  display: table-cell;
  width: 450px;
  vertical-align: middle;
  font-size: 1.1em;
}
#header_text + #header_image {
  display: table-cell;
  float: none;
/*  width: 450px;
  height: 300px;
*/
  margin: 0em 0em 2em 2em;
}
#header_title {
  padding: .5em 0em .2em 0em;
}

#toc_main, #toc_life, #toc_onJC, #toc_visual, #toc_writings {
  margin-top: 1.5em;
  padding-bottom: 0em;
  text-align:center;
  font-size: 2em;
  font-weight: bold;
}
#toc_main > .link_wrapper,
#toc_life > .link_wrapper,
#toc_visual > .link_wrapper,
#toc_writings > .link_wrapper {
  margin-top: 1.5em;
}
#toc_onJC > .link_wrapper {
  margin-top: 1em;
}
#toc_onJC {
  margin-top: 0em;
}
#toc_visual {
  /*  Smaller text since there are so many links. Trying to keep within height of image.  */
  font-size: 1.4em;
}
#toc_writings {
  /*  Smaller text since there are so many links. Trying to keep within height of image.  */
  font-size: 1.5em;
}
#toc_writings + .link_wrapper,
#toc_visual + .link_wrapper {
/*  link back to main page  */
  margin-top: 1.5em;
  padding-bottom: 0em;
  text-align:center;
  font-size: 2em;
  font-weight: bold;
}

#toc_life {
  position: relative;
  padding: 0em;
  margin: 0em .5em 2em .5em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}

.link_wrapper {
  display: block;
  margin-bottom: .5em;
}
.link_wrapper > span.delinked {
  font-weight: normal;
}

#footer {
  margin-top: 5em;
  font-size: 1em;
}
#toc_life + #footer {
  margin-top: 2em;
}
#footer_image {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 450px;
  height: 300px;
  margin: 0em 0em 0em 0em;
}
#footer_text {
  display: table-cell;
  width: 450px;
  padding: 0em .5em .3em 1em;
  vertical-align: bottom;
  text-align: center;
  font-size: 1em;
}
#footer_text #toc_main {
  font-size: 1.8em;
  margin: 0em 0em 1.2em 0em;
  padding: 0em;
}
#footer_text
> #toc_main + .link_wrapper {
  margin-top: 1em;
  padding-bottom: 0em;
  text-align:center;
  font-size: 2.3em;
  font-weight: bold;
}
#toc_main > .link_wrapper {
  margin-top: .5em;
}
#footer_text #contact {
  font-size: .6em;
  text-align: right;
}


/* div {
  outline: aqua dotted 1px;
}
*/
