body {
	background-color: #FFFFFF;
	margin: 0px auto;
}

div#map {
	width: 1024px;
	height: 575px;
	border: 0px solid #000000;
}

div#whiteBox {
	background-image: url(images/T_whitebox.png);;
	width: 460px;
	height: 280px;
	border: 1px solid #cccccc;
	position: absolute;
	top: 259px;
	left: 8px;
	margin: 0;
	padding: 0;
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #cc0033;
}

a.no360:hover {
	text-decoration: none;
	color: #000000;
}

div#infoBox {
	background-image: url(images/T_hoverboxbg.png);
	width: 540px;
	height: 120px;
	border: 1px solid #cccccc;
	position: absolute;
	top: 419px;
	left: 481px;
	margin: 0;
	padding: 0;
}

div#infoBox img {
margin-top: 13px;
}

div#thumbnail {
	float: left;
	border: 0px solid #000000;
	width: 141px;
	height: 120px;
	background-color: #cc0033;
}

div#description {
	float: right;
	border: 0px solid #000000;
	width: 395px;
	height: 120px;
}

div#descriptionHeading {
	font-family: "Verdana";
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 2px;
	border: 0px solid #ff6600;
}

div#descriptionText {
	font-family: "Verdana";
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	margin-top: 5px;
	margin-left: 2px;
	border: 0px solid #ff6600;
	width: 98%;
}

div#denote {
	font-family: "Verdana";
	font-size: 11px;
	color: #000000;
	position: relative;
	left: 8px;
	top: -20px;
}
