* {
  margin: 0;
  padding: 0;
}
html, body {
  background: url('graph/bgr.png') repeat;
}
body {
  width: 780px;
  padding: 0;
  margin: 0 auto;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cccccc;
}
a {
  text-decoration: none;
}

img {
  border-style: none;
  
}


#header {
  clear: both;
  height: 92px;
  /*background: url('graph/logoup.png') no-repeat;*/
  padding: 0px;
  margin: 0 0 0 0;
  text-align: center;
  border-style: none;
}
#header h1 {
  font-weight: bold;
  font-size: 12px;
}
#header a {
  display: block;
}

#menu {
  background: #2f2626;
  clear: both;
  height: 20px;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0;

}
#menu ul {
  list-style: none;
}
#menu li {
  float: left;

}
#menu a {
  display: block;
  line-height: 20px;
  padding: 0 8px;
  color: #fff;
  font-weight: bold;
}
#menu a:hover {
  background: #cccccc;
  color: #262626;
}

#container {
  clear: both;
  border: 1px solid #392f2f;
  background: #2f2626;
  overflow: hidden;
  margin: 0 0 0 0;
}
#left {
  float: left;
  width: 150px;
  background: #2f2626;
    min-height: 500px;
    height: expression(
    this.scrollHeight < 500? "500px" : "auto" );
}
#left dl {
  margin: 8px;
  background: #2f2626;
}
#left dt {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  background:  #392f2f;
  color: #cccccc;
  text-align: left;
  display: block;
}
#left a {
  display: block;
  color: #cccccc;
  line-height: 200%;

}
#left a:hover {
  color: #fff;
  background:  #392f2f;
}
#center {
  float: left;
  width: 460px;
  min-height: 500px;
    height: expression(
    this.scrollHeight < 500? "500px" : "auto" );
  padding: 8px 8px;
  background: #2f2626;
  border-left: 1px solid #392f2f;
  border-right: 1px solid #392f2f;
}
#center h2 {
  font-size: 16px;
  color: #cccccc;
  text-align: center;
  line-height: 150%;
  border-bottom: 1px solid #cccccc;
}
#center h3 {
  font-size: 12px;
  font-weight: bold;
  color: #cccccc;
  text-align: center;
  line-height: 150%;
  background: #392f2f;
}
#center p {
  margin: 0 0 8px 0;
  text-align: justify;
  line-height: 150%;
}
#center a {
  font-weight: bold;
  color: #cccccc;
  text-decoration: underline;
}
#center a:hover {
  color: #fff;
}

#center ul {
  list-style: none;
  line-height: 150%;
}
#center li{
   background: url(graph/bullet.gif) no-repeat 0px .2em;
   padding: 0 0 3px 11px;
   text-align: justify;  
}

#center table {
  /*width: 360px;*/
  padding: 0px;
  text-align: center;
  /*border: 1px solid #392f2f;*/ 
}
#center td{
 padding: 5px;
 text-align: center;
 /*margin-left: auto;
 margin-right: auto*/
 line-height: 150%;
 /*border: 1px solid #392f2f; */
}

#right {
  float: right;
  width: 150px;
  min-height: 450px;
  height: expression(
    this.scrollHeight < 500? "500px" : "auto" );
  background: #2f2626;
}
#right h3 {
  font-size: 12px;
  font-weight: bold;
  color: #cccccc;
  text-align: left;
  margin: 8px;
}
#right p {
  margin: 8px;
}
#right ul {
  list-style: none;
  line-height: 150%;
  margin: 8px;
}
#right li{
   background: url(graph/bullet.gif) no-repeat 0px .2em;
   padding: 0 0 3px 11px;
   text-align: left;
   margin: 0px;
}  
#right a{
 color: #cccccc; 
 text-decoration: underline;
  
} 
#footer {
  background: #2f2626;
  clear: both;
  line-height: 20px;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0;
  color: #cccccc;
  text-align: center;
}
#lightbox{
	background-color:#262626;
	padding: 10px;
	z-index:20100;
	}
#lightboxDetails{
	font-size: 10px;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png);
			z-index:20000;
		}

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	z-index:20000;}

.midfont{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  background: #392f2f; 
}
.centrum
{
  text-align: center; 
  
}
