html, body, table, th, td, p, div, h1, h2, h3, h4 {
    color:          #E0D0B6;
    font-family:    Helvetica, sans-serif;
    line-height:    1.2em;
    margin:         0em;
    text-align:     left;
    vertical-align: top;
    }

html, body {
    background:     #211E12;
    font-size:      1em;
    padding:        1em 0em 0em 0em;
    }

a, a:visited, a:active {
    /* color: #E0D0B6; */
    color: #fff;
    text-decoration: none;
    }

a:hover {
    color: #fff;
    text-decoration: underline;
    }
    
img {
    border: none;
    }

optgroup {
    font-style: normal;
    font-weight: bold;
    }

optgroup option {
   font-weight: normal;
   }
    
#mainBody {
    position: absolute;
    top:     0px;
    background: #3B442E;
    margin:  0px auto 0px auto;
    padding: 0px;
    min-height:     100%;
    }
    
#bodyTbl {
    margin-top: 0em;
    padding-top: 1em;
    }

#content {
    margin-left: 2em;
    }

#sideBar {
    margin-left: 2em;
    /* margin-top: 1.2em; */
    margin-right: 2em;
    }
    
h1, h2, h3 {
    font-size: 1.1em;
    padding: 0em;
    margin: 0em;
    }

p {
    padding: 0em;
    margin: 0em 0em 1em 0em;
    }

.newsPost {
    width: 39em;
    line-height: 1.1em;
    }

.newsPost p {
    text-align: justify;
    }

a.nav, a.nav:active, a.nav:visited {
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    line-height: 1.2em;
    color: #E0D0B6;
    }
    
a.nav:hover {
    font-size: 1.1em;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    color: #E0D0B6;
    }
    
#sideBar a, #sideBar a:active, #sideBar a:visited {
    text-decoration: none;
    font-weight: bold;
    color: #E0D0B6;
    }
    
#sideBar a:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #E0D0B6;
    }
	
td {
    text-align: left;
    vertical-align: top;
    }
    
#outSoon, #outNow, #address {
    font-size: .8em;
    }
    
#outSoon a.band, #outSoon .band, #outNow a.band, #outNow .band {
    font-size: 1.2em;
    font-weight: bold;
    }

.thumb {
    border: 1px solid #E0D0B6;
    }
