* {margin: 0;padding: 0; font: 14px/17px "Trebuchet MS", Tahoma, Arial}
p {padding: 10px;}
body{
  background-color:#3A6CA8;
}
#header {height: 100px;  text-align: center;}
.inner_text {background: #BCD3EC;padding:20px; width:620px;margin:0 auto}


#footer {height: 100px;}
.clear {clear: both;}


#header{
  display: block;
  height: 217px;
  width: 660px;
  background-image: url("/images/ad683d454e55dc28cfa5296edd1.gif");
  margin:0 auto;
}

/* код для разметки 3-х колонок */
#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<995?'1000px':'');
  min-width: 1000px;
}
#container {width: 100%;}
#content {
  width: 100%;
  float: left;
}
#text {margin: 0 250px;}
#left {
  float: left;
  width: 250px;
  margin-left: -100%;
}
#right {
  float: left;
  width: 250px;
  margin-left: -250px;
}
#footer .contact{
     color: #FFFFFF;
    float: right;
    margin-right: 10px;
    margin-top: 90px;
}
#left_menu ul li {
    float:left;
    padding-left:10px;
    padding-right:10px;
}
#left_menu ul li a{
    display: block;
    background-repeat:no-repeat;
}
#left_menu ul li .main{
 background-image: url("/images/main.jpg");
 width:101px;
 height:39px;
 margin-left:15px;
}
#left_menu ul li .faq{
 background-image: url("/images/faq.jpg");
 width:172px;
 height:39px;
}
#left_menu ul li .order{
 background-image: url("/images/order.jpg");
 width:249px;
 height:39px;
}
#left_menu ul{
    height: 39px;
    list-style-type: none;

    padding: 0;
    width:660px;
    background-image: url("/images/1px_menu.jpg");
    margin-top:20px;
}
.search{
width:150px;
margin-top:10px;
}