img { 
    border: 0;
}

body { 
    text-align: justify;
}

*.right { 
    float: right;
    margin-left: 0.5em;
    clear: right;
    white-space: nowrap; /* not sure what this is for */
    width: auto;
}

*.left { 
    float: left;
    margin-right: 0.5em;
    clear: left;
    white-space: nowrap; /* not sure what this is for */
    width: auto;
}

div.entry {
    clear: right;
}

div.img , div.img > * { 
    text-align: center;
    font-size: smaller;
}

*#navigation {
    float: left;
    height: 100%;
    padding-right: 0.5em;
    padding-bottom: 0.5em;
    font-size: smaller;
    width: auto;
}

      h4 {
        margin-top: 1em;
        margin-bottom: 0;
        padding-bottom: 0;
        clear: both;
      }

      h3 {
        padding: 0;
        margin: 0;
      }

      body {
        max-width: 1000px
      }

          div div { padding-left: 1em }
