body
{
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
    background-color: #22231d;
}

h1
{ 
    margin: 5px;
    text-indent: 200px;
    font-family: 'Times New Roman';
    font-size: 30pt;
    text-transform: uppercase;
    background: url(../images/soulspazm.jpg) top left no-repeat;
    color: #fff;
}

a { color: #fff; }

ul { margin: 0; padding: 0; list-style: none; }
    li { margin: 0; padding: 0; }

.rte-area { border: solid 1px #666666; background-color: #ccc; }
    p#contact .rte-area { height: 300px; }
    p#bio .rte-area { width: 500px; height: 300px; }
div#container {
    float: left;
    width: 90%;
    margin: 10px;
}
    div#leftcolumn
    {
        float: left;
        width: 400px;
    }
    div#content
    {
        float: left;
        width: 550px;
    }
        div#leftcontent
        {
            float: left;
            width: 50%;
        }
        div#rightcontent
        {
            float: left;
            width: 50%;
        }

