﻿body {
  margin: 0px 0px 0px 0px;
  font-family: Segoe UI;
  color: #999;
}

#hdr {
  width: 980px;
  z-index: 1;
}

#hdr_left {
  width: 50%;
  float: left;
  z-index: -1;
}

#hdr_right {
  width: 50%;
  float: right;
  z-index: -1;
}

#header {
  width: 100%;
}

#page {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

#left_section {
  float: left;
  width: 620px;
  margin-left: 10px;
}

#right_section {
  float: right;
  width: 320px;
  margin-right: 10px;
}

.top_header {
  border: solid 1px #eaeaea;
  font-size: 16px;
  padding: 3px 3px 3px 3px;
}

.content {
  margin-bottom: 10px;
  font-size: 12px;
  padding: 5px 5px 5px 5px;
  background-image: url('../images/aricles_bg.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
  line-height: 18px;
}

.article_paging {}

.article_paging a {
  background-color: #F0F0F0;
  border: 1px solid #D6D6D6;
  color: #999999;
  padding-left: 3px;
  padding-right: 3px;
  margin-right: 2px;
}

.article_paging a:hover {
  background-color: #E4E4E4;
  text-decoration: none;
}

.categories a {
  width: 40%;
  float: left;
}
