#title_area {
	width: 300px;
	color: #C0C0C0;
 	font-size: 14px;
	font-weight: bold;
  	letter-spacing: 3px;
	margin: 29px 0px 0px 18px;
}

html>/**/body #title_area {
width:300px;
color:silver;
font-size:14px;
font-weight:700;
letter-spacing:3px;
padding:29px 0 0;
}

.info {
  width: 500px;
  height: 500px;
  padding: 0px;
  margin: 13px 0px 0px 0px;
  background-image: url(../img/back_info.gif);
  background-repeat: no-repeat;
}

html:first-child .info {
  width: 500px;
  height: 500px;
  padding: 0px;
  margin: -16px 0px 0px 0px;
  background-image: url(../img/back_info.gif);
  background-repeat: no-repeat;
}

#info_in {
  width: 300px;
  padding: 0px;
  color: #C0C0C0;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 17px;
  margin: 21px 0px 0px 28px;
}

#info_in a:link,#info_in a:visited,#info_in a:hover,#info_in a:active {
  color:#C0C0C0;
  text-decoration:underline;
}

/*Firefox*/
#info_map {
  position:relative;
  top:-60px;
  left:230px;
  width: 250px;
  height:225px;    
  z-index:2;
  margin:0 0 -25px 0;
}

/*Safari*/
html* #info_map {
  position:relative;
  top:-60px;
  left:230px;
  width: 250px;
  height:225px;    
  z-index:2;
  margin:0 0 -25px 0;
}

/*IE6*/
* html #info_map {
  position:relative;
  top:-60px;
  left:230px;
  width: 250px;
  height:225px;    
  z-index:2;
  margin:0 0 -25px;
}

/*IE7*/
*:first-child+html #info_map {
  position:relative;
  top:-60px;
  left:230px;
  width: 250px;
  height:225px;    
  z-index:2;
  margin:0 0 -25px;
}
