#header {
    /*background: lightgreen;*/
    border-bottom: solid thin red;
    margin-bottom: 1.5em;
}

#left {
    position: absolute;
    left: 0.5em;
    width: 10em;
    background: lightgreen;
    margin-top: 1.5em;
    border-left: solid 5px green;
}

#left ul {
    list-style: none;
}

#main {
    margin-left: 12em;
}

#esvp {
    float: right;
    border: solid thin black;
    width: 12em;
    padding-left: 1em;
    padding-bottom: 1em;
    text-align: center;
}

#announcement {
    position: absolute;
    font-family: cursive;
    font-style: italic;
    text-align: center;
    font-size: 120%;
}

#announcement .name {
    font-size: 120%;
}

#tiki {
    width: 20em;
    border: solid thin black;
    padding-left: 1em;
    padding-bottom: 1em;
}

