
body
{
    background: transparent url(/images/body-bg.gif) repeat-x scroll left top;
    background-color: #fff;
    color: #000;
    margin: 0;
    padding: 0;
    font-family: Georgia;
}

div#header
{
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 775px;
}

div#logo
{
    padding-top: 5px;
}

div#navigation
{
    background: transparent url(/images/navbar-bg.png) repeat-x scroll 0 0;
    height: 35px;
}

#menu
{
    margin-left: auto;
    margin-right: auto;
    width: 775px;
    font-family: Trebuchet MS, arial, "lucida console" ,sans-serif;
}

#menu ul
{
    float: right;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin-top: 0;
}

#menu ul li
{
    display: block;
    float: left;
    padding: 4px 6px 6px 0;
    text-align: center;
}

#menu ul li a
{
    color: #000;
    font-size: 16px;
}

a:link
{
    font-style: normal;
}

#menu ul li a:hover
{
    color: #c74317;
}

div#footer-container
{
    background: #fff url(/images/footer-bg.png) repeat-x scroll 0 0;
    text-align: center;
    margin-top: 50px;
}
div#footer
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    width: 775px;
    font-size: 0.7em;
}

div#footer img#small-logo
{
    margin-top: 10px;
}

div#content
{
    margin-left: auto;
    margin-right: auto;
    width: 775px;
}

h1, h2, h3
{
    color: #c74317;
    font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
}

h1
{
    font-size: 1.9em;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1.1em;
    margin-bottom: 0px;
}

p
{
    line-height: 1.4em;
}

p.top
{
    margin-top: 3px; 
}

p.footnote
{
    font-size: 0.7em;
}

.contact-message
{
    padding-bottom: 200px;
}

p#tour-link
{
    text-align: center;
    font-size: 1.4em;
    padding: 20px 0 180px 0;
}

p#follow-us a
{
    background: transparent url(/images/small-twitter-logo.png) no-repeat scroll 0 0;
    padding-right: 66px;
    background-position: right bottom;
}

div.item
{
    border-bottom: dotted 1px #c0c0c0;
}

div.last
{
    border-bottom: none;
}

p.posted
{
    font-size: .7em;
    color: #999;
    font-family: Lucida Sans Unicode, Arial, Helvetica, Sans-Serif;
    padding-bottom: 10px;
}

ul.links
{
    line-height: 1.6em;
    padding-bottom: 180px;
}
