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

a img {
    border: 0;
}

a {
    color: #009;
    text-decoration: underline;
}

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

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

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

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

table#myself td em {
    color: #000;
    font-style: normal;
}

table#myself td strong, h2 {
}

h2 {
    font-family: Helvetica, "Gill Sans", Arial, sans-serif;
    color: #000;
    margin: 10px 0 0;
    font-size: 14pt;
}

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

td#who {
    background: url('../_images/number_1.gif') left top no-repeat;
}

td#what {
    background: url('../_images/number_2.gif') left top no-repeat;
}

td#how {
    background: url('../_images/number_3.gif') left top no-repeat;
}

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

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

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

table#more td#projects {
    background: url('../_images/number_5.gif') left top no-repeat;
}

table#more td#contact {
    background: url('../_images/number_4.gif') left top no-repeat;
    padding-right: 30px;
}

div.projects {
    height: 13em;
    overflow: auto;
    padding: 0 10px 0 0;
    width: 100%;
    margin: 0;
    color: #444;
}

div.projects em {
    color: #000;
    font-style: normal;
}

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('../_images/corner2.gif') top right no-repeat;
    font-size: 1px;
display:none;
}

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

p#lang {
    margin: 0;
    color: #333;
    font-size: 10pt;
    padding: 2px 5px 3px;
    text-align: right;
}

p#lang strong {
    color: #fff;
    color: #000;
    padding: 2px 0 3px 20px;
}

p#lang strong.english {
    background: url('../_images/flag_en.gif') left center no-repeat;
}

p#lang strong.romana {
    background: url('../_images/flag_ro.gif') left center no-repeat;
}

p#lang a {
    padding: 2px 0 3px 20px;
    color: #fff;
    color: #333;
}

p#lang a:hover {
    color: #000;
}

p#lang a.english {
    background: url('../_images/flag_en-bw.gif') left center no-repeat;
}

p#lang a.english:hover {
    background: url('../_images/flag_en.gif') left center no-repeat;
}

p#lang a.romana {
    background: url('../_images/flag_ro-bw.gif') left center no-repeat;
}

p#lang a.romana:hover {
    background: url('../_images/flag_ro.gif') left center no-repeat;
}

table#others {
    width: 100%;
    margin: 2em 0 0 0;
    border-collapse: collapse;
}

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

td#recommend {
    width: 1%;
    background: url('../_images/number_7.gif') left top no-repeat;
    width: 33%;
}

td#quote {
    width: 98%;
    width: 33%;
    background: url('../_images/number_8.gif') left top no-repeat;
}

td#personal {
    width: 1%;
    width: 33%;
    background: url('../_images/number_6.gif') left top no-repeat;
}

td#personal a {
    color: #555;
    padding: 2px 5px 3px 22px;
    background-repeat: no-repeat;
    background-position: left center;
}

td#personal a:hover {
    color: #000;
}

td#personal a#aranea {
    background-image: url('../_images/aranea-bw.gif');
}

td#personal a#aranea:hover {
    background-image: url('../_images/aranea.gif');
}

td#personal a#xlife {
    background-image: url('../_images/xlife-bw.gif');
}

td#personal a#xlife:hover {
    background-image: url('../_images/xlife.gif');
}

td#personal a#aikan {
    background-image: url('../_images/aikan-bw.gif');
}

td#personal a#aikan:hover {
    background-image: url('../_images/aikan.gif');
}

td#personal a#webmail {
    background-image: url('../_images/webmail-bw.gif');
}

td#personal a#webmail:hover {
    background-image: url('../_images/webmail.gif');
}

td#personal a#photo {
    background-image: url('../_images/photo-bw.gif');
}

td#personal a#photo:hover {
    background-image: url('../_images/photo.gif');
}

