/* IE 6 hack */
* html body {
  text-align: center;
}

* html #wrapper {
  text-align: left;
  height: 100%;
}

/* IE 6 hack */

html {
  height: 100%:
}

body {
	background-color: black;
	padding: 0;
	margin: 0;
	height: 100%;
}


#wrapper {
  width: 820px;
  background: url('images/mainbg.png') repeat-y center;
  min-height: 100%;
  margin: 0 auto;
}

#wrapper:after {
  content: '';
  display: block;
  clear: both
}

#header {
  background: black url('images/header.jpg') no-repeat right bottom;
  padding-top: 2em
}

#header h1 {
  margin: 0;
}

#header h1 img {
  border-width: 0;
}

#main {
  width: 800px;
  margin-left: 20px;
}

#menu {
  background: #fe7707 url('images/menubg.jpg') no-repeat;
  width: 126px;
  height: 465px;
  float: left
}

#menu ul {
  margin: 0;
  padding: 0;
  margin-top: 3em;
}

#menu ul li {
  margin-bottom: 6px;
  margin-left: 12px;
  padding: 0;
  list-style-type: none;
  display: block;
  font-family: Verdana, sans-serif;
  font-size: 0.9em;
}

#menu ul li a {
  display: block;
  #width: 99%;
  padding: 2px;
  text-decoration: none;
  font-family: "Verdana", sans-serif;
  color: black;
  font-weight: bold;
}

#menu ul li a:hover {
  background-color: #efbb90;
}

#content-container {
  margin-left: 126px;
}

#content {
  padding: 1em;
  text-decoration: none;
  font-family: "Arial", sans-serif;
  font-size: 0.9em;
}

a.tikr:link {
	COLOR: #282688;
	text-decoration: none;
	text-shadow: black;
}
a.tikr:active {
	COLOR: #283688;
	text-decoration: none;
	text-shadow: black;
}
a.tikr:visited {
	COLOR: #283688;
	text-decoration: none;
	text-shadow: black;
}
a.tikr:hover {
	COLOR: #ff2222;
	background-color: #e9ffda;
}


