﻿#wrapper {
	position:absolute;
	left: 10px;
	top: 5px;
	height:700px;
	width:974px;
	background-color:white;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#gmap{
	position:absolute;
	top:155px;
	left:150px;
	height:500px;
	width:500px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	z-index:5;
}
#notes{
	position:absolute;
	left:660px;
	top:159px;
	width:300px;
	padding:4px;
	border-style:solid;
	border-bottom-color:navy;
	border-right-color:navy;
	border-top-color:blue;
	border-left-color:blue;
	border-width:1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#wearehere{
	position:absolute;
	left:330px;
	top:450px;
	width:136px;
	height:119px;
	background-image:url('../images/here-arrow.gif');
	z-index:10;
}