body {
	background: #FFFFF ;
	color: #333; margin: 20px 0;
	text-align: center; font: normal 0.6em sans-serif,Arial;
}
h1 {
	text-decoration: underline;
}
a>h2 {
	text-decoration: underline;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color: blue;
}
.main {
	background: #FFF;
	border: 3px double #EEE;
	border-color: #c8e6ff #c8e6ff #c8e6ff #c8e6ff;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 660px;
	height: 620px;
}
.main_grouplist {
	background: #FFF;
	border: 3px double #EEE;
	border-color: #c8e6ff #c8e6ff #c8e6ff #c8e6ff;
	margin: 20px auto 4px auto;
	text-align: left;
	width: 660px;
	height: auto;
}
.page {
	margin: 10px;
}
.mapcontent {
	float: left;
	padding-top: 4px;
	position: relative;
}
.map {
	border: 1px solid #EEE;
	border-color: #c8e6ff #c8e6ff #c8e6ff #c8e6ff;
	position: absolute;
	left: 190px;
	width: 440px;
	height: 440px;
}
.informator {
	position: absolute;
	left: 20px;
	width: 160px;
	font-size: 12px;
}
.footer {
	position: relative;
	text-align: center;
	padding-top: 4px;
	float: bottom;
	top: 470px;
}
.footer2 {
	text-align: center;
	padding-top: 20px;
	float: bottom;
}
.groupitem {
	padding-left: 20px;
}
.markeritem {
	padding-left: 20px;
}

