.break {
  overflow: hidden;
  clear: both;
  height: 1px;
}

body {
      background: #9966cc;
    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: 225px;
  }

#content_canvas {
  width: 975px;
  height: 826px;
  background: url('/images/content_back.jpg');
}

#top_menu {
  width: 975px;
  height: 40px;
  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: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 10px;
  margin-left: 5px;
      padding-right: 5px;
    border-right: solid #fff 2px;;
    }

#top_menu li.last a {
  border-right-width: 0px;
}

#top_menu li a:hover {
  color: #31ce78;
  }

#left_menu {
  width: 176px;
  height: 569px;
  margin-right: 15px;
  margin-left: 15px;
  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: #54297e;
  margin-top: 2px;
  padding-top: 0px;
      padding-bottom: 0px;
    margin-bottom: 3px;
        background: url('/images/left_menu_icon.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 2px;
    min-height: 0px;
  }

#left_menu li.last a {
  border-bottom-width: 0px;
}

#left_menu a:hover {
    color: #000;
}

#subpage_canvas {
  width: 744px;
  height: 555px;
  float: left;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  
}

#subpage {
  width: 100%;
  height: 100%;
}

#footer {
  clear: both;
  color: #9966cc;
  margin-top: 5px;
  margin-bottom: 50px;
}

#footer a {
  color: #9966cc;
  text-decoration: none;
}

#footer a:hover {
  color: #31ce78;
  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: 100px;
  margin: 0px;
  margin-bottom: 0px;
	padding: 5px;
	padding-top: 100px;
}

#footer #counter {
	padding: 80px;
	padding-bottom:0px;
	padding-left:10px;
} 

#copyright {
	padding: 80px;
	padding-bottom:0px;
	padding-right:10px;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	padding-top: 20px;
	padding-left: 10px;
	color: #003300;
}

#center_canvas {
	float: left;
}

#clock {
	height: 19px;
	font-weight: bold;
	color: #fff;
	clear: both;
	padding-top: 4px;
	padding-right: 7px;
	text-align: right;
}

#left_menu .menuhead {
	margin-top: 17px;
	margin-left: 35px;
	
}

#left_menu .menuhead {
	background: url("/images/left_menu_title_back.png");
	background-position: center;
	font-size: 16px;
	font-weight: bold;
	height: 23px;
	padding-top: 7px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	color:#000;
}

#left_menu .menulist a {
	background: url("/images/left_menu_icon.png") no-repeat;
	background-position: center left;
	font-weight:normal;
	display: block;
	padding: 5px;
	padding-left: 20px;
	
}

#left_menu .menulist a:hover {
	background: url("/images/left_menu_hover.jpg") ;
	widht: 50px;
}

#content_canvas {
	height: auto;
	background-position: top;
	background-repeat: no-repeat;
}

#resize_canvas {
	background: #fff;
}

#left_menu_search_form {
	padding: 5px;
}

#right_canvas {
	width: 180px;
	float: left;
}

