body{
    text-align:center;
    background:url(../images/background.bmp);
}
/* ---------------------------------- container ---------------------------------- */
#container{
    width:920px;
    margin-right:auto;
    margin-left:auto;
}
/* ---------------------------------- header ---------------------------------- */
#headerCenter {
    height:135px;
    width: 550px;
    vertical-align:top;
}
#headerRight {
    height:135px;
    width: 177px;
    vertical-align:top;
}
#headerLeft {
    height:135px;
    width: 177px;
    vertical-align:top;
}
#BorderHeadBack{
    border-style: solid;
    border-top: 0.5px;
    border-left: 0.5px;
    border-right: 0.5px;
    border-bottom: 0px;
}
#HeadBack {
    background:url(../images/HeadBack.bmp);
    width: 919px;
}
/* ---------------------------------- logotip ---------------------------------- */
#Direction{
    text-align:center;
    width: 919px;
    color: red;
    background:url(../images/DirectionBack.bmp);
    height: 20px;
}
/* ---------------------------------- navigation ---------------------------------- */
div#navlist a {
    padding: 11px;
    display: block;
    color:#000;
    text-align: center;
    text-decoration: none;
    font-family: Times;
    font-weight: bold;
    height: auto;
    font-size: 14px;
    background:url(../images/MenuButton1.bmp) no-repeat center left;
}
div#navlist a:hover {
    color:#000;
    background:#FFF url(../images/MenuButton2.bmp) no-repeat center left;
}
/* ---------------------------------- main ---------------------------------- */
#main {
    text-align:left;
    background: url(../images/main_back.bmp);
    border-width: 1px;
    border-style: solid;
}
.main_nav_bottom {
    width: 550px;
    height: 75px;
    background:url(../images/Pic1.bmp);
    vertical-align: top;
}
.main_nav_center {
    width: 550px;
    height:400px;
    vertical-align: top;
}
.main_nav_top {
    width: 550px;
    height: 75px;
    background:url(../images/Pic.bmp);
    vertical-align: top;
}
.main_nav_menu {
    vertical-align: top;
    font-size: 12px;
    width:177px;
    padding:1px;
}
#head_main {
    display: block;
    background:url(../images/menu_back.gif);
    height:23px;
}
#head_main_text {
    color:#404040;
    font-size: 11px;
}
/* ---------------------------------- footer ---------------------------------- */
#footer{	
    background:#585647 url(../images/footer_back.bmp);
    padding:10px;
    color:#000;
    font-size:12px;
    font-family: Times;
    text-align:center;
    font-weight:bold;
}
#footer_2 {
    background:url(../images/footer.bmp) no-repeat;
    height:10px;
    width:920px;
}