body {
    background-color: #776798;
    background: -webkit-gradient(linear, left top, left bottom, from(#514172), to(#181322));
    background: -moz-linear-gradient(top, #514172, #181322);
    color: black;
    font-size: 16px;
    margin: 0px auto 0px auto;
    width: 100%;
}

div#page {
    background-color: #0a080d;
    color: white;
    max-width: 1000px;
    margin: auto;
    font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#top-margin {
    border-bottom: 2px solid #999999;
    margin-top: 30px;
}

div#header {
    background-color: #0a080d;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
}

div#title {
    padding: 20px 20px 20px 0px;
    margin-left:   70px;
    margin-top:    30px;
    margin-bottom: 30px;
}

div#title-name {
    font-size: 30px;
    font-weight: 700;
}

div#title-topic {
    font-size: 15px;
    font-weight: 300;
    color: #7a7a7a;
}

div#top-image {
    line-height: 0px;
}

div#top-image img {
    line-height: 0px;
    min-width: 1000px;
}

div#logo a {
    color: black;
    float: left;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

div#header #navigation {
    background-color: black;
    border: 10px solid black;
}

div#header #navigation a {
    color: #FFFFFF;
    font-size: 15px;
    text-decoration: none;
    padding-left: 30px;
}

.selected-menu {
    font-weight: bold;
}

div#content {
    font-size: 15px;
    margin-top: 50px;
    margin-bottom: 150px;
    margin-left: 150px;
    margin-right: 150px;
}

div#content img {
    max-width: 700px;
}

div#footer {
    border-top: 2px solid #dddddd;
    background: #0FA0e;
    color: #555;
    font-size: 12px;
    margin-top: 30px;
    padding: 12px 12px 12px 12px;
    text-align: right;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

a {
    color: #b0a6c3;
}

div.info {
    color: #555;
    font-size: 14px;
    font-style: italic;
}
