/* Generic
---------------------------------------------------------------------------------*/
body {
	font: 75%/160% Arial, Helvetica, sans-serif;
	background: #F6D0DA url(images/wrap-bg.gif) repeat-y center top;
	color: #333333;
	margin-bottom: 0px;
	margin-top: 0px;
}
a {
	color: #FBDBEA;
	text-decoration: underline;
	outline: none;
}
a:hover {
	text-decoration: underline;
	color: #A21156;
}

ul {
	list-style: none;
	margin-top: .3em;
}
ul li {
	background: url(images/bullet.gif) no-repeat 4px 4px;
	padding: 0 0 1em 18px;
	line-height: 140%;
}

.tablestyle {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #737573;
}
.tdstyle  {
	border-width: 0px 0px 0px 0px;
	border-style: none none none none;
	-moz-border-radius: -5px -5px -5px -5px;
} 

/* headings and typography
---------------------------------------------------------------------------------*/
h1, h2 {
	font: 180%/100% Times New Roman, Times, serif;
	padding: 0 0 0px;
	letter-spacing: 1px;
	color: #000000;
}
#contenthome {
	text-align: left;
	width: 440px;
}

.title {
	font: normal 180%/normal Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	color: #FBDBEA;	
}
h1 a, h2 a {
	color: #763712;
}
h1 a:hover, h2 a:hover {
	color: #000;
	text-decoration: none;
}
h3 {
	font: bold 125%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
}
h4 {
	font: bold 115%/100% Arial, Helvetica, sans-serif;
	padding: .85em 0 5px;
	color: #666666;
}
.intro {
	font: 120%/135% Arial, Helvetica, sans-serif;
	color: #ffffff;	
}

.smalltext {
	font: 100%/135% Arial, Helvetica, sans-serif;
	color: #eeeeee;	
}

/* header
---------------------------------------------------------------------------------*/
#header {
	
	margin: 0 auto;
	position: relative;
	height: 314px;
}
#logo {
	position: relative;
	text-align: center;
	padding: 10px;
	top: 290px;
}

/* content wrap
---------------------------------------------------------------------------------*/
#content-wrap {
	
	margin: 0 auto;
	position: relative;
	clear: both;
}
#top {
	background: url(images/top-bg.jpg) no-repeat right top;
	height: 440px;
	position: absolute;
	width: 851px;
	top: 0;
	right: 0;
	z-index: 2;
}
#content {
	width: 660px;
	position: relative;
	padding: 23px 0 20px 12px;
}
#bottom-bg {
	background: url(images/bottom-bg.jpg) no-repeat center bottom;
}

/* footer
---------------------------------------------------------------------------------*/
#footer {
	background: #F6D0DA url(images/footer-bg.gif) no-repeat center bottom;
	clear: both;
}
#footer h4 {
	text-indent: -900em;
	margin: 0;
	padding: 0;
	height: 25px;
}
#footer-wrap {
	
	height: 198px;
	margin: 0 auto;
}

/* credits */
#credits {
	font-size: 90%;
	color: #999999;
	clear: both;
	margin: 0;
	padding: 10px 0 0 100px;
	text-align: center;
}
#credits a {
	color: #999999;
}
.html .attribute {
	color: #006600;
}

#topheader {

	background: url(images/main-bg2.jpg) no-repeat center top;
	clear: both;
}

#topheader-fitness {

	background: url(images/main-bg-fitness.jpg) no-repeat center top;
	clear: both;
}
#topheader-testimonials {

	background: url(images/main-bg-testimonials.jpg) no-repeat center top;
	clear: both;
}
#topheader-party {

	background: url(images/main-bg-party.jpg) no-repeat center top;
	clear: both;
}
#topheader-spa {

	background: url(images/main-bg-spa.jpg) no-repeat center top;
	clear: both;
}


#topheader-wrap {

	
	height: 314px;
	margin: 0 auto;
}
#botfooter {

	background: #F6D0DA no-repeat center bottom;
	clear: both;
	padding: 0; 
	margin: 0; 
}
.subtext {

	font: 90%/100% Arial, Helvetica, sans-serif;
	color: #B5B5B5;
}

