@charset "UTF-8";
/* CSS Document */
body {
    background-attachment: fixed;
    background-color: #0E3A68;
    background-image: url("bali-house-blue.jpg");
    background-repeat: repeat;
    color: #CED8E9;
    font-family: Cochin,"Palatino Linotype",Georgia;
    font-size: 1em;
}
* {
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 248%;
    font-style: italic;
    font-weight: 400;
}
p, h1, h2, h3 {
    margin: 30px 10px 30px 0;
}
h5 {
    clear: both;
    font-size: 100%;
    font-style: italic;
    margin: 0;
    padding: 5px;
    text-align: center;
}
a:link, a:visited, a:active {
    color: #EADED0;
}
a:hover {
    color: #8AF657;
    outline: 1px dotted #8AF657;
}
.scriptish {
    font-family: cursive;
    font-size: 120%;
}
div {
    font-size: 1em;
}
div#pagewrapper {
    margin: 0 auto;
    max-width: 80em;
    min-width: 60em;
}
#hardwood-frame-top {
    background-image: url("javanese-house-frame-top.jpg");
    background-repeat: repeat-x;
    clear: both;
    height: 23px;
    padding: 0;
    width: 100%;
}
#navbar-bg {
    left: -110px;
    position: absolute;
    top: 35px;
    z-index: 1;
}
#content {
    margin: 1.5em auto 2em 0;
    position: relative;
    z-index: 10;
}
h3.section, h2.section, p.section, #footer {
    border-top: 3px double #884439;
}
#footer {
    clear: both;
    padding-bottom: 5px;
    text-align: center;
}
#sidebar {
    display: inline;
    float: left;
    margin-left: 0;
    width: 20%;
}
#main {
    border-right: 1px solid #0B2B54;
    margin-left: 22%;
    margin-right: 17%;
}
.photo-display {
    margin: 10px 20px 10px 0;
    overflow: auto;
}
#content img, #right-teak-frame img {
    border: 2px solid #0B294E;
    outline: 2px solid #0D3665;
}
.photo-display img {
    float: left;
    margin-bottom: 40px;
    margin-right: 10px;
    margin-top: 0;
}