body {
	background-color: #66CDAA;
	background-attachment: fixed;
	max-width: 1137px;
	width: 100%;
}

#map-canvas { 
	width: 100%;
	height:450px;
	position: absolute;
	left:0px;
	top:190px;
}

#map {
	position: absolute;
	top: 200px;
	left:200px;
}

#apple {
	width: 5px; 
	height: 5px; 
	background-image: url(images/apple.png);
}

#maptitle {
	width: 500px;
	height: 300px;
	top: 50px;
	left: 20px;
	position:absolute;
}

#honeybee {
	position:absolute;
	width:72px
	height:72px;
	left: 565px;
	top: 60px;
}

/*#honeybee2 {
	position:absolute;
	width:72px
	height:72px;
	left: 50px;
	top: 125px;

}*/

#honeybee3 {
	position:absolute;
	width:72px
	height:72px;
	left: 300px;
	top: 300px;
}




#top-borderline {
	background-color:#ffd082;
	top:20px;
	height:10px;
	width:100%;
	left: -10px;
  	color: #fff;
	position:absolute;
	float: left;
}

/*#bottom-borderline {
	background-color:#ffd082;
	top: 630px;
	height:10px;
	width:100%;
  	color: #fff;
	position:absolute;
}*/

/* Type Styles */

p {
	font-family: "futura", regular;
	font-size: 12px;
	color: black;
	margin-top:650px;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	font-style:normal;
	
}



