#head,
#bottom {  font: 10pt "Trebuchet MS", arial;
}
#bottom p {  padding: 0;
  margin: 0;}

/* HEAD                                           */
#head {
  background: url(07.png) repeat-x;
  height: 200px;
}
#head .fon {
  background: url(09.png) repeat-x;
  height: 168px;
}
#head div.logo {
  height: 132px;
  background: url(04.gif) no-repeat center;
}
#head div.menu {
  padding: 0 0 0 50px;
}
#head div.menu a {
  display: block;
  float: left;
  width: 150px;
  height: 30px;
  background: url(11.png) repeat-x;
  border-left: solid 1px #2f2f2f;
  border-top: solid 1px #2f2f2f;
  color: #ccc;
  text-align: center;
  padding: 5px 0 0 0;
  text-decoration: none;
  font-size: 12pt;
}
#head div.menu a:hover {
  background: url(11.png) repeat-x 0 -100px;
}
#head div.menu a.activ {
  background: url(12.png) repeat-x;
  border-left: solid 1px #fa0202;
  border-top: solid 1px #fa0202;
}

/* BOTTOM                                         */
#bottom {
  background: url(17.png) repeat-x;
  height: 68px;
  padding: 30px 0 0 0;
}
#bottom .copy {
  background: url(09.png) repeat-x 0 -50px;
  height: 68px;
  padding: 10px 50px 0 50px;
}
#bottom .copy p {
  text-align: center;
  color: #cccccc;
  font-size: 8pt;
}
#bottom .copy a {
  color: #cccccc;
  font-size: 8pt;
  font-weight: bold;
}