body div#wrapper {
    margin: .5em auto;
}
div#header {
    font-family: serif;
    padding: 1em 1em 0;
}
div#header span#headerText {
    font-size: 220%;
}
div#header span#headerText a {
    color: black;
    text-decoration: none;
}
div#header span#headerSubText {
    font-style: italic;
    margin-left: 1em;
}
div#header span#headerSubText a {
    color: black;
    text-decoration: none;
}
div#footer {
    display: none;
}

div.breadcrumbs {
    border-bottom: 1px solid #976;
    border-top: 1px solid #cba;
    border-top: none;
    font-size: 70%;
    padding: .3em .1em .3em 1.5em;
}

/* --- Menu --- */
div.menu ul#mainMenu {
    display: none;
}

/* --- Content --- */
div#content {
    padding: .5em 0;
}

/* --- Standard tags --- */
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-family: UnDotum, Verdana, serif;
    margin: .5em 0 0 .25em;
    text-shadow: #7a8 .1em .1em .1em;
}
h1 {
    color: #586;
    font-size: 200%;
    margin-top: 0;
}
h2 {
    color: #475;
    font-size: 180%;
    margin-left: .3em;
}
h2 span.subheading {
    font-size: .5em;
}
h3 {
    color: #364;
    font-size: 160%;
    margin-left: .35em;
}
h4 {
    color: #253;
    font-size: 140%;
    margin-left: .4em;
}
h5 {
    color: #142;
    font-size: 120%;
    margin-left: .45em;
}
h6 {
    color: #031;
    font-size: 100%;
    margin-left: .5em;
}
p {
    margin: .5em 1em .7em;
    line-height: 1.25em;
}
ul {
    margin-top: .5em;
    list-style-type: disc;
}
a:link {
    color: #731;
    text-decoration: underline;
}
a:visited {
    color: #731;
    text-decoration: underline;
}
a:hover {
    color: #d00;
    text-decoration: underline;
}
a:active {
    color: #b00;
    text-decoration: underline;
}

div.thumbnails {
    margin: .5em 1em .7em;
}

p.educationDate, p.workDate {
    clear: right;
    float: right;
    margin-bottom: .3em;
    margin-top: .2em;
}
p.educationLocation, p.workEmployer {
    font-weight: bold;
    margin-bottom: .3em;
    margin-top: .2em;
}
p.educationDescription {
    clear: both;
    margin-top: .3em;
}
