html {

}

body {
  margin: 0;
  padding: 0;

  text-align: center;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 902px;
}
#header {
  background: transparent url(../images/layout/header.gif) 0 0 no-repeat;
  height: 97px;
  position: relative;
  z-index: 100;
}
#header h1 {
  width: 314px;
  height: 42px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 29px;
  left: 34px;
}
#header #tools {
  width: 194px;
  position: absolute;
  top: 20px;
  right: 10px;
}
#header #tools .decrease, #header #tools .increase {
  height: 15px;
  width: 15px;
  display: block;
  text-align: center;
  float: left;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 0;
}
#header #tools .decrease {
  background: transparent url(../images/layout/decrease.gif) 0 0 no-repeat;
  right: 17px;
}
#header #tools .increase {
  background: transparent url(../images/layout/increase.gif) 0 0 no-repeat;
  right: 0;
}

#header #tools .rss {
  position: absolute;
  top: 98px;
  right: 0px;
  z-index: 10000;
  padding-left: 22px;
  line-height: 16px;
  background: transparent url(../images/layout/rss.gif) 0 0 no-repeat;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#main_top {
  background: transparent url(../images/layout/content_top.gif) 0 0 no-repeat;
  margin: 1px 0 0 0;
  height: 11px;
}
#main {
  background: transparent url(../images/layout/main.gif) 0 0 repeat-y;
}
#main_bottom  {
  background: transparent url(../images/layout/content_bottom.gif) 0 0 no-repeat;
  clear: both;
  height: 11px;
}

#content {
  float: left;
  width: 650px;
  margin: 0 12px 0 20px;
  padding: 0 0 70px 0;
  display: inline;
}


#news {
  float: left;
  width: 200px;
}
#news h3 {
  border-bottom: 1px solid #cde0ed;
  padding: 0 0 10px 0;
  margin: 0 0 12px 0;
}
#news span {
  color: #b3b3b3;
  font-weight: bold;
}


#footer {
  background: #fff url(../images/layout/footer.jpg) 0 0 no-repeat;
  width: 581px;
  height: 91px;
  margin: -50px 0 10px 50px;
  position: relative;
}
#footer #copyright {
  position: absolute;
  bottom: 7px;
  left: 8px;
  color: #fff;
  font-size: 10px;
  /* letter-spacing: -0.9px; */
}
#footer #copyright .paragin, #footer #copyright .kenteq {
  position: absolute;
  bottom: -8px;
}
#footer #copyright .paragin:hover, #footer #copyright .kenteq:hover {
  background: none;
}
#footer #copyright .paragin span, #footer #copyright .kenteq span {
  display: none; /* neccesary? */
}
#footer #copyright .paragin {
  left: 392px;
  width: 78px;
  height: 32px;
}
#footer #copyright .kenteq {
  left: 477px;
  width: 82px;
  height: 32px;
}
