@charset "utf-8";
/* CSS Document */
body {
    background-image: url(../image/RoyalGorgeBkgd2.jpg);
    background-position: bottom right;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #fff;
    margin: 0
    }
#header {
    width: 100%;
    background-color: #acb8c8;
    height: 100px;
    border-bottom: 2px solid #344760
    }
#header-left {
    position: absolute;
    left: 0;
    width: 150px
    }
#header-title {
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    color: #344760;
    font-family: Georgia, "Times New Roman", Times, serif
    }
#header-right {
    position: absolute;
    top: 0;
    right: 0
    }
#main {
    width: 85%;
    height: 100%
    }
#welcome {
    width: 55%;
    margin: 0;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #d1c9c1;
    float: left;
    color: #4e3e2e;
    text-align: left;
    align: center;
    border: 1px solid #4e3e2e
    }
#history {
    width: 95%;
    background-color: white;
    border: 1px solid #4e3e2e;
    padding: 5px;
    text-align: left;
    align: center
    }
#nav-bar {
    float: left;
    width: 20%;
    background-color: #acb8c8;
    padding: 5px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #344760
    }
.nav-bar-header {
    margin: -5px;
    background-color: #344760;
    height: 100%;
    width: 100%;
    padding: 5px;
    color: #d1c9c1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold
    }
#side-bar {
    float: left;
    width: 20%;
    background-color: #acb8c8;
    padding: 5px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    border-right: 1px solid #344760;
    border-bottom: 1px solid #344760
    }
.side-bar-header {
    margin: -5px;
    background-color: #344760;
    height: 100%;
    width: 100%;
    padding: 5px;
    color: #d1c9c1;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold
    }
.clear {
    clear: both;
    line-height: 0;
    height: 0
    }
h1, h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-variant: small-caps
    }
#footer a {
    text-decoration: none;
    color: #d1c9c1
    }
#footer a:hover {
    text-decoration: underline
    }
a {
    text-decoration: none;
    color: #344760
    }
a:hover {
    text-decoration: underline
    }
.hrule-dots {
    font-size: 0.1em;
    height: 1px;
    line-height: 0;
    padding: 0;
    margin: 5px;
    background: url(../image/rule-h-gray-dots.gif) 0 50% repeat-x
    }
.nav-bar-notes {
    font-size: 12px;
    font-style: italic
    }
#footer {
    padding: 5px;
    width: 95%;
    background-color: #344760;
    color: #d1c9c1;
    border: 1px solid #344760;
    text-align: left
    }