.style7 {
font-size: small;
font-style: italic;
font-weight: bold;
}

.infodiv{
position: absolute;
left: 680px;
top: 500px;
width: 150px;
height: 300px;
}

.mapdiv{
width: 550px;
height: 300px;
}

.instructionsdiv{
font-size: smaller;
}

/* from Google API docs */
v\:* {
behavior:url(#default#VML);
}

DIV.dev-header {
  background: #F33;
  font-size: 8pt;
  font-weight: bold;
  color: white;
  padding: 2px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

body {
	background-color: #E6E6B5;
	font: 100% Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
