
/* -----------*/

#biography {
    background-color: white;

    /* Overall placement of the biography block */
    position: absolute;
    left: 1em;
    right: 40%;
    top: 4em;
    bottom: 2em;
    overflow: auto;

    padding: 0 0.2em 0 0;  /* Spacing between right of text and possible scroll bar */
}
#biography_inner {
    font-size: 8pt;
    text-align: justify;
    line-height: 1.3em;
}


/* -----------*/

#news {
    background-color: white;

    /* Overall placement of the sidebar block */
    position: absolute;
    top: 4em;
    right: 1em;
    left: 60%;
    bottom: 2em;
    overflow: auto;

    padding: 0 0.2em 0 1.8em;  /* Spacing between news and biography, and between right of text and possible scroll bar */
}
#news_inner {
    font-size: 8pt;
    line-height: 1.3em;
    text-align: left;
}

#name, #email {
    width: 70%;
}
#message {
    height: 12em;
    width: 90%;
}
