body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Garamond, "Times New Roman";
	font-size: 1em;
	line-height: 1.2em;
	color: #41727D;
	}
	
#container {
	margin: 0 auto;
	width: 760px;
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-y;
	background-position: center top;
	}

#container h1.header {
	margin: 0;
	padding: 0;
	width: 760px;
	height: 662px;
	background-image: url(images/bg_page.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#menu {
	margin-top: -425px;
	margin-left: 6px;	
	float: left;
	width: 134px;
	height: 40px;
	clear: left;
}

* html #menu {
	margin-left: 3px;
}

#thriveMenu {
	display: block;
	text-align: center;
	margin-top: -5px;
	margin-bottom: 40px;
	line-height: 16px;
	}
	

	
#thriveMenu a {
	font-size: .7em;
	font-family:Arial, Helvetica, sans-serif;
	color: #22467D;
	padding: 0 12px;
	text-decoration:none;
	
	}

#content {
	text-align: left;
	position:relative;
	top: -365px;
	left: 160px;
	width: 575px;
	}
	
* html #content {
	top: 0;
	left: 0;
	margin-left: 130px;
	margin-top: -345px;
	}

#content p {
	margin-top: 0;
	}





/* HEADERS */

#content h1 {
	font-size: 1.7em;
	font-weight: normal;
	color: #22467D;
}

#content h2 {
	font-size: 1em;
	color: #22467D;
	margin-bottom: 2px;
	margin-top: 20px;
	}
	
#content h3 {
	font-size: 1.1em;
	color: #22467D;
	margin: 20px 0 20px 0;
}

#content h4 {
	font-size: 1.3em;
	color: #22467D;
	margin: 30px 0 20px 0;
	}
	
	
	
	
	
/* CLASSES */

#content .header {
	font-size: .5em;
	font-weight: bold;
	color: #22467D;
}
	
#content .headLink {
	font-size: 1em;
	font-weight: bold;
	}

#content .quote {
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 15px;
	}

#content .groupsHead {
	margin-bottom: -5px;
	margin-top: 10px;
	margin-left: 15px;
	}

#content .groupsSub {
	font-size: .8em;
margin-left: 15px;
	}





/* LISTS */

#content ul {
	text-align: left;
	margin-top: 5px;
	font-family: Garamond, "Times New Roman";
	font-size: 1em;
	line-height: 1em;
	color: #41727D;
	list-style-image: url(images/bullet.gif);
}

#content ul li {
	font-size: .9em;
	margin: 0;
	padding: 0;
	}
	
#content ul.none li {
	list-style-image: none;
	list-style-type: none;
	margin-left: -10px;
}

#content ol li {
	font-size: .9em;
}

#content ul.appt {
	text-align: center;
}
#content ul.appt li {
	list-style-image: none;
	list-style-type: none;
	margin: 3px 0;
	font-size: 16px;
	color:#22467D;
	font-weight:bold;
}

/* LINKS */

#content a:link {
	color: #41727D;
	}
	
#content a:active {
	color: #41727D;
	}
	
#content a:visited {
	color: #41727D;
	}
	
#content a:hover {
	color: #353F72;
	}


/* TABLES*/

#content table {
	margin-left: 15px;
}

#content tr {
	font-family: Garamond, "Times New Roman";
	font-size: .9em;
	color: #41727D;
	}
	
#content table.reg {
	margin: 0;
	}

#content table.reg td {
	vertical-align: top;
	padding: 5px;
}

#content table.rooms {
	}
	
#content table.rooms td {
	padding: 25px 10px 0 10px;
	font-size: 1.2em;
	vertical-align: top;
	text-align: center;
}

#content table.rooms ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 25px;}


* html #content table.rooms ul li {
	margin-left: 15px;
}

#content table.rooms img {
	border: 1px solid black;
}

#content table.facility {
	margin-top: 50px;
	margin-left: -20px;
	}

#content table.facility td {
	vertical-align: top;
	text-align: center;
}

#content table.animals {
	text-align: center;
}

#content table.animals img {
	border: 1px solid #333333;
	margin-top: -15px;
	margin-bottom: 15px;
}



/* IMAGE TREATMENT */

#content img.left {
	border: 1px solid black;
	margin: 5px 10px 5px 0;
	float: left;
	}
#content img.right {
	border: 1px solid black;
	margin: 5px 0 5px 10px;
	float: right;
	}

#content img.facilityH {
	margin: 15px;
	border: 1px solid black;
	}

#content img.facilityV {
	margin: 5px;
	border: 1px solid black;
	}
	
#content img.yoga {
	border: 1px solid black;
	margin: 0;
}




/* FOOTER*/

#footer {
	clear: both;
	margin-top: 55px;
	margin-bottom: 25px;
	text-align: center;
	font-size: .8em;
	line-height: 1.2em;
	color: #353F72;
}

#footer a:link {
	color: #353F72;
	}
	
#footer a:active {
	color: #353F72;
	}
	
#footer a:visited {
	color: #353F72;
	}
	
#footer a:hover {
	color: #41727D;
	}
