body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #8BABC9;
	text-align: justify;
	margin: 0px;
}
#wrapper {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 20px;
}
#nav {
	float: left;
	height: auto;
	width: 150px;
	margin-top: 10px;
}
#left {
	float: left;
	height: auto;
	width: 540px;
}
#right {
	float: right;
	height: auto;
	width: 150px;
}
#left p {
	line-height: 20px;
	margin-top: 2px;
}
h1 {
	font-size: 16px;
	color: #2C4860;
	letter-spacing: 0.25em;
	margin-bottom: 0px;
	width: 75%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2c4860;
}

#container {
	float: right;
	height: auto;
	width: 690px;
	margin-top: 10px;
}
#footer {
	height: 100px;
	width: 850px;
	clear: both;
	padding-left: 5px;
}
#footer a, #footer a:link, #footer a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
}

#nav a, #nav a:link, #nav a:visited {
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 5px;
	float: left;
	height: 25px;
	width: 145px;
	margin-bottom: 5px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #213C51;
	border-right-color: #213C51;
	border-bottom-color: #213C51;
}

#logo {
	background-color: #FFFFFF;
	height: 150px;
	width: 850px;
}
#nav a:hover {
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 5px;
	float: left;
	height: 25px;
	width: 145px;
	margin-bottom: 5px;
	background-color: #8babc9;
	color: #FFFFFF;
}


/* current bpage */

body#home a#home,
body#apart a#apart,
body#villas a#villas,
body#tents a#tents,
body#hotels a#hotels,
body#about a#about,
body#contact a#contact
 {
	line-height: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	display: block;
	padding-left: 5px;
	float: left;
	height: 25px;
	width: 145px;
	margin-bottom: 5px;
	background-color: #FFCC33;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #213C51;
	border-right-color: #213C51;
	border-bottom-color: #213C51;
}

