HTML {
    background-color: #c6ba86;
}
BODY {
    font-family: Verdana, Helvetica, Arial, sans-serif;
}

#informational {
    display: none;
}

.header {
    margin-top: 30px;
    background-color: #4d5651;
    height: 100px;
}
.header H2 {
    color: #d5886a;
    font-size: 120%;
    float: left;
    margin-top: 5px;
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}
.header H2 A {
    color: #d5886a;
    text-decoration: none;
}
.header H2 A:hover {
    color: white;
}

#main {
    background-color: #ddbc49;
}

#main-body {
    position: relative;
    height: 426px;
}

#sidebar {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 260px;
    height: 420px;
}

#main-content {
    position: absolute;
    top: 6px;
    left: 266px;
    width: 484px;
    height: 420px;
    background-color: #888c8b;
}

#caption-left {
    color: #515554;
    font-size: 11px;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-left: 14px;
    margin-top: 10px;
}
#caption-left P {
    margin-bottom: 6px;
}

#caption-bottom {
    clear: both;
    float: left;
    color: #515554;
    font-size: 11px;
    font-family: Verdana, Helvetica, Ariel, sans-serif;
    padding: 0px;
    margin: 0px;
    margin-left: 14px;
    margin-top: 3px;
    width: 450px;
    text-align: left;
}
#caption-bottom P {
    margin-bottom: 5px;
}

#image-right {
    float: right;
    margin-left: 5px;
    margin-top: 2px;
}

#image-top {
    float: right;
}

#splash-big-link {
    position: absolute;
    top: 8px;
    width: 750px;
    height: 300px;
    text-align: center;
}
##splash-big-link A {
    text-decoration: none;
}

#splash {
    margin-top: 40px;
    background-image: url(/images/index-splash.jpg);
    background-repeat: no-repeat;
    width: 750px;
    height: 436px;
    position: relative;
}
#splash-links {
    position: absolute;
    bottom: 40px;
    width: 750px;
    text-align: center;
}
#splash-links H2 {
    font-size: 150%;
    font-weight: normal;
    display: inline;
    margin: 15px;
    letter-spacing: 8px;
}
#splash-links A {
    text-decoration: none;
    color:  #574030;
}
#splash-links A:hover {
    color: black;
}

#footer {
    background-color: white;
    font-size: 10px;
    font-weight: bold;
    color: #696b6a;
    height: 22px;
    padding-left: 10px;
    vertical-align: middle;
}
#footer P {
    padding-top: 5px;
}


#thumbnails {
    padding-top: 12px;
    margin-left: 18px;
    margin-right: 18px;
}
#thumbnails IMG {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
}
#thumbnails A {
    border: none;
}

#other-content {
    position: absolute;
    top: 6px;
    left: 266px;
    width: 484px;
    height: 420px;
    background-color: #4d5651;
}
#other-content A {
    color: white;
}

#admin-content {
    position: absolute;
    top: 6px;
    left: 266px;
    width: 484px;
    height: 420px;
    background-color: #4d5651;
    overflow-y: auto;
}
#admin-content A {
    color: white;
}

#bio-quote {
    color: #adacaa;
    font-size: 90%;
    text-align: center;
    font-family: Georgia, 'Times New Roman', 'Times', serif;
}

#bio-portrait {
    display: block;
    float: left;
    margin-left: 20px;
    margin-right: 15px;
    margin-bottom: 25px;
}

#bio {
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
    margin-right: 15px;
    font-size: 90%;
    margin-left: 15px;
}
#bio A {
    text-decoration: none;
    color: #b2bfff;
}

#contact {
    width: 450px;
    color: white;
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 130%;
    text-align: center;
    margin-top: 45px;
}
#contact A {
    text-decoration: none;
    color: #b2bfff;
}

.news {
    height: 420px;
    overflow-y: scroll;
    width: 484px;
}
.news-title {
    color: white;
    font-size: 18px;
    margin: 2px 5px 2px 8px;
}
.news-link {
    color: #adacaa;
    font-size: 12px;
    margin: 2px 5px 2px 8px;
}
.news-link A {
    color: #adacaa;
}
.news-date {
    color: #adacaa;
    font-size: 10px;
    margin: 2px 5px 2px 8px;
}
.news-description {
    font-size: 100%;
    color: #adacaa;
    width: 420px;
    padding: 5px 8px 5px 8px;
    margin-bottom: 10px;
    margin-left: 8px;
    border-bottom: 1px solid black;
}

UL {
    margin: 20px;
}
LI {
    margin: 10px;
    list-style: circle;
}
