body
{
    background: #5b3005;
    margin: 0;
    font: 10pt/14pt 'Lucida Grande' , Verdana, Helvetica, sans-serif;
}

A:link
{
    color: #DFA478;
    text-decoration: none;
}
A:hover
{
    text-decoration: underline;
}
A:active
{
    color: #DFA478;
    text-decoration: none;
}
A:active:hover
{
    text-decoration: underline;
}
A:visited
{
    color: #DFA478;
    text-decoration: none;
}
A:visited:hover
{
    text-decoration: underline;
}

#header
{
    background: url(/res/img/headerbg.gif) no-repeat #552A00 top left;
    width: 364px;
    height: 574px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    float: left;
}

#wrap
{
    width: 800px;
    height: 651px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #552A00;
    border: #DFA478 1px solid;
    overflow: hidden;
}

#navcontainer
{
    background: url(/res/img/bg.gif) #B89482;
    width: 134px;
    height: 574px;
    position: absolute;
    margin-top: 0px;
    margin-left: 230px;
}

#navlist
{
    padding-left: 10px;
}

#navlist li
{
    margin-top: 15px;
    background: transparent;
    list-style-type: none;
    text-align: left;
    font-family: 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    color: #666666;
    width: 150px;
}

#navlist li a:link
{
    color: #2C201D;
    text-decoration: none;
}
#navlist li a:visited
{
    color: #552A00;
    text-decoration: none;
}
#navlist li a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

#navlist li a.activeMenu
{
    color: #FFFFFF;
    text-decoration: underline;
}

#navlist .subMenu
{
    padding-left: 5px;
    width: 110px;
}

h3
{
    font-size: 18px;
    font-weight: bold;
    color: #DFA478;
    letter-spacing: -2px;
    font-style: normal;
}

#content
{
    height: 532px;
    width: 394px;
    background: #552A00 url(/res/img/contentbody.gif) no-repeat;
    padding: 21px;
    text-align: left;
    font: 9pt/14pt 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    color: #FFFFFF;
    font-style: italic;
    overflow-x: hidden;
    overflow-y: auto;
}

#footer
{
    clear: both;
    background: #2C201D;
    padding: 9px;
    padding-top: 0;
    text-align: right;
    text-transform: uppercase;
    font: 8pt/9pt 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    color: #333333;
}

#titleBar
{
    clear: both;
    background: #2C201D;
    padding: 9px;
    font-family: 'Lucida Grande' , Verdana, Helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    height: 1em;
}

#title, #titleLeft
{
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    float: right;
}

#titleLeft
{
    float: left;
    clear: both;
}


.pullquote
{
    color: green;
    width: 150px;
    float: right;
    width: 150px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-bottom: 10px;
    font-family: 'Lucida Grande' , Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -3px;
    text-align: right;
    color: #DFA478;
}


.cmsImage
{
    padding: 3px;
    margin: 6px;
    border: 1px solid white;
}

.floatRightImage
{
    float: right;
}

.floatMiddleImage
{
    text-align: center;
}

.tourDates
{
}

.tourDates dd
{
    margin-bottom: 1em;
    margin-left: 10px;
}

.tourDates dd a
{
    font-weight: bold;
}