
body {
    background: #5c3d2c;
    min-height: 940px;
    min-width: 940px;
    font-family: Arial, Helvetica, sans-serif;
}

#bg {
    height: 100%;
    position: fixed;
    overflow: hidden;
    width: 100%;
}

#bg img {
    position: fixed;
    width: 100%;
}

/*

.ipad body, .iphone body, .ipod body, .ie6 body {
    background: #5c3d2c url(/images/splash_bg.jpg) no-repeat fixed center center;
}

.ipad #bg, .iphone #bg, .ipod #bg, .ie6 #bg {
    display: none;
}

*/

#logo {
    left: 0;
    position: absolute;
    text-align: right;
    top: 111px;
    width: 820px;
    z-index: 2;
}

#logo a, #logo img {
    display: inline-block;
}

#content {
    background: #fff;
    background: rgba(255, 255, 255, 0.96);
    left: 56px;
    margin-bottom: 75px;
    position: absolute;
    top: 190px;
    width: 764px;
    z-index: 2;
    -moz-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
}

#title {
    float: left;
    width: 103px;
}

#content_padding {
    float: right;
    padding: 40px 40px 40px 0px;
    width: 590px;
    font-size: 14px;
    line-height: 20px;
}

#nav {
    left: 0;
    line-height: 12px;
    position: absolute;
    text-align: right;
    top: 158px;
    width: 828px;
    z-index: 2;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

#nav a {
    color: #fff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin: 0 8px;
    text-decoration: none;
}

#nav a:hover {
	font-variant:small-caps;
}

#nav a.active {
    font-weight: bold;
}

#footer {
    border-top: 1px solid #ccc;
    color: #999;
    margin: 40px;
    padding-top: 5px;
}

#footer_left {
    text-align: left;
    font-size: 9px;
}

#footer_middle {
    text-align: center;
}

#footer_right {
    text-align: right;
    font-size: 9px;
}

.photo_with_caption {
    color: #999;
    float: right;
    font-size: 9px;
    margin: 0 0 18px 18px;
    text-align: right;
}

.photo_with_caption img {
    margin-bottom: 3px;
}

/***************************************************************** Tour Page */

.tour_left {
    float: left;
    font-family: Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 23px;
    padding: 0 15px 0 0;
    text-align: right;
    width: 130px;
}

.tour_right {
    float: left;
    font-size: 11px;
    line-height: 17px;
    padding: 4px 0 0 0;
    text-align: left;
    width: 440px;
}

.tournote {
    font-weight: bold;
    color: #BF8B38;
}

/********************************************************************* Links */

a {
    color: #6f533d;
	font-size: 12px;
    font-weight: normal;
}

a:hover {
    color: #443325;
	font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
	font-variant: small-caps;
}

