/*Default text*/
body {
	margin: 0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: black;
	font-weight: 300;
	background-color:#ffffff;
	}
	
/*outer absolute container to define height of page*/
#container { 
	position: absolute;
	width: 99%;
	top: 0px;
	left: 0px;
	text-align: left;
	height: 600px;
	padding: 10px;
	/*place in front of everything except separator */
	z-index: 2;
	}

#page_title {
	text-align: center;
	margin: 0px;
	padding-top:10px;
	padding-bottom: 20px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: large;
	color: black;
	font-weight: 300;
	background-color: lightgray;
}

#spname_text {
margin: 0px;
	padding-top:20px;
	padding-bottom: 10px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: medium;
	color: black;
	font-weight: 300;
	background-color: white;
}


#map3d_container {
	float: left;
	height: 600px;
	width: 800px;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom:0px;
	border:1px solid silver;
	padding:1px;
	z-index: 3;
	}



#speciesform {
	float:left;
	top:1px;
	left:2px;
	width:220px;
	padding:8px;
	background-color:white;
	border:0px;
	z-index: 2;
	}

#latname {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: small;
	color: black;
	background-color: white;
	}


#RightModule {
	position: absolute;
	width: 250px;
	right:10px;
	top:5px;
		padding 10px;
	background-color:white;
	border:1px;
	z-index: 1;
	}
	
#BottomModule {
	position: normal;
	margin-top: 0px;
	left: 10px;
	padding: 10px;
	width: 100%;
	clear: both;
	border:0px solid #000000;
	background-color: #eeeeee;
	}

	}

