html {
    background: #e3e2d2;
    padding-bottom: 92px;
}

body {
    text-align: center;
    background: #e3e2d2 url( '../images/bgBody.png' ) repeat-y 50% 0;
    font-family: 'Lucida Sans Unicode', Helvetica, arial, sans-serif;
    line-height: 1.4em;
}

#main {
    width: 1019px;
    margin: 0 auto;
    text-align: left;
    background: transparent url( '../images/bgMain.png' ) repeat-y 0 0;
}

#header {
    position: relative;
    background: transparent url( '../images/bgHeader.png' ) no-repeat 100% 0;
    height: 267px;
}

#content {
    background: transparent url( '../images/bgContent.png' ) no-repeat 0 100%;
    /* text-align: justify; */
}

#menuMain {
    float:left;
    width: 217px;
    padding-left: 36px;
    background: transparent;
    padding-bottom: 19px;
}

#sidebar {
    position: relative;
    top: -5px;
    float: right;
    background: transparent url( '../images/logotitle.png' ) no-repeat 0 0;
    width: 273px;
    padding: 132px 30px 19px 0;
}

#contentMain {
    background: transparent;
    margin: 26px 347px 0 253px;
    padding-bottom: 19px;
    min-height: 450px;
    _height: 450px !important;
}

#footer {
    position: relative;
    background: #f7f7f7 url( '../images/bgFooter.png' ) no-repeat 0 0;
    height: 73px;
    padding: 19px 0 0 314px;
    overflow: hidden;
}

#menuMain ul {
    margin: 0;
    padding: 0;
    list-style: none none inside;
}

#menuMain ul ul {
    margin: 0.9em 1em 0 0;
}

#menuMain li {
    margin: 0 0 0.9em 0;
    line-height: 1em;
    list-style: none none outside;
}

#menuMain a:link, #menuMain a:visited {
    text-decoration: none;
    font-size: 131%;
    color: #454142;
}

#menuMain a:hover, #menuMain a:active, #menuMain a.active {
    color: #b1a58a;
}

#footer * {
    color: #656658;
}

#logoS, #logoL {
    display: block;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
}

#logoS {
    top: 8px;
    left: 245px;
    width: 64px;
}

h1 {
    line-height: 1.4em;
    font-size: 197%;
    color: #2e2a2b;
    margin-bottom: 0.7em;
}

h2 {
    line-height: 1.4em;
    font-size: 174%;
    color: #000;
    margin: 1.4em 0 0.7em 0;
}

h3 {
    line-height: 1.4em;
    font-size: 146.5%;
    color: #2e2a2b;
    margin: 1.4em 0 0.7em 0;
}

p, table, ul, ol, dl {
    margin-bottom: 1em;
}

big {
    display: block;
    margin: 1.4em 0;
    line-height: 1.4em;
    font-size: 146.5%;
    color: #927621;
    font-family: arial, helvetica, sans-serif;
    font-style: italic;
}

li {
    margin: 0 0 0.7em 25px;
    list-style: none url( '../images/listImage.png' ) outside;
}

strong, b {
    font-weight: bold;
}

