/* CSS Document */

#mapContainer {
	height: 100%;
	width: 80%;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #000000;
} 

#header {
	height: 50px;
	width: 800px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	margin-top: 15px;
}
#sidebar {
	height: 800px;
	width: 200px;
	margin-right: 15px;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	background-color: #000000;
	position: absolute;
	top: 97px;
	left: 946px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
