body {
  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;*/
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
input, textarea {
  margin: 0;
}

b {
color: #3ba2dd;
 
}

/* Основная таблица */
#main {
  width: 1000px;
  height: 100%;
}

/* Хедер */
#header {
  background: url(img/header.jpg) no-repeat;
  width: 1000px;
  height: 168px;
  margin-top: 40px;
}

/* Контент */
#content {
  vertical-align: top;
  padding: 25px;
}

/* Правое меню */
#left {
  width: 218px;
  padding: 25px;
  padding-bottom: 7px;
  vertical-align: top;
}
#left div {
  background-color: #dfdfdf;
  height: 100%;
}
#left div ul {
  padding: 20px;
  margin: 0;
  list-style: none;
  line-height: 40px;
}
#left div li {
  font-size: 160%;
}

#left a:link,
#left a: active,
#left a: visited {
 color: #000;

}

#left a:hover {
color: #3ba2dd;


}

/* Футер */
#footer {
  vertical-align: top;
  border-top: 5px solid #3ba2dc;
  height: 50px;
}
#footer-text {
  font-size: 140%;
  padding: 10px;
}

/* Для ссылок */
a.link {
  font-size: 120%;
  color: #0000FF;
  text-decoration: underline;
}
a.link:hover {
  font-size: 130%;
  color: #FF0000;
}
a.link_2 {
  color: #0000FF;
  text-decoration: underline;
}
a.link_2:hover {
  color: #FF0000;
  text-decoration: underline;
}


