@charset "utf-8";

body {
    color: #000000;
    background-color: #f7f2e2;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
a:link {
    color: #7C3002;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #8a6047;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
a:active {
    text-decoration: none;
    color: #CC0000;
}

#naga {
    position: absolute;
    left: 17px;
    top: 19px;
}
#allright {
    position: absolute;
    /* this forces the header/content area/etc. to fill the available
       space, even if there is not much content.  It has to go first
       because IE 5/6 will only pay attention to one of left/right (or
       so I'm told). */
    right: 0px;
    left: 227px;
    top: 20px;
    /* remember, url()'s are resolved relative to the css file,
       not the page! */
    background-image: url(clouds2.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#title {
    margin: 0px auto;
    padding-top: 80px;
    padding-bottom: 25px;
    overflow: hidden;
    text-align: center;
}
#nav {
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #fff;
    border: medium solid #7c3002;
    padding: 10px;

    list-style-position: inside;
    list-style-type: circle;
}
