@charset "UTF-8";
/* CSS Document */


#leftBOX{
	width:40%;
	float:left;
}
#map{
	overflow: hidden;
	padding: 1px;
	width:58%;
	height:330px;
	float:right;
	border:1px #c10808 solid;
}
#googleMAP{
	float:right;
	margin-right:10px;
	clear:both;
}

p.adress{
	margin-bottom:10px;
	float:left;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
#leftBOX{width:100%;}
#map{width:98%;}
}