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

* {
  margin: 0;
  padding: 0;

}

body {
  overflow: hidden;
}

img.source-image {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
}

#navbar2 {
	height: 23px;
	top: 30px;
	position: absolute;
	left: 0;
	width: 100%;
	}
	
#navbar {
	height: 73px;
	background-color: #000000;
	top: 0px;
	position: absolute;
	left: 0;
	width: 100%;
	}
	

#frame {
	margin: 0 auto;
	height: 300px;
	width: 800px;
	top: 200px;
	position: relative;
	padding-left: 10px;
}

#mainframe {
	margin: 0 auto;
	height: 300px;
	width: 800px;
	top: 138px;
	position: relative;
	padding-left: 10px;
}

#mapframe {
	margin: 0 auto;
	height: 400px;
	width: 800px;
	top: 200px;
	position: relative;
	padding-left: 10px;
}
#content_left {
	margin: 0 auto;
	float: left;
	top: 62px;
	width: 400px;
	position: relative;
	font-family: Rockwell;

}

#map_canvas {
	top: 12px;
	width: 780px;
	position: relative;
	height: 300px;
	background-color: #FFFFFF;
	border-color: #000000;
	border-bottom-color: #000000;
	
}

#content_right {
	margin: 0 auto;
	width: 380px;
	position: relative;
	float: right;
}

#helpcontent {
	margin: 0 auto;
	float: left;
	width: 790px;
	position: relative;
	font-family: Rockwell;

}
