* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Arial", sans;
  text-align: center;
  font-size: 14px;
}

h2 {
  font-size: 140%;
  padding: 0 0;
  margin: 0 0 10px 0;
  text-align: right;
  width: 100%;
  padding: 5px;
  border-bottom-color: black;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

p {
  line-height: 120%;
  padding: 2px 0 8px 0;
}

div.spacer {
  clear: both;
  height: 1px;
  font-size: 1px;
}

#container {
  text-align: left;
  width: 900px;
  margin: 0 auto 20px auto;
  padding: 0 5px;
}

#header {
  height: 70px;
  padding: 20px 0;
}

#footer {
  clear: both;
  height: 20px;
  font-size: 20px;
}

#address {
  float: left;
  width: 400px;
}

#address .name {
  font-weight: bold;
}

#contact {
  float: right;
  width: 400px;
  text-align: right;
}

#summary {
  margin-bottom: 30px;
}

#leftpart {
  float: left;
  width: 650px;
  padding-right: 20px;
  border-right-color: black;
  border-right-style: solid;
  border-right-width: 1px;
}

#rightpart {
  float: right;
  width: 200px;
  text-align: right;
}

.group {
  clear: both;
}

.entry {
  clear: both;
}

.entry .title, .entry .descr {
  float: right;
  width: 400px;
}

.entry .title {
  font-size: 115%;
  font-weight: bold;
  text-align: right;
  margin-bottom: 4px;
}

.entry .data {
  float: left;
  width: 220px;
  padding-top: 5px;
  text-align: right;
  font-weight: bold;
}

.entry .descr, .entry .data {
  margin-bottom: 25px;
}

.subtitle {
  font-weight: bold;
  padding: 2px 0 8px 0;
}

#rightpart ul {
  list-style-type: none;
  margin-bottom: 10px;
}
#rightpart li {
  padding-bottom: 2px;
}
#rightpart li.spec {
  padding-top: 4px;
  font-style: italic;
}

