html {
	margin: 0;
	padding: 0;
}

body {
	background: #d7d7d7 url(/localmedia/pagebg.gif) repeat-x top left; 
	margin: 0; 
	padding: 0;
	text-align: center;
	font: 12px Arial, sans-serif;

}

#container { 
	background-color: white; 
	position: relative;
        margin: 0 auto;
        width: 943px;
	height: auto !important;
	height: 700px;
	min-height: 700px;
	text-align: left;
	margin-top: 30px;
	border: 1px solid black;
	background: #d7d7d7 url(/localmedia/bodybg.gif) repeat-y top left; 
}

#topbar {
   background: #d7d7d7 url(/localmedia/menubg.gif) repeat-y top left; 
   position: absolute;
}

#iconmenu {
   width: 201px;
   float: left;
   position: relative;
}

#icons {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 42px;
  margin-top: 19px;
}

#icons li {
   float: left;
   padding: 4px;
}

#iconmenu a img {
  border: 0;
  padding: 1px;
}

#iconmenu a:hover img {
  border: 0;
  padding: 1px;
  top: 1px;
  left: 1px;
  position: relative;
}


#ambient {
  float: right;
  position: relative;
}

#ambient IMG {
  display: block;
  position: relative;
  right: 4px;
}

#lower {
  border: 0px solid yellow;
  margin-top: 230px;
  background: transparent url(/localmedia/reflection.jpg) no-repeat  610px 0px; 
}

#leftmenu {
   float: left;
   width: 180px;
   position: relative;
   left: 20px;
   top: 20px;
   border: 0px solid green;
}

#leftmenu UL {
    margin: 0;
    padding: 0;
}

#content {
   float: right;
   width: 700px;
   position: relative;
   right: 20px;
   top: 20px;
   border: 0px solid red;
}

#content A {
  color: darkred;
  border-bottom: 1px dotted darkred;
}



.clear {
  clear: both;
}


h2 {
  margin-top: 0px;
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

UL.meta_2 {
  top: -20px;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 150px;
}

UL.meta_2 LI {
  border-bottom: 1px solid #CCC;
  list-style: none outside;
  margin-left: 15px;
}

UL.meta_2 LI A {
  display: block;
}

UL.meta_2 LI.active A {
  color: black;
  background-color: #DDD;
}


UL.meta_2 LI A:hover {
  color: black;
  background-color: #DDD;
}

UL.level_1 {
  top: 250px;
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  width: 150px;
}

UL.level_1 LI {
  list-style: none outside;
  margin-left: 15px;
}

UL.level_2 LI {
  border-bottom: 0px solid #CCC;
  list-style: square outside;
  margin-left: 15px;
}

UL.level_1 LI A {
  display: block;
}

UL.level_1 LI A:hover {
  color: black;
  background-color: #DDD;
}

#langmenu {
   clear: both;
   text-align: center;
}
