html {
    background-color: #ccc;
}
body {
    font-family: georgia, serif;
}

a {
    color: #36c;
    text-decoration: none;
}
a:hover {
    color: #63f;
    text-decoration: underline;
}

h1 {
    font-size: 300%;
    font-weight: bold;
}
h2 {
    font-size: 200%;
    font-weight: bold;
}


div#doc {
    background-color: #fff;
    border: 1px solid #36c;
    border-top: 0;
}
div#hd {
    background-color: #36c;
    background-image: url("../img/hd-world-bg.png");
    background-position: center center;
    background-repeat: repeat-x;
    border-bottom: 2px solid #36f;
}
div#hd img {
    display: inline;
    margin: 37px 25px 12px 25px;
}
div#hd h1 {
    color: #fff;
    display: inline;
    vertical-align: 25px;
}


div#bd {
    background-image: url("../img/sand-dune.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;

    margin-top: 50px;
    padding-bottom: 200px;
}
div#bd div h2 {
    border-top: 1px solid #36c;
    padding: 10px;
}
div#bd div p, div#bd div ol, div#bd div ul {
    padding: 10px;
    text-align: justify;
}
div#bd div ol li {
    list-style: decimal;
    margin-left: 20px;
}
div#bd div ul li {
    list-style: disc;
    margin-left: 20px;
}
div#bd div img {
    margin: 1em;
}


div#bd div#navigation {
    font-family: verdana, helvetica, arial, sans-serif;
}
div#bd div#navigation ul {
    margin: 1em 0;
}
div#bd div#navigation ul li {
    margin-left: 1em;
}


div#ft {
    background-color: #36c;
    border-top: 2px solid #36f;
}
div#ft p {
    color: #fff;
    font-weight: bold;
    margin: 4px;
    text-align: center;
}

