/*html {
        height: 100%;
}
*/
*{
        margin: 0;
        padding: 0;
}

a img, fieldset{
        border:none
}
a{
        color: #666;
}
a:hover{
        text-decoration: none;
}
.clear:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clear {display: inline-block;}
/* Hides from IE-mac */
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */
/* Clear for HTML Transitional */
.cl{
        clear: both
}
h1{
        font: bold 16px 'book antiqua', georgia, sans-serif;
        color: #4E4E4E;
        margin-bottom: 20px;
}
h2{
}
p{
        margin-bottom: 15px;
}
body{
        background: #CBBDA8;
        text-align: center;
        color: #4e4e4e;
        font: normal 14px 'book antiqua', georgia, sans-serif;
}
table td{
        font-size: 16px;
}
#body{
        text-align: left;
        width: 1000px;
        margin: auto;
        background: url(/images/bg.png) repeat-y 0 0 #fff;
}
#header{
        height: 244px;
        margin: 0 63px;
        background: url(/images/header.jpg) no-repeat 0 0;
        border-bottom: 2px solid #B39B7F;
}
#left{
        width: 205px;
        padding-left: 30px;
        float: left;
        background: url(/images/lefttop.jpg) no-repeat 0 0;
}
#logo{
        padding: 32px 0 0 14px;
        width: 243px;
}
#text{
        float: right;
        margin-right: 24px;
        margin-top: 42px;
}
#content{
        margin: 0 63px;
        padding-right: 2px;
        background: url(/images/left.jpg) repeat-y 0 0;
}
#center{
        line-height: 18px;
        margin-left: 236px;
}
#center #inner{
        background: url(/images/centerbg.png) repeat-x 0 0 #F2EFE8;
        min-height: 560px;
        padding: 55px 35px;
        text-align: justify;
	font-size:16px;
}

#inner p{
font-size: 100%;
}

#center #inner h1{
	font-size:20px;
	text-align: center;
}
#center ul, #center ol{
        margin-left: 20px;
        margin-bottom: 15px;
}

.menulist a{
        color: #4E4E4E;
        text-decoration: none;
}
.menulist a:hover{
        text-decoration: underline;
}
#footer{
        position: absolute; 
        margin: auto;
        margin-top: -45px;
        overflow: hidden;
        height: 45px;
        width: 922px;
        text-align: right;
        padding-right: 78px;
}
@media screen and (min-width: 0px) {} 
@media screen and (min-width: 0px) {#center{margin-bottom: -16px;}} 
#footer p{
        margin-bottom: 0;
}
p.developer{
}
p.developer, p.developer a{
        font: normal 12px 'book antiqua', georgia;
}
.main p.developer, .main p.developer a{
        color: #fff;
}
#lang{
        list-style: none;
        margin-bottom: 20px;
}
#lang li{
        display: inline;
        margin-right: 13px;
}