#map {
	width: 95%;
	position: relative;
	margin-left: auto; 
	margin-right: auto;
	border: 5px solid #1C6FBC;
}

#header {
    position: absolute;
    top: .30em;
    left: 2em;
    z-index: 1;
}

#header-inner {
    background: transparent url(../medias/clear01.png) repeat top left;
    color: #E7F1FB;
    padding: 5px 10px;
}

#header h1 {
    margin: 0;
    font-size: 1.5em;
    padding: .25em 0 0;
	height:60px;
}

#header h1 small {
    font-weight: normal;
    font-size: 16px;

}

#header h1 small a {
    color: red;
}

#header a.revealer {
    text-decoration: none;
}

#header a.controller {
    text-decoration: none;
    border-bottom: 1px dotted #ddccee;
}

#about {
	text-align: justify;
    width: 27em;
}

#about p {
    margin: 1em 0 .25em;
}

#about a {
    color: #fff;
}

#whereis {
    position: absolute;
    top: 2.70em;
    right: 2.35em;
	border: 2px solid #1C6FBC;
    z-index: 1;
}

#whereis form {
    display: inline-block;
    padding: 5px;
    margin: 0;
}

#whereis form .text {
    padding: .2em;
    font-size: .95em;
    width: 18em;
}

#whereis form .initial {
    color: #999;
}

#address-container {
    position: absolute;
    bottom: 1.5em;
	right: .5em;
    z-index: 1;
}

#address {
    display: inline-block;
    background: transparent url(../medias/clear01.png) repeat top left;
    padding: 4px;
    text-align: center;
	width: 300px;
	max-width: 300px;
}

#address-inner {
    background-color: #E7F1FB;
    padding: .5em 1em;
	border: 2px solid #1C6FBC;
}

#address p {
    display: inline;
    margin: 0;
    font-size: 1.1em;
}

#address p.loading {
    padding-left: 22px;
    background: transparent url(../medias/loading.gif) no-repeat center left;
}

#address-street-view {
	width: 300px;
	height: 200px;
	margin: auto;
	margin-top: 4px;
	display: none;
}


