body {
  margin: 0px 0px 0px 0px;
  font-family: verdana;
}

h2 {
  font-size: 22px;
  display: inline;
  position: relative;
  top: 5px;
  left: 3px;
}

#circle {
  width: 736px;
  height: 736px;
  background-image: url(/home/images/background.png);
}

#region {
  position: relative;
  top: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  height: 16px;
}

#title {
  position: relative;
  top: 11px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#navigation {
  width: 222px;
  text-align: right;
  float: left;
  position: relative;
  left: 72px;
  top: 19px;
}

#navigation .group_title {
  font-size: 12px;
  font-weight: bold;
  height: 15px;
  cursor: default;
}

#navigation .info {
  font-size: 11px;
  height: 15px;
  cursor: default;
}

#navigation .link {
  font-size: 16px;
  height: 19px;
}

a {
  color: #800000;
  font-weight: bold;
}

#image {
  text-align: left;
  float: right;
  width: 390px;
  height: 290px;
  position: relative;
  left: -20px;
  top: 28px;
}

#body {
  text-size: 16px;
  text-align: left;
  float: right;
  width: 679px;
  height: 160px;
  position: relative;
  left: 1px;
  top: 21px;
  line-height: 20px;
  padding-top: 3px;
}

#backs {
  float: left;
  text-align: right;
  width: 222px;
  height: 20px;
  position: relative;
  left: 72px;
  top: 33px;
}

.curve {
  float: right;
  clear: right;
}