@charset "utf-8";
#header {
    clear: both;
    color: #FFFFFF;
    padding-top: 246px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: auto;
    height: 204px;
    background-position: center 0%;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    background-repeat: no-repeat;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    background-image: url(../images/king-lu-header.png);
}
#footer {
    background-color: #000000;
    height: 100px;
    color: #FFFFFF;
    text-align: center;
    clear: both;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    padding-top: 22px;
}
#body {
    background-color: #0024FD;
    color: #FFFFFF;
    clear: both;
    text-align: center;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    border-radius: 17px;
    padding-bottom: 17px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
}
#article {
    clear: both;
}
#body figure {
    clear: both;
    border-top-right-radius: 17px;
    border-top-left-radius: 17px;
    background-color: #FFED00;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    margin-top: 15px;
    padding-top: 17px;
    text-align: center;
    color: #000000;
}
#figcaption {
    margin-right: auto;
    margin-left: auto;
    width: auto;
    clear: none;
}

p {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    margin-right: auto;
    margin-left: auto;
}



body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
#header p {
    color: #FF0004;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    text-align: center;
    text-shadow: -1px -1px #FFFFFF;
    font-style: italic;
    font-size: 28px;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
}

