#about_title{
    position: absolute;
    width: 871px;
    height: 23px;
    background-image:url(../images/contacts.png);
    background-repeat: no-repeat;
    top: 50px;
    left: 61px;
}
/*Динамичное меню*/
#about a:hover{
    background-image:url(../images/fonNavigation.png);
    background-repeat: repeat-x;
}

#home a:hover{
    background-image:url(../images/fonNavigation.png);
    background-repeat: repeat-x;  
}

#object a:hover{
    background-image:url(../images/fonNavigation.png);
    background-repeat: repeat-x;
}

#contacts a{
    background-image:url(../images/fonNavigation.png);
    background-repeat: repeat-x;
}

/*Тень*/
#conSh_top {
    position: absolute;
    width: 923px;
    height: 42px;
    background-image:url(../images/conSh_top.png);
    background-repeat: no-repeat;
    top: 100px;
    left: 35.5px;
    outline:0px solid #cccccc;
}

#conSh_right {
    position: absolute;
    width: 26px;
    height: 1750px;
    background-image:url(../images/conSh_right.png);
    background-repeat: repeat-y;
    top: 142px;
    left: 36px;
    outline:0px solid #cccccc;
}

#conSh_left {
    position: absolute;
    width: 26px;
    height: 1750px;
    background-image:url(../images/conSh_left.png);
    background-repeat: repeat-y;
    top: 142px;
    right: 36px;
    outline:0px solid #cccccc;
}

#conSh_bottom{
    position: absolute;
    width: 923px;
    height: 42px;
    background-image:url(../images/conSh_bottom.png);
    background-repeat: no-repeat;
    bottom: 75px;
    left: 36px;
    outline:0px solid #000000;
}

/*Начало блока content*/

#contentFon {
    width: 100%;
    height: 2009px;
    background-image:url(../images/fonContent.png);
    background-repeat: repeat;
}

#conWrapper {
    position: relative;
    width: 994px;
    height: 2009px;
    margin: 0 auto 0 auto;
    outline:0px solid #ffffff;
}

#content{
    position: absolute;
    width: 870px;
    height: 1782px;
    background-color: #ffffff;
    top: 127px;
    left: 62px;
}
/*Конец обертки*/

/*Текст*/

#text{
    position: absolute;
    width: 810px;
    top: 24px;
    left: 30px;
}

.text {
    font: 16px "helvetica", sans-serif;
    color: #4e4e4e;
    line-height: 20px;
    text-align: justify;
    text-indent: 30px;
    padding-top: 15px;
}

.title {
    font: 28px "helvetica", sans-serif;
    color: #4e4e4e;
    text-align: center;
}

#text ul {
    line-height: 26px;
}