html {
    overflow-y: scroll;
}

body {
    background: url("bg.png") #e6e1e2;
    background-repeat: repeat-x repeat-y;
    color: #1f1f1f;
    font-family: "Lucida Grande", "Lucida Sans", Arial, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 1.5em;
}

h1 {
    margin: 0;
    font-size: 1.5em;
}

h2 {
    margin: 1em 0 0.5em;
    font-size: 1.5em;
    color: #d9001d;
}

h2:first-child, p:first-child {
    margin-top: 0;
}

h3 {
    font-size: 1.5em;
}

#header {
    width: 360px;
    height: 116px;
    position: relative;
    margin: 40px auto 0;
    padding: 0 10px 0 130px;
    background: url("header.png") no-repeat center;
}

#header #title {
    height: 40px;
    margin: 0;
    visibility: hidden;
}

#header #subtitle {
    height: 30px;
    margin: 10px 0 0;
}

#navigation {
    width: 350px;
    margin: 0 0 0 10px;
    padding: 8px 0 0;
    color: #fff;
    font-size: 0.9em;
}

#navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#navigation li {
    display: inline;
    margin: 0 1em 0 0;
    padding: 0;
}

#navigation a {
    text-decoration: none;
    color: #fff;
}

#navigation a:hover {
    color: #d9cecf;
}

#page {
    width: 440px;
    min-height: 370px;
    margin: 0 auto;
    padding: 20px 30px 30px;
    background: url("page.png") repeat-y center;
    text-align: justify;
}

#page a {
    text-decoration: none;
    font-weight: bold;
    color: #d9364c;
}

#page a:hover {
    text-decoration: underline;
}

#page p {
    font-size: 0.9em;
}

.vcard {
    margin: 0 30px;
    padding: 0 20px 20px;
    border: solid 1px #808080;
    -moz-box-shadow: 1px 1px 12px #ccc;
    -webkit-box-shadow: 1px 1px 12px #ccc;
}

.vcard div {
    font-size: 0.9em;
    margin: 0.5em 0;
}

.wide {
    width: 436px;
    border: solid 2px #1f1f1f;
}

.caption {
    float: left;
    width: 90px;
    margin-right: 10px;
    color: #d96c7b;
    font-size: 0.85em;
    font-weight: bold;
}

.social {
    width: 36px;
    border: 0;
    margin-right: 0.5em;
}

#footer {
    width: 460px;
    height: 26px;
    margin: 0 auto 40px;
    padding: 10px 20px 5px;
    background: url("footer.png") no-repeat center top;
    font-size: 0.85em;
    color: #808080;
}

#footer a {
    text-decoration: none;
    color: #1f1f1f;
}

#footer a:hover {
    text-decoration: underline;
}

.lang {
    float: right;
    margin-left: 1em;
}

