body {
  background: white;
  
  padding: 0;
  margin: 0;
  color: #58585B;
}

table {
}

#mapbg {
  background: url("images/map.jpg") no-repeat left top ;
  height: 500;
  
}

#headerbg {
  background: url("images/headerbg.jpg") no-repeat left top ;
  height: 300;
  
}

#headermask {
  background: url("images/headermask2.gif") no-repeat left top;
  height: 300;
  
}

#stul {
  height: 600;
}

.stul_passive {
  background: url("images/stul.gif") no-repeat right top;
}

.stul_active {
  background: url("images/stul.gif") no-repeat right top;
}

#left {
  float:left;
  margin-top:-350px;
  width:100%;
}

.left_passive {
  background: url("images/left.jpg") no-repeat left bottom;
}

.left_active {
  background: url("images/left.jpg") no-repeat left bottom;
}


#menu_layout {
  float: left;
  width: 300px;
  
}

.old {
  float: left;
  width: 250px;
  color: black; 
  font-family: arial, verdana,tahoma,helvetica;
  padding-left: 50px;
  padding-top: 80px;
  padding-bottom: 300px;
  background: none;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
/*  background: url('images/menubg.jpg') no-repeat*/

}

.old a {
  color: #555555;
  text-decoration: none;
}

.old a:hover {
  color: #921a64;
  text-decoration: none;
}

.new {
  float: left;
  width: 250px;
  color: black;
  font-family: arial,verdana,tahoma,helvetica;
  padding-left: 50px;
  padding-top: 80px;
  padding-bottom: 300px;
/*  background: url('images/menubg.jpg') no-repeat;*/
  background-position: 0px 0px;
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
}

.new a {
  color: #555555;
  text-decoration: none;
}

.new a:hover {
  color: #B67274;
  text-decoration: none;
}

#menu_items {
    padding-top: 35px;
}

#container {
  float: left;
  width:100%;
  margin-left:-300px;
}

#content {
  padding-right: 258px;
  margin-left: 30px;
}

#minw {
  width: 500px;
  height: 0px;
}

#hand {
  background: url("images/hand.jpg") no-repeat right bottom;
  float:left;
  width:100%;
}

h1 {
  font-size: 22px;
  font-family: verdana,tahoma,helvetica;
  font-weight:normal;
  color: #999B9D;
}

h2 {
  font-size: 18px;
  font-weight:normal;
  font-family: verdana,tahoma,helvetica;

}

h3 {
  font-size: 16px;
}

li {
   line-height: 24px;
}

.invisible {
  position: absolute;
  left: -10000px;
  top: -20000px;
  z-index: -10000px;
}
