a:hover {
	color: #f63;
	text-decoration: underline;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/body-bg.gif) left top repeat-x;
	color: #333;
	font: normal 93% sans-serif;
}

strong {
	color: #f63;
	font-weight: normal;
}

sup {
  font-size: 60%;
}

sup a {
  color: #666;
  text-decoration: none;
}

#hdr {
	margin: 75px 75px 0 75px;
}

#hdr h1 {
	width: 213px;
	height: 56px;
	background: transparent url(../images/logo.png) left top no-repeat;
	text-indent: -9999px;
}

#cnt {
	margin: 0 140px;
	line-height: 150%;
}

#foot {
  position: absolute;
  left: 140px;
  bottom: 10px;
  font-size: 70%;
}

.wood4trees {
	margin-top: 25px;
}

#bb {
	display: none;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .7;
	-moz-opacity: 0.7;
	filters: alpha(opacity=70);
}

#bp {
	display: none;
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#bp img {
	display: block;
	border: 10px solid #000;
	margin: 100px auto;
}
