﻿BODY, DIV, P
{
    margin: 0px;
    font-size: 10pt;
    color: #444;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;
}

A
{
    color: Navy;
}

#header
{
    width: 100%;
    background: black url('images/header_bg.png') repeat-x;
    text-align: center;
}

#body
{
    width: 100%;
    background: white url('images/body_bg.png') repeat-x;
    min-height: 350px;
    padding-top: 20px;
}

#content
{
    width: 465px;
    min-height: 310px;
    margin: 0px auto;
    padding: 20px;
    background: #eee;
}

TABLE#vcard
{
    margin-top: 20px;
    margin-left: 100px;
}
TABLE#vcard TH
{
    font-weight: normal;
    text-align: right;
}
TABLE#vcard TH, TABLE#vcard TD
{
    padding-bottom: 15px;
}

H1
{
    font-size: 100%;
    text-align: center;
}

H6
{
    color: #aaa;
    font-weight: normal;
    margin-top: 60px;
    font-size: 8pt;
    text-align: center;
}

