body {
  background: url(img/bg.jpg);
  width: 100%;
  height: 100%;
}
body, th, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  color: #000;
}
body, form, h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
img, table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a:link, a:active, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: none;
}
input, textarea {
  margin: 0;
}

/* Архитектура */
#main {
  width: 100%;
  height: 100%;
}
.header-bg {
  background: url(img/header-bg.jpg) repeat-x;
  height: 189px;
}
#header {
  background: url(img/header.jpg) no-repeat;
  width: 956px;
  height: 189px;
}
#header-2 {
  background: url(img/header-2.jpg) no-repeat;
  width: 956px;
  height: 189px;
}
#sub-header {
  background: url(img/sub-header.jpg) no-repeat;
  width: 956px;
  height: 67px;
}
#left {
  background: url(img/left-bg.jpg) repeat-y;
  width: 269px;
}
#menu-top {
  background: url(img/menu-top.jpg) no-repeat;
  width: 269px;
  height: 47px;
}
#left ul {
  background: url(img/menu-bg.jpg) repeat-y;
  margin: 0;
  padding: 0 0 0 18px;
  list-style-type: none;
}
#left li {
  padding-bottom: 5px;
}
#left a {
  background: url(img/menu-li.jpg) repeat-y;
  width: 231px;
  height: 30px;
  display: block;
  color: #740d09;
  font-size: 120%;
  text-decoration: none;
}
#left a div {
  padding: 6px 20px 0 35px;
}
#left a.sel {
  background: url(img/menu-li-active.jpg) repeat-y;
}
#menu-bot {
  background: url(img/menu-bot.jpg) no-repeat;
  width: 269px;
  height: 35px;
}
#phone {
  background: url(img/phone.jpg) no-repeat;
  width: 269px;
  height: 248px;
}
#content {
  background-color: white;
  padding: 10px;
  width: 100%;
}
#right {
  background: url(img/right-bg.gif) repeat-y;
  width: 48px;
}
#right div {
  background: url(img/right.jpg) no-repeat;
  width: 48px;
  height: 734px;
}
.footer-bg {
  background: url(img/footer-bg.jpg) repeat-x;
  height: 134px;
}
#footer {
  background: url(img/footer.jpg) repeat-x;
  width: 956px;
  height: 134px;
  color: #FFF;
  text-align: center;
  padding-top: 50px;
}
#footer a {
  color: #FFF;
}

#advert {
  color: #FFFFFF;
  font-size: 10px;
}

#advert a:link, #advert a:active, #advert a:visited {
  color: #FFFFFF;
  font-size: 10px;
  text-decoration:none;
}

#advert a:hover {
  color: #666666;
}