html {
    margin: 0px;
    padding: 0px;
    background: url(../pictures/bg.jpg) left top repeat-x #c2a665;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Times New Roman", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
    font-size: 12px;
    color: #6b411b;
}

#site {
    position: relative;
    padding: 0px;
    margin: 0px auto;
    text-align: left;
    width: 932px;
}

#top {
    position: relative;
    width: 100%;
    height: 90px;
    background: url(../pictures/top.jpg) left top no-repeat;
    overflow: hidden;
}

#menu {
    position: relative;
    width: 100%;
    height: 81px;
    background: url(../pictures/menu.jpg) left top no-repeat;
    overflow: hidden;
}
#menu_left {
    position: relative;
    float: left;
    width: 320px;
    height: 81px;
    overflow: hidden;
    margin-top: 29px;
    margin-left: 90px;
}
#menu_right {
    position: relative;
    float: right;
    width: 400px;
    height: 81px;
    overflow: hidden;
    margin-top: 29px;
}

#cimsor {
    position: relative;
    width: 100%;
    height: 47px;
    background: url(../pictures/cimsor.jpg) left top no-repeat;
    overflow: hidden;
}
#cimsor_inner {
    position: relative;
    text-align: center;
}

#content {
    position: relative;
    width: 100%;
    height: 374px;
    overflow: hidden;
    background: url(../pictures/content.jpg) left top no-repeat;
}
#content_inner {
    margin-left: 117px;
    margin-right: 115px;
    margin-top: 6px;
    position: relative;
    font-family: "Times New Roman", "Trebuchet MS", "MS Reference Sans Serif", "MS Sans Serif";
    font-size: 12px;
    text-align: justify;
}

#bottom {
    position: relative;
    width: 100%;
    height: 94px;
    background: url(../pictures/bottom.jpg) left top no-repeat;
    overflow: hidden;
}
#bottom_inner {
    position: relative;
    color: #562702;
    font-size: 9px;
    text-align: center;
    padding-top: 25px;
    font-family: Arial, Helvetica, sans-serif;
}


.design_link {
    font-size: 10px;
    font-weight: normal;
    color: #562702;
    text-decoration: none;
}
.design_link:hover {
    color: #fff;
}

