body {
    background-color: white;
    text-align: center;
    margin: 0px auto;
}

.content {
    position: relative;
    text-align: left;
    margin: 0px auto;
    font: 1em sans-serif;
    width: 960px;
}

.content .heading_area {
    top: 0px;
    left: 8px;
    width: 960px;
    height: 304px;
}

.content .heading {
    position: absolute;
    top: 0px;
    left: 8px;
    width: 960px;
    height: 356px;
    background: navy url("resources/img/head.jpg");
    z-index: -1;
}

.content .logo {
    position: absolute;
    left: 20px;
    top: 50px;
    width: 465px;
    height: 75px;
    background: url("resources/img/czecharter.png");
}

.content .divider {
    width: 100%;
    line-height: 2px;
    height: 2px;
    padding: 0px;
    font-size: 0px;
    background: url("resources/img/line.png");
}

.content .menubar {
}

.content .menu {
    margin-left: 10px;
    font-variant: small-caps;
    font-weight: bold;
}

.content .menu a {
    color: black;
    text-decoration: none;
    background: #078dbf url(resources/img/roundedcornr_bl.png) left bottom no-repeat;
    padding-left: 10px;
}

.content .menu a span {
    padding-right: 10px;
    background: #078dbf url(resources/img/roundedcornr_br.png) right bottom no-repeat;
}

.content .chapter {
    position: relative;
}

.content .chapter .page {
    position: absolute;
    margin: 20px 0px 10px 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    display: none;
}

.content .chapter table {
    border-collapse: collapse;
    border: 2px solid #078dbf;
    text-align: center;
}

.content .chapter table td, th {
    border: 1px solid #078dbf;
    margin: 5px;
}

.content span.special {
    color: red;
}

.content .yblink {
    font-size: x-small;
}

.content .footer {
    clear: both;
    font-size: small;
    text-align: right;
}

.content .footer .tag {
    color: blue;
}

.content .footerline {
    clear: both;
    width: 100%;
}


