/* CSS Document */
body {
	background-image: url(images/blue_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #B8D8D7;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
a {
	font-size: 10px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#main {
	margin:0 auto;
	background-color: #FFFFFF;
	border-color:#FFFFFF;
	border-width: 10px;
	border-style: solid;
	width: 600px;
	height:100% auto;
	float: none;
	position: relative;
}
#contentPhotos {
	background:url(images/table_bg.jpg);
	border-color:#FFFFFF;
	border-width: 10px;
	border-left: 0px;
	border-right: 0px;
	height:100% auto;
	width: 600px auto;
}
#content {
	background:url(images/table_bg.jpg);
	border-color:#FFFFFF;
	border-width: 10px;
	border-left: 0px;
	border-right: 0px;
	height:100% auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#content a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#navbar {
	border-color:#FFFFFF;
	border-width: 10px;
	border-style: solid;
	border-left: 0px;
	border-right: 0px;
	height: 55px;
	background: url(images/li_off.jpg);
}
#navbar ul { 	float: none;  	list-style-type: none;	padding: 0px;	margin-top: 0px;	margin-bottom: 0px;	
	margin-left:  30px;	margin-right: 30px;}
#navbar ul li { 	float: left;	margin-top: 0px;	margin-bottom: 0px;	margin-left: 10px;	margin-right: 0px;}
#navbar ul li a {	display: block; 	text-indent: 0px;	overflow:hidden;	width: 50px;	height:55px;	
	text-decoration:none;	font-size:16px;	font-weight: bold;}

#navbar #home a {	background: url(images/li_off.jpg) no-repeat; 	width:120px;}
#navbar #home a:HOVER {	background: url(images/li_on.jpg) no-repeat;	width:120px;}

#navbar #thevilla a {	background: url(images/li_off.jpg) no-repeat; 	width:120px;}
#navbar #thevilla a:HOVER {	background: url(images/li_on.jpg) no-repeat;	width:120px;}

#navbar #location a {	background: url(images/li_off.jpg) no-repeat; 	width:120px;}
#navbar #location a:HOVER {	background: url(images/li_on.jpg) no-repeat;	width:120px;}

#navbar #photos a {	background: url(images/li_off.jpg) no-repeat; 	width:120px;}
#navbar #photos a:HOVER {	background: url(images/li_on.jpg) no-repeat;	width:120px;}