html, body
{
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body
{
    font: 12px Arial, sans-serif;
    overflow: auto;
}

.page
{
    width: 100%;
    text-align: center;
    position: relative;
    height: 100%;
    overflow: auto;
    display: table;
}

#container
{
    height: 100%;
    margin: 0 auto;
    width: 900px;    
    border-width: 0 0px;
    text-align: left;
    position: relative;
    z-index: 10;
    display: table;
}

#line
{
    width: 100%;
    min-width: 900px;
    height: 234px;
    background: #fdfdfd url(../images/flower_image.jpg) top left no-repeat;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 1;
    width: expression(document.body.clientWidth > 900? "100%" :"900px"); /* для ie */
}


#header
{
    height: 88px;
}

#header_image
{
    background-image: url(../images/logo.jpg);
    float: right;
    width: 246px;
    height: 66px;
    margin-right: 55px;
    margin-top: 18px;
}

#menu_cont ul
{
    /*font: 1.1 em/1.2 Arial, Helvetica, sans-serif; 	font-weight: bolder;*/
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu_cont li
{
    padding-right: 20px;
    display: inline;
}
#menu_cont li a
{
    font: 1.1 em/1.2 Arial, Helvetica, sans-serif;
    font-weight: bolder;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
}
#home .home, #about_us .about_us
{
    color: #F69A10;
    text-decoration: none;
    text-transform: uppercase;
    font: 1.1 em/1.2 Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

#navigation
{
    margin-top: 60px;
    margin-left: 63px;
    float: left;
    display: inline; /* special for IE6 */
}



#content
{
    clear: both;
    color: #444;
    margin-top: 56px;
    padding-left: 63px;
}

#footer_content
{
    clear: both;
    padding-left: 63px;
    margin-top: 116px;
}

#copyright
{
    margin-top: 8px;
    color: #444;
    font: 0.9 em/1.2 Arial, Helvetica, sans-serif;
}
.block
{
    width: 170px;
    z-index: 15;
    margin-left: 63px;
    text-align: left;
    position: relative;
    display: table;
    z-index: 15;
    margin-top: 7px;
    padding-top: 20px;
    height: 214px;
}
