.break {
  overflow: hidden;
  clear: both;
  height: 1px;
}

body {
      background: url('/images/site_back.png');
    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: 185px;
  }

#content_canvas {
  width: 975px;
  height: 624px;
  background: url('/images/content_back.jpg');
}

#top_menu {
  width: 975px;
  height: 32px;
  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: #990000;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 4px;
  margin-left: 7px;
      margin-right: 8px;
    }

#top_menu li.last a {
  border-right-width: 0px;
}

#top_menu li a:hover {
  color: #ffff00;
  }

#left_menu {
  width: 176px;
  height: 470px;
  margin-right: 1px;
  margin-left: 5px;
  overflow: auto;
  float: left;
}

#left_menu ul {
  margin: 0px;
  padding: 0px;
  padding-top: 75px;
  padding-bottom: 0px;
}

#left_menu li {
  display: block;
}

#left_menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #CDF013;
  margin-top: 7px;
  padding-top: 5px;
      padding-bottom: 5px;
    margin-bottom: 8px;
        background: url('/images/left_menu_icon.jpg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 29px;
    min-height: 9px;
  }

#left_menu li.last a {
  border-bottom-width: 0px;
}

#left_menu a:hover {
      background-image: url('/images/left_menu_icon_hover.jpg');
    color: #CDF013;
}

#subpage_canvas {
  width: 756px;
  height: 571px;
  float: left;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 32px;
  
}

#subpage {
  width: 100%;
  height: 100%;
}

#footer {
  clear: both;
  color: #CDF013;
  margin-top: 5px;
  margin-bottom: 50px;
}

#footer a {
  color: #FFFF00;
  text-decoration: none;
}

#footer a:hover {
  color: #FFFF00;
  text-decoration: underline;
}

#counter {
  float: left;
}

#counter_count {
  font-size: 14px;
  font-weight: bold;
}

#copyright {
  text-align: right;
  float: right;
}
  

#footer {
  background: #006600;
  height: 24px;
  margin: 0px;
  margin-bottom: 30px;
}

#footer div {
  padding: 5px;
}

#footer #counter {
  padding-top: 3px;
}

#search_form {
  margin: 0px;
  margin-top: 72px;
  text-align: center;
  padding: 0px;
}

#search_form #query {
  width: 160px;
  text-align: left;
}



