@charset "UTF-8";

* {
  margin:0;
  padding:0;
}
body {
  margin-left:auto;
  margin-right:auto;
  color:#000;
  text-align:center;
  font:12px/16px Verdana,Helvetica;
}
#mapbody {
  background:#ef007c;
}
img { 
  border:none;
  vertical-align:bottom;
}
a {
  color:#ef007c;
  text-decoration:none;
  overflow: hidden;
}
a:hover {
  color:#ff65b5;
  text-decoration:underline;
}
a:focus { outline:none; }
#mapdiv {
  margin:10px auto;
  width:570px;
  height:520px;
  text-align:left;
}
iframe {
  margin:0 auto;
  width:570px;
  height:520px;
  text-align:left;
  border:none;
  background:#ef007c;
}
#print {
  display:block;
  float:right;
  margin:5px 10px 0 0;
  width:48px;
  height:16px;
  text-indent:-9999px;
  text-decoration:none;
  background:url(../images/print.gif) no-repeat;
}
a#print:hover {
  background:url(../images/print_over.gif) no-repeat;
}
#mapinfo {
  clear:left;
  margin-left:10px;
  width:550px;
  text-align:left;
}
* html #mapinfo { /* windows ie6 */
  margin-top:10px;
  width:560px;
}
#maptitle, #maptext {
  width:450px;
  color:#ffcc00;
  text-align:left;
  font-size:12px;
}
#maptext {
  font-weight:normal;
  font-size:11px;
}
#map {
  clear:right;
  margin:5px auto 0;
  width:540px;
  height:440px;
  text-align:left;
  border:5px solid #ffcc00;
}
/* print */
@media print {
#mapbody { background-color:#fff;}
#print { display:none; }
iframe, #mapdiv, #map { width:95%; }
#maptitle, #maptext { color:#000; }
#map {   border:5px solid #000; }
}