.background {
	background-image: url(../images/assets/striped_bg.jpg);
	background-repeat: repeat;
}
.main_table {
	background-image: url(../images/assets/main_table.png);
	background-repeat: repeat-y;
}
.email_club_table {
	background-image: url(../images/assets2/club/email_club_table.png);
	background-repeat: repeat-y;
}
.navbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #996633;
	text-decoration: none;
}
.email_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
	height: 20px;
	width: 90px;
	background-color: #5E3112;
}
.email_bg {
	background-image: url(../images/assets/email_bg.jpg);
	padding: 0px;
	background-repeat: no-repeat;
}
.email_content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
	text-align:left;
}
.email_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align:left;
}
.send_button {
	background-image: url(../images/assets/send_btn.jpg);
	height: 22px;
	width: 94px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
.contentHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	width: 436px;
	line-height: 20px;
	text-align: left;
}
.contactinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	line-height: 18px;
	text-align:left;
}
.buffer {
	background-color: #FFFFFF;
	height: 4px;
	width: 305px;
	background-image: url(../images/assets2/buffer.jpg);
}
.leftcontentmargin {
	background-color: #FFFFFF;
	width: 41px;
}
.rightcontentmargin {
	background-color: #FFFFFF;
	width: 18px;
}
.email_club_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align:left;
}
.allsuites {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: normal;
	text-align:left;
}


/******NAVIGATION********/
#nav {
  font-family: Georgia, "Times New Roman", Times, serif;
  height: auto;
  width: 503px;
  text-align: center;
  display:inline;
  color:#000000;
  text-transform:uppercase;
  text-decoration:none;
}
#nav a {
  color:#000000;
  letter-spacing: 0px;
  display: inline;
  font-size: 12px;
  padding: 0px 0px 0px 15px;
  text-transform: uppercase;
  text-decoration: none;
  text-align:right;
}
#nav a:hover,
#nav a.on,
body.home #nav a,
body.location #nav a,
body.experience #nav a,
body.all-suites #nav a,
body.amenities #nav a,
body.dining #nav a,
body.booknow #nav a{
color:#996633
}

#footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  height: auto;
  width: 503px;
  text-align: center;
  display:inline;
  color:#000000;
  text-transform:uppercase;
  text-decoration:none;
}
#footer a {
  color:#000000;
  letter-spacing: 0px;
  display: inline;
  font-size: 12px;
  font-weight:normal;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  text-decoration: none;
  text-align:right;
}
#footer a:hover,
#footer a.on,
body.investment-opportunities #footer a,
body.special-packages #footer a,
body.virtual-tour #footer a,
body.contact #footer a{
color:#996633
}

