html {
  height: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  background: #000;
  overflow: auto;
}

body {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}

#scrollfix {
	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1px;
	z-index: -1;
}

#heightfix {
  height: 400px;
  float: right;
  width: 1px;
  display: inline;
}

#wrapper {
  width: 846px;
  padding: 15px;
  border: 2px solid #000;
  background: #000;
  margin: 0 auto;
  text-align: left;
}

#header {
  display: block;
  width: 846px;
  height: 150px;
  background-image: url('images/header.jpg');
  overflow: hidden;
  z-index: 0;
  color: #fff;
  text-align: center;
}

#left {
  margin-top: 5px;
  float: left;
  height: 350px;
  width: 135px;
  overflow: hidden;
  z-index: 1;
  display: inline;
}

#left_menu {
  display: block;
  width: 131px;
  background: #404040;
  overflow: hidden;
  z-index: 2;
  border: 2px solid #808080;
  color: #fff;
  text-align: center;
  padding-top: 2px;
}

#left_forum {
  margin-top: 5px;
  display: block;
  width: 131px;
  overflow: hidden;
  z-index: 3;
  border: 2px solid #808080;
  color: #fff;
  text-align: center;
  padding-bottom: 2px;
  background: #404040;
}

#content {
  margin-top: 5px;
  float: right;
  width: 700px;
  z-index: 4;
  background: #c0c0c0;
  border: 2px solid #808080;
  display: inline;
}

#left_forum a, #left_forum a:visited, #left_forum a:hover {
  color: #fff;
  text-decoration: none;
}

#content_text{
  float: left;
  display: inline;
  width: 685px;
  margin-top: -15px;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 5;
}

#footer {
  clear: both;
  padding-top: 15px;
  padding-bottom: 20px;
  z-index: 6;
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-size: 1.25em;
}

.left {
  float: left;
  display: inline;
}

.right {
  float: right;
  display: inline;
}

.text_left {
  float: left;
  text-align: left;
  padding-left: 3px;
  padding-top: 2px;
  display: inline;
}

.text_right {
  float: right;
  text-align: right;
  padding-right: 3px;
  padding-top: 2px;
  display: inline;
}

.header_text {
  position: relative;
  top: 25px;
  font-weight: bold;
  text-decoration: none;
}

.footer_links {
	border:0;
	height:31px
}

dl {
	margin-top: 0;
	margin-bottom: 0;
}

a, a:visited, a:hover {
  color: #0000f0;
}

a.nav, a.nav:visited {  
  display: block;
  width: 135px;
  background: #404040;
  overflow: hidden;
  z-index: 2;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

a.nav:hover {
  color: #fff;
  font-style: italic;
  background: #808080;
}