a:hover
{
       text-decoration: underline overline;
       font-weight: bold;
       color: #9CAEB8;
}
a
{
       text-decoration: none;
       font-weight: bold;
       color: #9CAEB8;
}
.b:hover
{
       text-decoration: none;
       font-weight: none;
       color: white;
}
.b
{
       text-decoration: none;
       font-weight: none;
       color: black;
}
.clean_txt
{
  color: black;
  font-weight: bold;
}
.content_area
{
  background-image: url('images/v_kontent.gif');
  background-repeat: no-repeat;
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  width: 560px;
  height: 500px;
  vertical-align: top;
}
.content_title
{
  background-color: #9CAEB8;
  border: solid 1px;
  font-weight: bold;
  padding-left: 5px;
  margin-bottom: 4px;
  text-align: left;
  text-indent: 25px;
  width: 80%;
}
.content_txt
{
  //background-color: white;
  border: solid 1px;
  padding: 5px;
  text-align: left;
  margin-top: 4px;
  text-indent: 25px;
  width: 80%;
}
.credits_title
{
  background-color: black;
  border: solid 2px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.credits_box
{
  background-color: white;
  border: solid 2px;
  color: black;
}
.dark:hover
{
       text-decoration: underline;
       font-weight: bold;
       color: white;
}
.dark
{
       text-decoration: none;
       font-weight: bold;
       color: white;
}
.img:hover
{
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
       text-decoration: underline overline;
       font-weight: bold;
       border: solid 2px;
       color: #9CAEB8;
}
.img
{
    filter:alpha(opacity=100);
    -moz-opacity:1.0;
    opacity:1.0;
       text-decoration: none;
       font-weight: bold;
       border: dotted 2px;
       color: #9CAEB8;
}
.nav_area
{
  background-image: url('images/v_knavish.gif');
  background-repeat: no-repeat;
  filter:alpha(opacity=95);
  -moz-opacity:.95;
  opacity:.95;
  text-indent: 75px;
  width: 240px;
  height: 500px;
}
.left
{
  float: left;
}
p
{
  text-indent: 82px;
}
.right
{
  float: right;
}
ul
{
 margin-bottom: 0px;
}


//lightbox stuff

#lightbox{
	background-color:silver;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	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(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}
