* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url('../img/grand_adventure/common/back.gif') repeat-x #6A8D9E;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#ln {
margin: 20px 0;
}
#ln p{
padding: 0;
margin: 10px 0;
}


p, ul {
	margin-bottom: 20px;
}
ul {
	margin-left: 30px;
}
h1 {
	padding: 80px 0px 20px 0px;
	font-size: 21px;
	font-weight: normal;
}
#wrapper {
}
	#header {
		width: 100%;
		width: 1259px;
		height: 21px;
		background-color: #1E3648;
		white-space: nowrap;
	}
		#top_menu {
			position: relative;
			top: 1px;
			display: table;
			margin-left: 5px;;
		}
		#top_menu ul {
			margin: 0px;
			list-style: none;
		}
		#top_menu ul li {
			display: inline;
		}
		#top_menu a {
			padding: 0px 40px;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			color: #FFFFFF;
		}
		#top_menu a:hover {
			text-decoration: underline;
		}
		#top_menu a.active {
			color: #FFC05C;
		}
#map_menu {
	position: absolute;
	top: 19px;
	left: 0px;
	margin: 0px;
	list-style: none;
	z-index: 1;
}
	#hotel, #townhouses, #restaurant, #harbour, #helipad, #boathouse {
		font-size: 12px;
		color: #FFFFFF;
		padding: 10px;
	}
	#hotel { position: absolute; top: 299px; left: 574px; white-space: nowrap; }
	#townhouses { position: absolute; top: 280px; left: 813px; white-space: nowrap; }
	#restaurant { position: absolute; top: 375px; left: 474px; }
	#harbour { position: absolute; top: 604px; left: 704px; }
	#helipad { position: absolute; top: 386px; left: 217px; width: 80px; }
	#boathouse { position: absolute; top: 54px; left: 435px; }
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 1259px;
	background: url('../img/medved/illustration.jpg') no-repeat #1E3648;
}
	#content div.sub_content {
		width: 1px;
		height: 345px;
	}
	#content div.text {
		background: url('../img/medved/text_top_back.jpg') no-repeat;
		padding: 0px 55px 30px 55px;
	}
	#content div.text a {
		color: #FFC05C;
	}
#hotel_block, #townhouses_block, #restaurant_block, #harbour_block, #helipad_block, #boathouse_block {
	position: absolute;
	z-index: 1;
	display: none;
	visibility: hidden;
}
#hotel_block { top: 132px; left: 653px; }
#townhouses_block { top: 134px; left: 214px; }
#restaurant_block { top: 141px; left: 547px; }
#harbour_block { top: 173px; left: 422px; }
#helipad_block { top: 153px; left: 307px; }
#boathouse_block { top: 107px;  left: 435px; }
#hotel_block p, #townhouses_block p, #restaurant_block p, #harbour_block p, #helipad_block p, #boathouse_block p {
	font-size: 12px;
}
div.block_image {
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
}
div.block_image img {
	border: 1px solid #FFFFFF;
}
div.block_text, div.bottom_text {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px;
	width:expression(this.parentElement.offsetWidth-40);
}
div.bottom_text {
	top: auto;
	bottom: 0px;
}
div.block_text p {
	margin-bottom: 0px;
}
#footer {
	width: 1259px;
	height: 180px;
	background: url('../img/medved/bottom_logos_back.jpg') repeat-x;
}
	#footer img {
		float: left;
		margin-left: 40px;
	}
	#adress {
		padding-top: 69px;
		font-size: 11px;
		color: #FFFFFF;
	}