body {
    line-height: 1.4em;

    font-size: 14px;
    font-family: Georgia;

    text-color: #222222;
    background-color: #F9F9F9;
}
div.main {
    position: absolute;
    max-width: 680px;
    margin: 0 0 50px 0;
    top: 20px;
    left: 270px;
}
div.bottom {
    color:LightGray;
}

div.side {
    position: absolute;
    max-width: 200px;
    margin: 0;
    top: 110px;
    left: 40px;
}
div.side img {
    border: 1px solid #896F5E;
}

p,
h1,
h2,
h3 {
    max-width: 660px;
}
ul {
    max-width: 535px;
    padding-left: 25px;
}
li {
  margin: .30em 0;
}
a,
a:visited {
    color:blue;
    text-decoration: none;
}

h1,
h2 {
    margin-top: 40px;
}
h1 {
    font-size: 1.9em;
}
h2.sub {
    margin-bottom: -5px;
}
h3 {
    font-size: 18px;
    display: block;
    margin-top: 30px;
    margin-bottom: 0.2em;
}
img.profile {
    max-width: 200px;
}

td {
  vertical-align: top;
}
