body {
	background-color: #f1f1e9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}


/********************************************
Document main texts, tables & layouts
********************************************/


h1 {
	color: #000000;
	font-size: 200%;
	padding-bottom: 15px;
}
h2 {
	color:#666666;
	font-size: 150%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

table.inner {
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
	vertical-align: top;
}

table.inner tr,
table.inner td {
	text-align: left;
	margin-top:20px;
	margin-bottom:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

.margins {
	width:540px;
	padding:30px;
}
.tableGallery {
	margin: 0px;
	padding: 0px;
	border:none;
}
.tableGallery td {
	margin: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	border:none;
}

/*--------------------------------------
ALL NEW CSS STYLES FOR REDESIGN
--------------------------------------*/

/*CONTINERS AND LAYOUT*/

#header {
	width:auto;
	background-color: #111111;
	height: 301px;
}

#content {
	width:900px;
	height:auto;
}

#footer {
	clear:both;
	width:680px;
	margin-left: 220px;
	
}
.footerTxt, a.footerTxt:active, a.footerTxt:link, a.footerTxt:visited {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

a.footerTxt:hover {
	color: #000000;
	text-decoration: none;
}
.clearit {
	width:900px;
	clear: both;
}

.logo {
	float:left;
	width:200px;
}
#image {
	float:left;
	width:700px;
}



.leftCol {
	float:left;
	width:200px;
	height:100%;
	padding-top: 20px;		
}
.midCol {
	float:left;
	width:678px;
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.rightCol {
	float:left;
	width:200px;
}
/*FONTS & LINKS ETC*/

.mainTxt {
	line-height: 20px;	
}

#nav{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width:200px;
	float:left; /* contain floated list items */
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
}
#nav li {
	margin-bottom: 2px;
	padding-left: 0px;
	padding-right:0px;
	float:left; /* this corects the */
	width: 100%; /* IE whitespace bug */
	
}
#nav a {
	display: block; /* to increase clickable areas as a's default to inline */
	color: #000000;
	text-decoration: none;
	padding-right: 20px;
	line-height: 30px;
	border-bottom: 2px solid #f1f1e9;
	font-size: 100%;
	text-align: right;
	text-transform: uppercase;
}

#nav a:hover {
	color:#999;
	line-height: 30px;
	border-bottom: 2px solid #f1f1e9;	
}

#body_ourfacilities #nav_ourfacilities a, #body_generalinformation #nav_generalinformation a, #body_welcome #nav_welcome a, #body_villas #nav_villas a, #body_gallery #nav_gallery, #body_ourfacilities #nav_ourfacilities a, #body_dining #nav_dining a, #body_contact #nav_contact a {
	color:#999;
	line-height: 30px;
	border-bottom: 2px solid #333;
}
fieldset {
	margin-top: -20px;
	padding: 0;
	border: none;
}
fieldset ol {
	padding: 1em 0 0 0;
	list-style: none;
}
fieldset li {
	padding-bottom: 1em;
}
fieldset.submit {
	border-style: none;
}
.submit {
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: none;
	font-size: 16px;
	cursor: pointer;
	margin-left: 53px;
}
.submit:hover {
	font-weight: bold;
	color: #555555;	
}
legend {
	
}
label {
	float: left;
	width: 9em;
	margin: 0 1em 0 0;
	padding: 5px 0 5px 0;
	
}
.forms {
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CCCCCC;
	width: 200px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.select {
	background-color: #FFFFFF;
	margin-top: 5px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	
}
