body
{
    font-family: sans-serif;
    color: white;

    background: black;
}

#float_left
{
    float: left;
    clear: left;
}

#float_right
{
    float: right;
    clear: right;
}

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

a:hover
{    text-decoration: none;
	background: #990000;
	color: black;
}

h1
{
    font-size: xx-large;
}

p.center
{
    text-align: center;
}
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: 2em;    font-variant: small-caps;    line-height: 1.2em;}#frame
{
    background: black;    background-repeat: no-repeat;
    background-position: top right;

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

    border: thin double gray;

    width: 80%;
    overflow: hidden;    

    vertical-align: top;
}
