.break {
  overflow: hidden;
  clear: both;
  height: 1px;
}

body {
      background: #339933;
    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: 222px;
  }

#content_canvas {
  width: 975px;
  height: 534px;
  background: url('/images/content_back.jpg');
}

#top_menu {
  width: 975px;
  height: 0px;
  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: #000000;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 15px;
  margin-left: 8px;
      margin-right: 8px;
    }

#top_menu li.last a {
  border-right-width: 0px;
}

#top_menu li a:hover {
  color: #006600;
  }

#left_menu {
  width: 180px;
  height: 530px;
  margin-right: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 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 a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 3px;
  padding-top: 0px;
      padding-bottom: 0px;
    margin-bottom: 4px;
    }

#left_menu li.last a {
  border-bottom-width: 0px;
}

#left_menu a:hover {
    color: #FF0;
}

#subpage_canvas {

  
}

#subpage {
  width: 770px;
  height: 484px;
  float: left;
  padding-top: 50px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

#footer {
  clear: both;
  color: #FFF;
  margin-top: 5px;
  margin-bottom: 50px;
}

#footer a {
  color: #006600;
  text-decoration: none;
}

#footer a:hover {
  color: #006600;
  text-decoration: underline;
}

#counter {
  float: left;
}

#counter_count {
  font-size: 14px;
  font-weight: bold;
}

#copyright {
  text-align: right;
  float: right;
}

  

img {
	border-width: 0px;
}

#footer {
  background: url('/images/footer_back.jpg');
  height: 45px;
  margin: 0px;
}

#footer div {
  padding: 5px;
}

#footer #counter {
  padding-top: 15px;
}

h2 {
	margin: 2px;
	padding: 5px;
	font-size: 16px;
	padding-top: 20px;
	padding-left: 0px;
	color: #000;
}

#top_menu {
  width: 975px;
}

#left_menu{
		padding-left: 5px;
		padding-top: 5px;
}

#left_menu a{
		border-bottom: 1px #FF0 solid;
		padding: 4px;
		display:block;
}