html {
  height:100%;
}

body {
  margin: 0px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999;
}

a:link, a:visited, a:active, a:hover {
  text-decoration: none;
  color: #666;
  font-weight: bold;
}

table.main {
  width: 100%;
  height: 100%;
}

div.center {
  position: relative;
  height: 100%;
  width: 803px;
  margin: 0px auto;
}

div.menu {
  position: absolute;
  width: 600px;
  height: 100px;
}

div.right_top {
  position: absolute;
  right: 0px;
  width: 200px;
  height: 100px;
}

div.right_center {
  position: absolute;
  right: 0px;
  top: 103px;
  width: 200px;
  height: 100px;
}

div.news {
  position: absolute;
  top: 206px;
  right: 0px;
  width: 150px;
  padding: 25px;
}

div.footer {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 590px;
  height: 20px;
  text-align: right;
  padding-right: 10px;
}

div.content {
  position: absolute;
  top: 206px;
  width: 600px;
  bottom: 20px;
  overflow:visible;
}

div.content_header {
  position: absolute;
  top: 103px;
}

.top_stripe {
  position: absolute;
  background-color: #999;
  width: 800px;
  height: 3px;
  top: 100px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.second_stripe {
  position:absolute;
  background-color: #999;
  width: 800px;
  height: 3px;
  top: 203px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

div.vertical_stripe {
  position: absolute;
  background-color: #999;
  height: 900px;
  width: 3px;
  right: 200px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.hor1_stripe {
  position: absolute;
  background-color: #999;
  width: 475px;
  height: 2px;
  top: 99px;
}

.hor2_stripe {
  position: absolute;
  background-color: #999;
  width: 475px;
  height: 2px;
  top: 199px;
}

.hor3_stripe {
  position: absolute;
  background-color: #999;
  width: 475px;
  height: 2px;
  top: 299px;
}

.hor4_stripe {
  position: absolute;
  background-color: #999;
  width: 475px;
  height: 2px;
  top: 399px;
}

.hor5_stripe {
  position: absolute;
  background-color: #999;
  width: 475px;
  height: 2px;
  top: 499px;
}

.hor6_stripe {
  position: absolute;
  background-color: #999;
  left: 475px;
  width: 125px;
  height: 1px;
  top: 500px;
}


