html, body {
  margin: 0;
  padding: 0;
}

body {
  padding-bottom: 50px;
}

* {
  font: normal 15px "Trebuchet MS", "Bitstream Vera Sans", lucida, arial, helvetica, sans-serif;;
  /*font: normal 15px Verdana, sans-serif;*/
  background: #fff;
  color: #3f4d65;
}

acronym {
  border-bottom: 1px dashed #3f4d65;
  cursor: help;
}

h1 {
  margin-top: 0;
  /*font-family: Georgia, "Times New Roman", serif;*/
  font-family: verdana, lucida, arial, helvetica, sans-serif;
  font-size: 20px;
}

.tm {
  font-size: 9px;
  position: relative;
  bottom: 6px;
}

div.cv-bg, div.cv-bg div.cv {
  background: #5a85b8 url(cv-bg.png) 0 0 repeat-x;
  height: 86px;
  width: 100%;
}

div.cv-bg div.cv {
  background: url(cv.png) 0 0 no-repeat;
}

div.la {
  text-align: right;
  font-size: 11px;
  padding: 6px 6px 0 0;
}

table.cv {
  width: 100%;
  border-collapse: collapse;
}

table.cv td {
  vertical-align: top;
}

table.cv td.cv-red {
  background: url(cv-red.png) 0 0 no-repeat;
  width: 70px;
}

table.cv td.exp {
  background: url(timeline.png) 0 0 no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  width: 47%;
}

table.cv td.exp p {
  margin: 8px 0;
}

table.cv td.exp ul {
  margin: 0 0 16px 0;
  padding: 0 0 0 35px;
}

table.cv td.exp div.n {
 color: #4d5f7c;
 font: normal 36px Verdana, sans-serif;
}

table.cv td.exp div.time {
  background: url(t.gif) 0 0 repeat-x;
  width: 100%;
  text-align: right;
  height: 13px;
  margin-top: 20px;
  margin-bottom: 8px;
}

table.cv td.exp div.time div {
  margin-left: -70px;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  width: 54px;
  float: left;
  background: #4d5f7c;
  color: #fff;
  padding: 4px 6px 4px 4px;
  position: relative;
}

table.cv td.exp div.f {
  float: left;
  width: 18px;
  height: 12px;
  margin-top: 4px;
  margin-right: 6px;
  font-size: 1px;
}

table.cv td.exp div.f.ru {
  background: url(f/ru.gif);
}

table.cv td.exp div.f.fr {
  background: url(f/fr.gif);
}

table.cv td.exp div.f.us {
  background: url(f/us.gif);
}

table.cv td.exp div.f.de {
  background: url(f/de.gif);
}

table.cv td.skills {
  padding: 85px 6px 0 25px;
}

p.age {
  display: inline;
  margin: 0;
  padding: 0;
}