body {
    background-color: #3c1563;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: center;
}

#wrapper {
    width: 700px;
    min-height: 600px;
    margin: 0 auto;
    background: #2e1261 url('/img/bg_sb.png') top center no-repeat;
    padding: 244px 50px 0px 50px;
    position: relative;
}

body#home #wrapper {
    background-image: url('/img/bg_sbe.png');
}

#global-nav li {
    display: inline;
    padding: 0px 5px;
}

#global-nav a {
    text-decoration: none;
    text-transform: uppercase;
}

#content {
    text-align: left;
    margin-top: 30px;
    border-top: 0px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
}

#content .column {
    width: 48%;
}

#content .column-1 {
    float: left;
}

#content .column-2 {    
    float: right;
}

body#home .column-1 {
    width: 36% !important;
    padding-top: 218px;
}

body#home .column-2 {
    width: 60% !important;
}

body#band .column-1 {
    width: 65% !important;
}

body#band .column-2 {
    width: 31% !important;
}

#footer {
    background: url('/img/bg_footer.png') no-repeat top center;
    min-height: 49px;
}

p {
    padding: 5px 0px;
}

a {
    color: #fff;
}

a:hover,
a.selected {
    color: #EC7827;
}

h1,
h2,
h3,
h4 {
    font-weight: bold;
    margin: 5px 0px;
}

h1 {
    margin-left: -10000px;
    position: absolute;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.yellow {
    color: #FEFA6F;
}

.yellowbig {
    color: #FEFA6F;
    font-size: 16px;
}

.yellowbigger {
    color: #FEFA6F;
    font-size: 20px;
}

.yellowhuge {
    color: #FEFA6F;
    font-size: 28px;
    font-weight: bold;
}

.whitebig {
    color: #FFFFFF;
    font-size: 18px;
}

.gigdate {
    font-size: 16px;
}

img.border {
    border: 2px solid #fff;
}

ul.gallery li {
    display: inline;
    margin-right: 5px;
}

span.displaynone { display:none; }  
