@charset "UTF-8";
body  {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10 0 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #575454;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.white_14px_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #000000;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 45px;
	width: 900px;
	top: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFFFFF;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
	background: #CAD5D6 url(images/yoga_tree3.jpg) no-repeat;
	height: 548px;
	width: 900px;
} 
.twoColFixLtHdr #testimonials {
	font-weight: bold;
	color: #000000;
	font-size: large;
}
.home_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606063;
	letter-spacing: 0.02em;
	margin-top: 0px;
	font-size: 14px;
	font-weight: normal;
	text-align: justify;
	padding: 0px 30px 0px 0px;
}
.bold_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #606063;
	font-weight: bold;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: small;
	color: #000000;
}
.bluesky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #0066CC;
	font-size: 13px;
}
a:link,a:visited,a:active
 {
	text-decoration: none;
	color: #575454;
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
}
.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6A6B72;
}
a:hover
 {
	text-decoration: none;
	color: #5175B9;
	font-size: 14px;
	vertical-align: bottom;
}
.bluesky {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5678BD;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575454;
	text-align: center;
}
.page_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	color: #009597;
	padding: 0px;
	margin: 0px;
}
}.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #575454;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.quietseclusion {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 30px;
	line-height: 28px;
	letter-spacing: 0.1em;
	word-spacing: normal;
}
.month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
.table_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #595757;
}
.units {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #575454;
}
.hamilton_house {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #009597;
	text-align: justify;
	font-size: 14px;
}
.white_14px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
