html, body
{
width:100%;
height:100%;
margin:0px;
padding:0px;
background-color:#e3e3e3;
}


a.link
{
color: #FF6666;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
font-weight:bold;
}

a.link:hover
{
color: #FF6666;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
font-weight:bold;
}

div.text
{
width:100%;
height:150px;
background-image: url("../img_promo/text.jpg");
background-repeat:no-repeat;
background-position:center top;
}

div.phone
{
width:100%;
height:200px;
}


div.content
{
font-family:Tahoma,sans-serif;
font-size:16px;
width:100%;
height:100px;
text-align:justify;
}

div.module
{
width:100%;
height:350px;

}

td.td_map
{
width:300;
height:350px;
background-image: url("../img_promo/fon.jpg");
background-repeat:no-repeat;
background-position:center top;
}

img.img_1
{
border-style:solid;
border-width:1px;
border-color:#0A3385;
}
