﻿body 
{
    background-color:Black;
    text-align:center;
}

h1
{
    font-size: 1.3em;
    font-weight:normal;
    margin: 0;
    padding: 0;
}

hr
{
    color: Black;
    border: none;
    border-bottom: dotted 1px #666666;
}

h2
{
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

img {border-style: none;
}

a, a:link, a:visited
{
    color: #DDDDDD;
}

#container
{
    margin: 10px auto;
    text-align:left;
    font-family: Arial, Heltivica, Sans-Serif;
    font-size: 0.7em;
    line-height: 150%;
    width: 1000px;
    color: #CCCCCC;
}

#content
{
    margin: 40px;
    margin-top: 20px;
}

#banner
{
    width: 1000px;
    height: 259px;
}

#gigs
{
    text-align:right;
    float:right;
    width: 300px;
}
  

#biog
{
    float:left;
    width: 600px;
}


#footer
{
    clear:both;
    border-top: dotted 1px #333333;
    color: #666666;
    text-align:center;
}

#footer a, #footer a:link, #footer a:visited
{
    color: #999999;
}

