body{
	margin : 0px;
	padding : 0px;

}

p{
	margin : 0px;
	padding : 0px;
}

#navigator {
	position : relative;
	width : 100%px;
	height : 68px;

	margin : 0px;
	padding : 0px;

	text-align :center;

	background-image: url("image/navigationbar.png");
	background-position: top center;
}

#headzoon {
	width : 100%px;
	height : 260px;

	margin : 0px;
	padding : 0px;

	text-align :center;

	background-image: url("image/headback.jpg");
	background-repeat : no-repeat;
	background-position: top center;
	overflow : hidden;
}
#main {
	width : 100%;

	margin : 0px;
	padding : 0px;

	text-align :center;

	background-image: url("image/mainback3.png");
	background-position: top center;
	background-repeat: repeat-y;
}

.oneGirl
{
	background-image : url(image/panelone.png);
	overflow : hidden;
	background-repeat: no-repeat;
}

.sch_menu
{
	background-color : white;
	font-size : 15px;
}

#footer
{
	width : 100%;
	height : 100px;
	text-align : center;
	font-size : 13px;
	color : white;
	background-image : url("image/footer.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.map
{
	text-decoration : underline;
	cursor : pointer;
}



