body
{
    font-family: sans-serif;
}

img
{    border: none;
}

a:link, a:visited
{
    text-decoration: none;
    color: blue;
}

a:hover
{    text-decoration: underline;
}

h1
{
    font-size: xx-large;
}p.artist{    font-weight: bold;    line-height: 0.5em;}p.residency{       color: gray;    font-variant: small-caps;    text-transform: lowercase;    text-indent: 1em;    line-height: 0em;}p.info{    margin-top: 1.5em;    font-variant: small-caps;    line-height: 1.2em;}#frame
{
    background: white url('uffie2.jpg');    background-repeat: no-repeat;
    background-position: right;

    margin-top: 2em;
    margin-left: 10%;
    margin-right: 10%;

    border: thin double black;

    overflow: auto;    width: 80%;
}#content{    float: left;    clear: left;        margin-top: 1em;    margin-left: 1.5em;}#picture
{
        float: right;
        clear: right;

        margin: 0em;
}

#footer
{
        margin-top: 0.5em;
        clear: both;
        text-align: center;
}
