
/* Not sure what the purpose of this was for. Throws a warning in FF's error console
v\:* {
  behavior:url(#default#VML);
}
*/

#content {
    width: 640px;
}

#map {
	width: 640px; 
	height: 400px;
}

#content input[type=button], #content a.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #99CCFF;
	border: 1px solid #000000;
	display: inline;
	height: 20px;
	vertical-align: bottom;
}


#content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content body {
	line-height: 18px;
}