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

.container {
	width: 600px;
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


#gmapz h2 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	}
	
#gmapz{
	color: #333;	
	
	
	}
