@charset "utf-8";
/* CSS Document */
@media screen and (min-width: 750px)
{
	.stdMap {grid-template-areas: 'intro walk navmap' 'place gazetteer navmap' 'place gallery navmap';  grid-template-columns: 250px 220px auto;}
	#main-content {height: 24rem;}
}
@media only screen and (max-width: 750px)
{
	.navMap {max-width: 250px;}
}

