/* CSS Document */
html,body{
margin:0px; 
padding:0px;
background-color:#eae4d2;
}




div.root{
height:100%; 
z-index: 20;
position: relative;
padding-bottom:20px;
min-width:1020px;


}
div.root_vector{
z-index: 20;
position: relative;
min-width:1020px;
background-color:#dceed4;

}
div.shapka{
min-width:100%;
height:83px; 
background:url(../img/template1/shapka.png);
margin-left:0px;
margin-top:0px;
}
div.shapka_vector{
min-width:100%;
height:83px;
background:url(../img/template1/vector/shapka.png);
margin-left:0px;
margin-top:0px;
}
div.logo{
margin-left:50px;
float:left;
}

div.logo_gradient{
margin-right:0px; 
background-image:url(../img/template1/shapka_gradient.png); 
background-position: right bottom; 
background-repeat: no-repeat;
height:78px;
}


div#content {
	z-index: 20;
	position: relative;
}

div.content_text{
min-height:580px;
border:8px solid #e5dbb8; 
z-index: 21; 
background-color:#FFFFFF; 
background-image:  url(../img/template1/zavitushka.png);
background-position: right bottom; 
background-repeat: no-repeat;
}

div.rg{
margin-top: -340px;
margin-bottom:0px;
z-index: 2;
position: relative;

}

div.futter_left{
margin-left:0px; 
margin-bottom:-300px;
z-index: 2;
position: relative;
float:left;


}

div.futter_right{
margin-left:0px;
margin-bottom:-300px;
z-index: 2;
position: relative;
}


div.futter{
height:100px;
z-index: 1;
position: relative;
margin-top:200px; 
background:url(../img/template1/pattern.png);

}
div.futter_vector{
height:100px;
z-index: 1;
position: relative;
margin-top:200px;
background:url(../img/template1/vector/pattern.png);

}
 