.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: 276px;
  }

#content_canvas {
  width: 975px;
  height: 795px;
  background: url('/images/content_back.jpg');
}

#top_menu {
  width: 975px;
  height: 284px;
  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: #ddd;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 11px;
  margin-left: 0px;
      margin-right: 0px;
        background: url('/images/top_menu_icon.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 22px;
    height: 19px;
  }

#top_menu li.last a {
  border-right-width: 0px;
}

#top_menu li a:hover {
  color: #fff;
  }

#left_menu {
  width: 229px;
  height: 495px;
  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 a {
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #ddd;
  margin-top: 5px;
  padding-top: 6px;
      padding-bottom: 6px;
    margin-bottom: 5px;
        background: url('/images/left_menu_icon.jpg');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 28px;
    min-height: 8px;
  }

#left_menu li.last a {
  border-bottom-width: 0px;
}

#left_menu a:hover {
    color: #fff;
}

#subpage_canvas {
  width: 725px;
  height: 475px;
  float: left;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 16px;
  padding-left: 16px;
  
}

#subpage {
  width: 100%;
  height: 100%;
}

#footer {
  clear: both;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 50px;
}

#footer a {
  color: #ddf;
  text-decoration: none;
}

#footer a:hover {
  color: #ffd;
  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: 49px;
  margin: 0px;
  margin-bottom: 30px;
}

#footer div {
  padding: 5px;
}

#footer #counter {
  padding-top: 15px;
}

#top_menu ul {
	left: 0px;
	padding-top: 25px;
}

#top_menu ul li {
	display: block;
	float: none;
	left: 0px;
	padding-bottom: 3px;
}

#top_menu ul a {
	display: block;
	text-align: left;
	font-family: 'Monotype Corsiva', cursive;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	padding-top: 24px;
	padding-bottom: 15px;
}

#left_menu ul li a {
	font-size: 14px;
}
