﻿body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Segoe,Arial;
    font-size: 10px;
}

#wrapper {
   padding-left:5%;
   padding-right:5%;
    border: 0px solid black;
    padding: 0px;
    display: inline-block;
    /*float: left;*/
    /*max-width :1024px;*/
    width:100%;
}

#head {
    width: 100%;
    display: block;
    
}

#left {
    min-height: 600px;
    float: left;
    background: url(images/nav_bckg.jpg) no-repeat;
    width:178px;
}

#center {
    /*width: 844px;*/
    padding-left:5%;
   padding-right:5%;
    background-color: transparent;
    /*float: left;*/
    display: block;
    clear: right;
    min-height:480px;
    
}

#footer {
    height: 180px;
    width: 844px;
    /*float: left;*/
}

#headerLeft {
    background-image: url(images/top_en_l.gif);
    background-repeat: no-repeat;
    float: left;
    height: 93px;
    width: 106px;
}

#headerRight {
    width: 657px;
    height: 93px;
    background-image: url(images/top_en_r.jpg);
    background-repeat: no-repeat;
    float: left;
}

.main-container {
    float: left;
    min-height: 200px;
    clear: right;
    padding: 2px;
    width: 100%;
}

.logo-left {
    float: left;
    background-image: url(images/top_en_l.gif);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 107px;
    height: 93px;
}

.logo-center {
    float: left;
    background-image: url(images/left_logo.png);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 536px;
    height: 93px;
}

.logo-separator {
    float: left;
    background-image: url(images/separator.png);
    background-position-x: left;
    background-position-y: top;
    background-repeat: repeat-x;
    width: 289px;
    height: 93px;
    overflow: hidden;
}

.logo-right {
    float: left;
    background-image: url(images/right_logo.png);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 92px;
    height: 93px;
}

.footer-image-left {
    float: left;
    background-image: url(images/footer_logol.png);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 160px;
    height: 145px;
}

.footer-image-right {
    float: right;
    background-image: url(images/footer_logor_eng.jpg);
    background-position-x: left;
    background-position-y: top;
    background-repeat: no-repeat;
    width: 85px;
    height: 67px;
    clear: right;
}

.footer-text {
    text-align: center;
    width: 580px;
    float: left;
    padding-top: 35px;
}

    .footer-text p {
        line-height: 150%;
        font-size: 11px;
        color: #333;
    }

.footer-links  {
    width: 100%;
    height: 25px;
    float: left;
    color: #9b9b9b;
}
    .footer-links a {
         color: #9b9b9b !important;
    }
