.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: 231px;
  }

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

#top_menu {
  width: 784px;
  height: 30px;
  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: #ffff00;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 5px;
  margin-left: 15px;
      margin-right: 15px;
    }

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

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

#left_menu {
  width: 191px;
  height: 425px;
  float: left;
}

#left_menu ul {
  margin: 0px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 20px;
}

#left_menu li {
  display: block;
  list-style-type: none;
}

#left_menu a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #660033;
  margin-top: 5px;
  padding-top: 0px;
      margin-bottom: 5px;
        background: url('/images/left_menu_icon.gif');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 11px;
  }

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

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

#subpage_canvas {
  width: 744px;
  height: 385px;
  float: left;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  
}

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

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

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

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

#counter {
  float: left;
}

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

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

#left_menu img {
  margin-top: 40px;
}

#footer {
  background: #3E001F;
  height: 24px;
  margin: 0px;
  margin-bottom: 30px;
}