div.main {
	/* overflow:		auto; */
	float:			left;
	background-color:	#7dd0ff;
	border-style:		solid;
	border-width:		3px;
	border-color:		blue;
	padding-bottom:		20px;
	width:			99%;
	margin-bottom:		10px;
	/*min-height:		500px;*/
    }
    
div.left {
	float:		left;
	margin-top:	15px;
	margin-left:	15px;
	margin-right:	15px;
	width:		170px;
	background:	#ffffff;
    }
    
div.right {
	margin-top:	15px;
	margin-left:	200px;
	margin-right:	50px;
	margin-bottom:	50px;
	padding:	20px;
	border:		0px;
	width:		75%;
	background:	#ffffff;
    }
    
p.mainstyle {
	text-align:	justify;
	margin-left:	1em;
	margin-right:	1em;
    }
    
a	{
	text-decoration:	none
    }

h1,h2,h3,h4,h5,h6 {
	color:			blue;
	font-weight:		bold;
}

div.menucontainer {
	width:			100%
}

a.menuentry {
	color:			#ffffff;
}

div.menuentry {
	margin:			15px;
	text-align:		center;
	text-decoration:	none;
	floath:			left;
	background:		#111ff7;
	color:			#ffffff;
	font-weight:		bold;
	font-size:		18px;
	width:			140px;
	border:			5px;
}

div.mapping_entry{
	border:			5px;
	border-color:		#111ff7;
	border-style:		dashed;
	min-height:		300px;
}

img.mapthumb {
	border:			0px;
	float:			left;
	margin:			5px;
}