BODY
{
    background-color : #000000;  
}

P
{
    font-family: verdana;
    color: #A6A6A6;
    font-size: 12px;
}

B
{
    font-family: verdana;
    color: #A6A6A6;
    font-size: 12px;
}

I
{
    font-family: verdana;
    color: #A6A6A6;
    font-size: 12px;
}

A 
{
    font-family: verdana;
    color: #A6A6A6;
    font-size: 12px;
    text-decoration: none; 
}

A:Hover 
{

}

#top
{
    border: 1px;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-top: 0px;
    border-bottom: 0px;
    margin: 0px;
    padding: 0px;
    background-image: url('top.jpg');
}

#navi
{
    border: 1px;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-top: 0px solid #5A5A5A;
    border-bottom: 0px solid #5A5A5A;
    padding: 0px;
    background-image: url('navi.jpg');
    background-repeat: x-repeat;
    background-position: center middle;
}

#main
{
    border: 1px;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-top: 0px solid #5A5A5A;
    border-bottom: 0px solid #5A5A5A;
    padding-left: 15px;
    padding-right: 0px;
    padding-top: 2px;
    padding-bottom: 0px;
    margin: 0px;
    background-color: #000000;
    background-image: url('mainback.jpg');
    background-repeat: repeat-y;
    background-position: center top;
}

#inside
{
    padding-left: 25px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin: 0px;
}

#side
{
    width: 170px;
    align: left;
    valign: top;
    padding: 3px;
    margin: 0px;
    background-color: #333a57;
    border: 0px;
    border-left: 2px solid #A6A6A6;
    border-right: 1px solid #A6A6A6;
    border-top: 2px solid #A6A6A6;
    border-bottom: 1px solid #A6A6A6;
}

#submenu
{
    border: 1px;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-top: 0px solid #5A5A5A;
    border-bottom: 0px solid #5A5A5A;
    padding: 3px;
}

#bottom
{
    border: 1px;
    border-right: 1px solid #A6A6A6;
    border-left: 1px solid #A6A6A6;
    border-top: 0px solid #5A5A5A;
    border-bottom: 0px solid #5A5A5A;
    padding: 3px;
    background-image: url('navi.jpg');
    background-repeat: x-repeat;
    background-position: center middle;
}

#gigs
{
    border-bottom: 1px solid #A6A6A6;
}

#cancel 
{
    font-family: verdana;
    color: #A6A6A6;
    font-size: 12px;
    text-decoration: line-through; 
}