body {
	background-color:#D4D0C8;
	background-image: url(../map_bknd.jpg);
	background-attachment: fixed;
	background-position:left,right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
	color:#ffffff;
	}

h1	{
	color:#ffffff;
	font-family:"berlin Sans FB", arial;
	font-size:48px;
	margin-bottom:0.3em;
	margin-top:0.4em;
	}

a {font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff;	}
a img {border:none;}
a:hover {color:#000000;	background-color: #00ff00;}

a.no_bg:hover {text-decoration: none; background-color:transparent; }

.frame	{z-index:2; position:absolute; top:0; left:0;}

.transcell	{color:#FFFFFF;}
	
.header	{
	margin: 0 auto; 
	position:absolute;
	z-index:3;
	top: 0px;
	width: 900px;
	left: 0px;
	}
	
.nav	{
	margin: 0 auto; 
	position:absolute;
	z-index:3;
	bottom: 0px;
	width: 900px;
	left: 0px;
	}
	
.container	{
	position:relative;
	margin: 0 auto; 
	width: 900px;
	height: 700px;
	}
	
.compass a{
	position: absolute;
	width: 46px;
	height: 48px;
	text-decoration: none;
	left: 852px;
	top: 549px;
	z-index:3;
}
	
/* =Hoverbox Code
----------------------------------------------------------------------*/
.preview
{
	display: block;
	position: absolute;
	z-index: 3;
	right: 279px;
	bottom: 163px;
}

.hoverbox {cursor: default; list-style: none; }

.hoverbox a {cursor: default;}

.hoverbox a .preview {display: none;}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	z-index: 1;	
	border: 2px;
	border-style:solid;
	border-color:#000000;
}

.compass {cursor: default; list-style: none; }

.compass a {cursor: default;}

.compass a .preview {display: none; }

.compass a:hover .preview
{
	display: block;
	position: absolute;
	bottom: 2px;
	right: 0px;
	z-index: 1;	
	border: 2px;
	border-style:solid;
	border-color:#000000;
}

