body {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: White;
    color: Silver;
    padding: 0;
}

#wrksA {
    height: 700px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
}

#wrksB {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: White;
    font-size: 0px;
    display: block;
}

#header {
    left: 0;
    top: 0;
    width: 100%;
    height: 140px;
    background-color: White;
    font-size: 12px;
    display: block;
    border-bottom: 5px solid Silver;
}

#logo {
    width: 128px;
    height: 128px;
    margin: 0px 40px;
    float: left;
    background: url(../img/z_128.png) no-repeat;
    background-color: White;
    display: block;
    cursor: pointer;
    }

#lgtext {
    width: 180px;
    height: 80px;
    float: left;
    margin-top: 48px;
    margin-left: 40px;
    font-size: 54px;
    background-color: White;
    font-weight: bold;
    display: flex;
    align-items: flex-end;
    text-shadow: 2px 2px 2px Gray;
}

.lgmail {
    width: 150px;
    height: 28px;
    margin-top: 95px;
    float: right;
    background-color: White;
}

.lgmail img {
    width: 28px;
    height: 28px;
}

.lgmail a {
    font-size: 18px;
    text-decoration: none;
    outline: none;
    color: Silver;
    text-shadow: 1px 1px 1px Gray;
    transition: .3s;
}

.lgmail:hover a { color: Gray; }

#left {
    right: 0;
    top: 0;
    width: 20%;
    height: 99%;
    background-color: White;
    float: left;
    font-size: 0px;
    display: block;

}

#navmenu {
    width: 95%;
    height: 50%;
    margin: 10px auto;
    ackground-color: White;
}

.navref {
    width: 90%;
    height: 40px;
    margin: 8px 0px;
    background-color: Silver;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    box-shadow: 2px 2px 2px;
    transition: .3s;
}

.navref .mnuimg {
    width: 38px;
    height: 38px;
    margin-left: auto;
    background: url(../img/m_001.png) no-repeat;
}

.navref a {
    margin: 10px;
    width: 100%
    display: block;
    text-decoration: none;
    outline: none;
    color: White;
    transition: .3s;
}

.navref:hover { background: Grey; }
.navref:hover a { color: Wite; }

#right {
    right: 0;
    top: 0;
    width: 80%;
    height: 99%;
    background-color: White;
    float: left;
    font-size: 0px;
    display: block;
}

#navtext {
    width: 98%;
    height: 40px;
    margin: 8px;
    background-color: White;
    color: Silver;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 3px dotted Silver;
    text-shadow: 1px 1px 1px Gray;
}

#maintextA {
    width: 98%;
    margin: -15px 8px;
    background-color: White;
    color: Silver;
    display: block;
    font-size: 22px;
    text-align: justify;
    quotes: "\00ab" "\00bb";
}

.textB {
    font-weight: bold;
    text-shadow: 1px 1px 1px Gray;
}

#imgA {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: White;
}

.footer {
    min-height: 50px;
    width: 100%;
    background-color: White;
    float: left;
    font-size: 0px;
    display: block;
    border-top: 5px solid Silver;
}

.footer .ftline {
    width: 100%;
    height: 20%;
    margin: 5px 0px;
    font-size: 14px;
    display: block;
}

.footer .ftline .ftref {
    height: 100%;
    margin: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: White;
    float: right;
}

.footer .ftline .ftrefL {
    height: 100%;
    margin: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: White;
    float: left;
}

.footer .ftline .ftref a {
    font-size: 14px;
    text-decoration: none;
    outline: none;
    color: Silver;
    text-shadow: 1px 1px 1px Gray;
    transition: .3s;
}

.footer .ftline .ftref:hover a { color: Gray; }

.ulref {
    width: 30%;
}

.ulref a {
    text-decoration: none;
    outline: none;
    color: Silver;
    transition: .3s;
}

.ulref:hover a { color: Gray; }

.mediaimg {
    width: 180px;
    height: 101px;
    border: 0px solid;
    margin: 5px;
    box-shadow: 2px 2px 2px;
}

.mdref {
    display: flex;
    align-items: center;
    text-decoration: none;
    outline: none;
    color: Silver;
}

.imgtable{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: White;
}

.litref {
    width: 50%;
}

.litref a {
    text-decoration: none;
    outline: none;
    color: Silver;
    font-size: 14px;
    transition: .3s;
}

.litref:hover a { color: Gray; }

.litref p { font-size: 10px; text-align: justify; color: Gray; }

