@charset "UTF-8";
body {
	background-image: url(images/bb-gee-gee-sage.gif);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	letter-spacing: 1px;
}
tr {
	font-size: 10px;
	line-height: normal;
	color: #93774A;
	letter-spacing: normal;
}
.footer {
	font-size: 9px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	letter-spacing: normal;
}
#header {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#headerAboutMe {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/aboutme-header.jpg);
}
#headerContact {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/contact-header.jpg);
}
#headerWelcome {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/welcome-header.jpg);
}
#headerLinks {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/links-header.jpg);
}
#headerSchedule {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/schedule-header.jpg);
}
#headerYoga {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/yoga-header.jpg);
}
#headerShiatsu {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/shiatsu-header.jpg);
}
#headerRetreats {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/retreats-workshop-header.jpg);
}
.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border: 1px solid #846438;
	vertical-align: top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
}
.twoColFixLt #mainContent {
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 20;
	padding-right: 35px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 475px;
} 
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
p {
	font-size: 10px;
	font-weight: normal;
	color: #93774A;
	line-height: 13px;
}
h1 {
	font-size: 18px;
	color: #372515;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 16px;
	color: #93774A;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #93774A;
	font-weight: normal;
	margin: 0px;
	padding: 2px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #93774A;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	color: #93774A;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	color: #93774A;
	line-height: normal;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #93774A;
	text-decoration: none;
}
.retreat {
	background-color: #E9ECCF;
	margin: 5px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border: 1px solid #846438;
}
#headerJungle {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.scheduleContainer {
	width: 450px;
	border: 1px solid #CCCCCC;
	padding-left: 15px;
	margin-bottom: 10px;
	background-color: #DADABB;
	height: auto;
	padding-bottom: 5px;
}
.scheduleDaybox {
}
.scheduleMainText {
	margin-bottom: 5px;
}
.scheduleTime {
}
.retreatContainer {
	width: 230px;
	margin-right: 10px;
	background-color: #F3F1D2;
	padding: 5px;
	margin-bottom: 10px;
}
.retreatTitle {
	width: 220px;
}
.retreatDateBox {
	width: 220px;
	margin-right: 20px;
}
.testimonialBox {
	margin-top: 20px;
	margin-bottom: 20px;
	font-style: italic;
	color: #EC511B;
	padding-right: 5px;
}
.testimonialName {
	font-weight: bold;
	color: #B8A588;
	margin-top: 10px;
}
#headerNews {
	height: 250px;
	margin-bottom: 20px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(images/news-header.jpg);
}
#RetreatThumbsContainer {
	padding: 2px;
	border: 1px dotted #DADABB;
	clear: both;
	margin-top: 15px;
	text-align: center;
}
.retreatThumbsRepeat {
	margin-top: 5px;
	margin-bottom: 5px;
}
