body {
  background:url(images/background.jpg) no-repeat;
  background-position:center;
  background-attachment:fixed;
  margin: auto auto;
  font-size: 16px;
}

img {
  border: none;
  text-decoration: none;
}

.main_container {
  width: 710px;
  margin: auto auto;
}

.header {
  margin: auto auto;
  margin-top: 70px;
  background: #325d7f url(images/header.jpg) no-repeat;
  width: 702px;
  height: 34px;
}

.lower_header {
  background:url(images/lower_header.png) no-repeat;
  width: 710px;
  height: 59px;
  margin: auto auto;
}

.header_nav {
  height: 34px;
  float: right;
  margin-top: 5px;
  margin-right: 15px;
  color: #fff;
}

.header_nav a {
  text-decoration: none;
  color: #fff;
}

span.header_link {
  margin-left: 12px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}

.page_container {
  background:url(images/container_rep.png) repeat-y;
  width: 710px;
  margin: auto auto;
}

.page_content {
  width: 700px;
  padding: 3px;
}

.page_title {
  margin: auto auto;
  font-size: 28px;
  color: #4d7d9c;
  width: 680px;
  border-bottom: 1px solid #000;
}

.page_body {
  margin: auto auto;
  margin-top: 10px;
  width: 680px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 23px;
  color: #000;
}

.page_footer {
  margin: auto auto;
  background:url(images/footer.png) no-repeat;
  width: 706px;
  height: 57px;
}

.page_footer_txt {
  padding-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #898989;
}

.category_box {
  width: 680px;
  font-size: 30px;
  color: #325d7f;
}

.category_box_left {
  float: left;
  padding-left: 15px;
}

.category_box_left a{
  border: none;
  text-decoration: none;
}

.category_box_right {
  float: right;
  padding-right: 15px;
}

.category_box_right a{
  border: none;
  text-decoration: none;
}

.category_box a {
  color: #325d7f;
  text-decoration: none;
}

.category_box a:hover {
  border-bottom: 2px solid #325d7f;
}