/***** MAIN *****/

html, body {
	/*overflow: hidden;*/
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 13px;
	color: #000000;
	background-color: #000000;
}

a img { border: none; }
a:link { text-decoration: none; color: #3399FF; }
a:visited { text-decoration:none; color: #3399FF; }
a:hover { color: #6699CC; }

img { margin-bottom: 5px; }

p {
	line-height: 12px;
	color: #CCCCCC;
}

.description {
	font: 13px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 10px 10px 10px 10px;
	font-style: normal;
}

.source_footer {
	font: 11px Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #AAAAAA;
}

a:link .source_footer { text-decoration: none; color: #FFFF66; }
a:visited .source_footer { text-decoration: none; color: #FFFF66; }
a:hover .source_footer { color: #FFCC33; }

h1 {
	margin: 0;
	padding: 6px;
	border:0;
	font-size: 18px;
}

h2 {
	margin: 0px 0px 0px 0px;
	padding: 6px;
	border:0;
	font-size: 15px;
	font-weight: normal;
	color: #99CCFF;
}

#content {
	width: 100%;
	height: 100%;
	border: 0px solid #FFFFFF;
	background-color: #000000;
}

#map {
	width: 100%;
	height: 100%;
	border: 0px solid #FFFF00;
	position: absolute;
}

#sidebar {
	width: 220px;
	height: 100%;
	border: 0px solid #00FF00;
	background-color: #000000;
	float: right;
	filter: alpha(opacity=87); /* IE's opacity*/
    opacity: 0.87;
	padding: 0px 5px 0px 8px;
	position: relative;
}

.layer { margin-left: 30px; }

.layername {
	color: #FFFFFF;
	margin-left: 5px;
}

.legend { font: 12px Arial, Helvetica, sans-serif; }
	

/***** ABOUT *****/

#about_container {
	width: 100%;
	border: solid 0px #FFFFFF;
	background-color: #000000;
}

#about_content {
	width: 600px;
	border: solid 0px #FFFFCC;
	margin: 0 auto;
}

#about_content p {
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 22px;
}