/* Основа */
body {
  background-color: #e9b9f7;
  width: 100%;
  height: 100%;
}
body, th, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #00f;
}
body, form, h1, h2, h3, h4, h5, h6, p, object {
  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;
}
h1 {
  font-size: 160%;
}
h2 {
  font-size: 140%;
}
h3 {
  font-size: 120%;
}

/* Архитектура */
#main {
  width: 100%;
  height: 100%;
}
#header {
  background: url('img/header.jpg') no-repeat center;
  height: 324px;
}
#menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu li {
  display: inline;
  padding: 0 5px;
  font-size: 130%;
}
#menu a {
  color: #7c2421;
}
#menu a.sel {
  color: #403ba8;
  text-decoration: none;
}
#left {
  padding: 20px 0 20px 20px;
}
#center {
  padding: 20px;
}
#right {
  padding: 20px 20px 20px 0;
}
#footer {
  background: url('img/footer-bg.jpg') repeat-x;
  height: 74px;
  padding: 30px 30px 0 30px;
}

/**/
.block {
  background-color: #df97ec;
  padding: 20px;
}
.decor {
  background: url('img/decor.gif') repeat-x;
  height: 37px;
}
.dcor {
  background: url('img/block-bg.jpg') repeat-x;
  height: 17px;
}
