@charset "utf-8";
*{margin: 0; padding: 0;}

div.Table_01 {
	margin: auto auto;
	margin-top: 25px;
	width:800px;
	height:600px;
}

div.header {
	float: left;
	width:800px;
	height:224px;
}

div.leftofmenu {
	float: left;
	width:27px;
	height:353px;
}

div.nav {
	float:left;
}

div.home {
	
	width:102px;
	height:41px;
}

div.rightofmenu {
	float: left;
	width:25px;
	height:353px;
}

div.content {
	float:left;
	background-color:#dbdbd9;
	width:437px;
	height:334px;
	padding: 10px;
	overflow: auto;
}

div.rightpanel {
	float: right;
	width:189px;
	height:354px;
}

div.menuspacer1 {
	
	width:102px;
	height:12px;
}

div.Map {
	
	width:102px;
	height:40px;
}


div.guests {
	
	width:102px;
	height:40px;
}

div.dealers {
	
	width:102px;
	height:40px;
}


div.hotel {
	
	width:102px;
	height:40px;
}


div.club {
	
	width:102px;
	height:39px;
}

div.menuspacer6 {
	
	width:102px;
	height:14px;
}

div.contact {
	
	width:102px;
	height:39px;
}

div.footer {
	float:none;
	width:154px;
	height:23px;
}

div.footer020 {
	float: right;
	width:646px;
	height:22px;
}

body {background-color:#000000; font-size: 9.5pt;}

a:link {
	color: #000000;
	text-decoration:underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

