.break {
  overflow: hidden;
  clear: both;
  height: 1px;
}

body {
      background: #000;
    background-position: center;
  padding: 0px;
  margin: 0px;
}

body, th, td, select, input, option, textarea, li {
  font-family: 'Verdana', sans-serif;
  font-size: 12px;
}

#align_canvas {
  width: 975px;
  margin: auto;
}

#top {
  height: 259px;
  }

#top_mask {
  height: 259px;
}

#content_canvas {
  width: 975px;
  height: 661px;
  background: url('/images/content_back.jpg');
}

#top_menu {
  width: 975px;
  height: 58px;
  float: right;
  position: relative;
  overflow: hidden;
}

#top_menu ul {
  margin: 0px;
  padding: 0px;
  position: relative;
  float: left;
  left: 50%;
}

#top_menu li {
  display: block;
  position: relative;
  float: left;
  left: -50%;
}

#top_menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #440;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 14px;
  margin-left: 12px;
      margin-right: 13px;
    }

#top_menu li.last a {
  border-right-width: 0px;
}

#top_menu li a:hover {
  color: #000;
  }

#left_menu {
  width: 0px;
  height: 0px;
  margin-right: 0px;
  margin-left: 0px;
  overflow: auto;
  float: left;
}

#left_menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

#left_menu li {
  display: block;
}

#left_menu li a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #006;
  margin-top: 5px;
  padding-top: 3px;
      padding-bottom: 3px;
    margin-bottom: 5px;
    }

#left_menu li.last a {
  border-bottom-width: 0px;
}

#left_menu li a:hover {
    color: #00f;
}

#subpage_canvas {
  width: 975px;
  height: 603px;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  
}

#subpage {
  width: 100%;
  height: 100%;
}

#footer {
  clear: both;
  color: #000;
  margin-top: 5px;
  margin-bottom: 50px;
}

#footer a {
  color: #440;
  text-decoration: none;
}

#footer a:hover {
  color: #044;
  text-decoration: underline;
}

#counter {
  float: left;
}

#counter_count {
  font-size: 14px;
  font-weight: bold;
}

#copyright {
  text-align: right;
  float: right;
}

  

#top_menu a {
	font-size: 15px;
}

#footer {
	background: url('/images/footer_back.jpg');
  height: 40px;
  margin: 0px;
  margin-bottom: 30px;
}

#footer div {
  padding: 2px;
}

#footer #counter {
  padding-top: 12px;
}

