@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #B5C88C url(images/bkgd_gradient.jpg) repeat-x left top;
}
.oneColFixCtrHdr #container {
	width: 780px; /* 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. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/orchid.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.oneColFixCtrHdr #header {
	height: 130px;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #header h1 {
	background-image: url(images/shinjin.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 184px;
	text-indent: -10000px;
	margin-left: 310px;
	margin-top: 0px;
	line-height: 1px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 15;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	font-size: 90%;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 180px;
}
.oneColFixCtrHdr #footer p {
	margin: 0 0 0 25px; /* 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 */
	float: left;
}#nav {
	width: 700px;
	height: 2.2em;
	margin-left: 75px;
	padding-top: 10px;
}
#welcome {
	background-image: url(images/welcome.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	height: 54px;
	width: 532px;
	margin-left: 130px;
}
.superscript {
	font-size: 50%;
	vertical-align: top;
}
#window {
	background-image: url(images/window.png);
	background-repeat: no-repeat;
	height: 213px;
	width: 204px;
	position: absolute;
	left: -121px;
	top: -16px;
}
#tree {
	padding-top: 40px;
	padding-bottom: 40px;
}
#studioPix {
	text-align: center;
}
.fltLft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.fltRt {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.testimony {
	padding-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
a:link {
	color: #ACCA83;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
#footer a:link {
	color: #630;
}
.pdfIcon {
	background-image: url(images/pdfIcon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 35px;
	height: 30px;
	display: block;
	text-align: left;
}
#yogaTextLft {
	padding-left: 180px;
}
#flowersPic {
	height: 267px;
	width: 200px;
	background-image: url(images/studio_flowers.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 558px;
	top: 283px;
}
#topSchedule {
	width: 510px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
#bottomSchedule {
	margin-left: 240px;
}
#sumiDance {
	background-image: url(images/Sumi_dance.jpg);
	background-repeat: no-repeat;
	height: 220px;
	width: 230px;
	position: absolute;
	left: 542px;
	top: 736px;
}
h1 {
	font-size: 1.4em;
	color: #326633;
	margin-top: 20px;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.2em;
}
.photo_credit {
	font-size: 0.7em;
}
#teachingsTextRight {
	padding-left: 315px;
}
