body {
	font-family:"Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background:#ACC064;
	margin:0;
	padding:0;
	overflow:hidden;
	font-size: 62.5%;
}
table {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#greenmap {
	height:600;
	display:table-cell;
	border: 1px solid #000;
}

#greenmapfull {
	height:100%;
	width:100%;
}

.note {
	font-size: 0.8em;
	color: #EAD68A;
}
#menu {
	height: 400px;
	width: 320px;
	background-image: url(images/gm_header.gif);
	padding-top: 120px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	background-repeat: no-repeat;
}
a {font-size: 0.9em;
font-weight:bold;
color: #EAD68A;
}


a:link, a:visited {
	text-decoration:underline;
}

a:hover, a:active {
	text-decoration:none;
}

