/* CSS Document */
<!--
body {
	background: url(../images/bg.jpg) #A9B8B5 center top repeat-y;
	margin: 0px;
	padding: 0px;
}

#introBox {
	margin: auto;
	width: 567px;
	margin-top: 30px;
}
#introNav {
	text-align:center;
	background:#fff;
	border: 1px #B48A8E solid;
	border-top: 0px;
	margin-bottom: 0px;
}

/* ToolTip */
#tooltip {
	position: absolute;
	z-index: 3000;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; }

-->
