body {
	}
body a:hover {
	color:#FFF;
	text-decoration:underline;
}
body a:visited {
	color: #FFF;
	text-decoration:none;
}
body a {
	color: #FFF;
	text-decoration:none;
}
#map {
	width: 494px;
	height: 300px;
	border:solid #000 1px;
	color: #000;
	text-align: center;
}
#mapwrapper {
	width: 100%;
	float: left;
	margin: 0px 10px 0px 10px;
}

