﻿body
{
    background-color: #000000;
    background-image: URL( 'bg.jpg' );
    background-position: top;
    background-repeat: no-repeat;
    font-family: Verdana;
    font-size: 11px;
    color: #999999;
}

#contentWrapper
{
    width: 850px;
    margin: 0px auto;
    min-height: 100%;
}

#menuContainer
{
    background-image: url(./banner.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 109px;
}

#social
{
    float: right;
    margin: 5px 5px 0px 0px;
}

.menu
{
    text-align: center;
    padding-top: 40px;
    width: 848px;
}

.menuItem
{
    background-color: #939393;
    padding: 5px 5px 5px 5px;
    width: 106px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border-left: 3px solid black;
    border-right: 3px solid black;
}

.menuItemSelected
{
    border-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
}

.menuItem a
{
    color: #FFFFFF;
}

.leftWell
{
    width: 625px;
    float: left;
    margin-left: 5px;
}

.rightWell
{
    width: 210px;
    float: right;
    margin-right: 5px;
}

.fullWell
{
    width: 850px;
}

.contentWell
{
    overflow: hidden;
    margin: 10px 10px 10px 10px;
    border-style: solid;
    border-color: #4F1B18;
    border-width: 1px;
    background-color: #360D0A;
    padding: 10px 10px 10px 10px;
}

a:link
{
    color: #FFFFFF;
    text-decoration: none;
}

a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}

a:active
{
    color: #FFFFFF;
    text-decoration: none;
}

h1
{
    font-size: 14px;
    font-weight: bolder;
    color: #996666;
    margin: 0px 0px 10px 0px;
}

h2
{
    font-size: 11px;
    color: #996666;
}

#bandNav
{
    width: 110px;
    float: left;
}

#bandContent
{
    width: 690px;
    float: right;
}

.bandPhoto
{
    position: absolute;
    z-index: 1;
}

.bandBio
{
    height: 450px;
    width: 270px;
    position: absolute;
    z-index: 2;
    margin: 5px 5px 5px 390px;
    overflow: auto;
    border: 2px;
    border-style: solid;
    border-color: Black;
    background-color: Black;
    padding: 5px;
}

.tourPhoto
{
    position: absolute;
    z-index: 1;
}

.tourInfo
{
    color: Black;
    font-size: 14px;
    text-align: center;
    height: 400px;
    width: 270px;
    position: absolute;
    z-index: 2;
    margin: 5px 5px 5px 510px;
    overflow: auto;
    border: 2px;
    border-style: solid;
    border-color: Black;
    padding: 5px;
}

.tourInfo a
{
    color: Black;
    text-decoration: underline;
}

.modalPopup
{
    width: 600px;
    background-color: Black;
    padding: 20px 20px 20px 20px;
}

.modalBackground
{
    background-color: #CCCCFF;
    filter: alpha(opacity=40);
    opacity: 0.5;
}

