body {
    background: #FFF url('img/stain.png') left top no-repeat;
    padding: 50px 50px 30px 40px;
    margin: 0;
    border: 0;
    color: black;
    font-size: 12pt;
    font-family: Helvetica, "Gill Sans", Arial, sans-serif;
}

a img {
    border: 0;
}

a {
    color: #66c;
    text-decoration: underline;
}

h1 {
    font-size: 25pt;
    text-align: center;
    color: black;
    margin: 20px 0 20px 0;
    font-weight: normal;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    position: relative;
}

h1 span.name {
    font-weight: bold;
}

table#set {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: 0;
}

table#set td {
    width: 33%;
    padding: 0 10px 0 70px;
    font-family: "Hoefler Text", Georgia, serif;
    color: #444;
    vertical-align: top;
}

table#set td em {
    color: #000;
}

table#set td strong {
    font-family: Helvetica, "Gill Sans", Arial, sans-serif;
    color: #000;
}

table#set td p {
    margin: 10px 0 0 0;
}

td#n1 {
    background: url('img/number_1.png') left top no-repeat;
}

td#n2 {
    background: url('img/number_2.png') left top no-repeat;
}

td#n3 {
    background: url('img/number_3.png') left top no-repeat;
}

table#ret {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    margin-top: 20px;
    border: 0;
}

table#ret td {
    width: 50%;
    padding: 0 10px 0 70px;
    font-family: "Hoefler Text", Georgia, serif;
    color: black;
    vertical-align: top;
}

table#ret td strong {
    font-family: Helvetica, "Gill Sans", Arial, sans-serif;
}

table#ret td p {
    margin: 10px 0 0 0;
}

table#ret td#s2 {
    background: url('img/number_p.png') left top no-repeat;
}

table#ret td#s1 {
    background: url('img/number_c.png') left top no-repeat;
    padding-right: 30px;
}

div#projects {
    height: 11em;
    overflow: auto;
    padding: 0 5px 0 0;
    width: 100%;
    margin: 0;
}

div#projects p {
    margin: 0 0 10px 0 !important;
}

div#projects p code {
    color: #999;
    font-family: Courier, monospace;
}

div#projects p strong {
    color: #666;
}

div#links {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 3px 5px 2px 8px;
    background: #e0e0e0 url('img/corner2.gif') top right no-repeat;
    font-size: 1px;
}

div#links img {
    margin: 2px 0;
}

p#lang {
    position: absolute;
    top: 10px;
    left: 40px;
    color: navy !important;
    margin: 0;
    font-size: 10pt;
}

div#recom {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    padding: 5px 10px 0 0;
}

div#recom img {
    vertical-align: middle;
}
