#container
{
    width:1116px;
    display:block;
    margin:0 auto;
    overflow:hidden;

    -moz-box-shadow: 0 0 10px #888;
    -webkit-box-shadow: 0 0 10px#888;
    box-shadow: 0 0 10px #888;

}

header{
    background-image:url(images/mze-head-03.jpg);
    background-repeat:no-repeat;
    width:1116px;
    height:295px;          
}
.clearfix{
    clear:both;
}


#left-side{
    display:table-cell;
    width:220px;
    height:100%;
    background: #00923d; /* Old browsers */
    background: -moz-linear-gradient(left, #00923d 0%, #1e9f4f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#00923d), color-stop(100%,#1e9f4f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #00923d 0%,#1e9f4f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #00923d 0%,#1e9f4f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #00923d 0%,#1e9f4f 100%); /* IE10+ */
    background: linear-gradient(to right, #00923d 0%,#1e9f4f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00923d', endColorstr='#1e9f4f',GradientType=1 ); /* IE6-9 */
 
}

#pecset1{
    width:122px;
    height:122px;
    background-image:url(images/pecset-nk-1.png);
    background-repeat:no-repeat;
    margin-left:10px;
}
#pecset2{
    width:132px;
    height:132px;
    background-image:url(images/pecset-nk-2.png);
    background-repeat:no-repeat;
    margin-left:10px;
}
#pecset3{
    width:132px;
    height:132px;
    background-image:url(images/pecset-nk-3.png);
    background-repeat:no-repeat;
    margin-left:10px;
}

#right-side{
    display:table-cell;
    width:880px;
    height:100%;
   
    background: #1e9f4f; /* Old browsers */
    background: -moz-linear-gradient(left,  #1e9f4f 0%, #c4e0ba 88%, #fefefc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1e9f4f), color-stop(88%,#c4e0ba), color-stop(100%,#fefefc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #1e9f4f 0%,#c4e0ba 88%,#fefefc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #1e9f4f 0%,#c4e0ba 88%,#fefefc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #1e9f4f 0%,#c4e0ba 88%,#fefefc 100%); /* IE10+ */
    background: linear-gradient(to right,  #1e9f4f 0%,#c4e0ba 88%,#fefefc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e9f4f', endColorstr='#fefefc',GradientType=1 ); /* IE6-9 */



}
#content
{
    width:820px;
    border: 10px solid #eee;
    background-color:#fff;
   
}

.title
{
    padding: 6px 0 6px 0px;
    margin: 12px 0 12px 0;
    width: 100%;
    clear: both;
    background: #a8a8a8;
    font-weight: bold; 
}
h1{
    color: #121212;
    font-size: 1.3em;
    font-family: Georgia;
    padding: 0 0 0 0;
    margin: 0 24px 0 30px;
    line-height: 1;
    font-size:16px;
}

h3{
    margin: 12px 60px 0px 30px;
    font-weight: bold;
    color: #143550;
    font-size: 12px;
    width: 774px;
    font-family: Georgia;
}
p{
    margin: 0 60px 0 30px;
    line-height: 1.5;
    width: 762px;
    text-align: justify;
    font-family: Georgia;
    font-size:12px;
}
a{
    color: #006233;
    text-decoration: none;
}

#navigation{
    margin: 12px 0 0 0;
    padding: 10px;
}

#navigation li{
    margin: 0 0 0 0;
    list-style: none;
    font-weight: bold;
    font-size: 14px;
    padding: 0;
    display: block;
    width: 172px;
}

#navigation li a{
    font-weight: bold;
    padding: 6px 18px 6px 6px;
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
    text-transform:uppercase;
    font-size:14px;
    font-family:Georgia;
}

#navigation li a:hover{
    background: #208233;
    color: #fff;
}

#navigation li ul{
    margin:0;
    padding:0;
    text-align:right;
}

#navigation li ul li{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    font-size: 12px;
    width: 172px;  
    line-height:18px;
}
#navigation li ul li a{
    font-weight:normal;
    font-size:12px;
    margin:0;
    padding: 0 12px 0 12px;
    line-height:18px;
}

#navigation li ul li a:hover{
    
}