/* CSS Document */
@import url(style.css);
div#map {
float: left;
background-color: #c9c999;
border: 1px solid #c9c999;
width: 400px;
height: 400px;
}
div#map p {
background-color: transparent;
color: #000000;
}
div#detail {
position: static;
float: right;
width: 215px;
margin-top: 10px;
}
div#detail b {
background-color: transparent;
color: #969666;
}
div#detail a {
background-color: transparent;
color: #969666;
padding: 1px 5px;
}
div#detail a:hover {
background-color: #969666;
color: #ffffff;
}