html {
	margin: 0px;
	padding: 0px; 
}

body { 
	background-color: #faf7ec; 
	padding: 0px; 
	margin: 0px;
	/*
	background-image:url(../images/bg.gif);
	background-repeat: repeat-y;
	*/
	background-image:url(../images/bg_pattern12.gif);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #503214;
}

a, a:link, a:visited, a:active { 
	color: #ff0066;
	text-decoration: none;
}

a, a:hover { 
	color: #ff0066;
	text-decoration: underline;
}

ul { margin: 0px 0px 15px 0px; }

li { line-height: 18px; }

h3 {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #ff0066;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.5px;
}

h3.sub {
	margin: 20px 0px 20px 0px;
}

#calendar {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 100%;
	clear: both;
	overflow: hidden;

}
.half {
	margin: 0px;
	padding: 0px;
	width: 35%;
	float: left;
	overflow: hidden;
}

#trim {
	width: 100%;
	height: 1px;
	line-height: 1px;
	font-size: 1px;	
	padding: 0px;
	margin: 0px;
	background-color: #503214;
}

#container {
	width: 610px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	z-index: 0;
	background: transparent;
	overflow: hidden;
	background-image:url(../images/bg2.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
}
	
#corner {
	background: transparent;
	background-image: url(../images/bg_corner.gif);
	background-repeat: no-repeat;
	width: 249px;
	height: 184px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 8px;
	z-index: 1;
}

#column {
	padding: 0px 40px;
	margin: 0px;
	position: relative;
	z-index: 2;
}
	
#column p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	/*letter-spacing: 0.25px; */
	color: #503214;
	line-height: 18px;
	text-align:justify;
}

#column p.quote {
	clear: left;
	margin: 10px 0px;
	padding: 10px;
	background: #f4efea;
	font-style: italic;
}

#column p.in-note {
	clear: left;
	margin: 10px 0px;
	padding: 10px;
	background: #f4efea;
	font-style: italic;
	text-align: center;
}

#column p.faq {
	clear: left;
	margin: 20px 0px 5px 0px;
	font-style: italic;
}

#column #logo {
	padding: 0px;
	margin: 40px 0px 15px 0px;
}

#column #intro-words {
	padding: 0px;
	margin: 150px auto 30px auto;
	position: relative;
	display: block;	
}

#column #intro-logo {
	padding: 0px;
	margin: 0px auto 10px auto;
	position: relative;
	display: block;	
}

#column #intro-enter {
	padding: 0px;
	margin: 0px auto 150px auto;
	position: relative;
	display: block;
}

#column img.photo {
	margin: 1px 1px;
	padding: 3px;
	border: 1px solid #3d250c;
}

#column #menu {
	padding: 0px;
	margin: 0px 0px 25px 0px;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#column #menu ul {
	margin: 0px;
	padding: 0px;
	width: 501px;
	height: 10px;
	list-style: none;
	background: url(../images/menu.gif) no-repeat; 
	position: relative;
}

#column #menu li { 	position: absolute; margin: 0px; padding: 0px; height: 13px;}
#column #menu a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 13px;
	color: #3d250c;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	position: absolute;
}
#column #menu a span { display: none; }

/* menu base state */
#column #menu #navAbout a { left: 0px; width: 70px; }
#column #menu #navYoga a { left: 82px; width: 81px; }
#column #menu #navPilates a { left: 175px; width: 91px; }
#column #menu #navSchedule a { left: 279px; width: 94px; }
#column #menu #navRetreats a { left: 385px; width: 52px; }
#column #menu #navContact a { left: 449px; width: 52px; }

/* menu rollovers */
#column #menu #navAbout a:hover, body.about #column #menu #navAbout a { background: url(../images/menu.gif) no-repeat 0px -13px; }
#column #menu #navYoga a:hover, body.yoga #column #menu #navYoga a { background: url(../images/menu.gif) no-repeat -82px -13px; }
#column #menu #navPilates a:hover, body.pilates #column #menu #navPilates a { background: url(../images/menu.gif) no-repeat -175px -13px; }
#column #menu #navSchedule a:hover, body.schedule #column #menu #navSchedule a { background: url(../images/menu.gif) no-repeat -279px -13px; }
#column #menu #navRetreats a:hover, body.retreats #column #menu #navRetreats a { background: url(../images/menu.gif) no-repeat -385px -13px; }
#column #menu #navContact a:hover, body.contact #column #menu #navContact a { background: url(../images/menu.gif) no-repeat -449px -13px; }

#column .divider {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	/*border-top: 1px solid #faf7ec;*/
	border-bottom: 1px solid #efead9;
}

#footerlabel {
	clear: both;
	display: block;
	margin: 40px 0px 0px 0px;
	padding: 0px;
	position: relative;
	left: 4px;
	z-index: 3;
	width: 214px;
	height: 22px;
}

#footerlabel img {
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: bottom;
}

#footer {
	width: 610px;
	height: 28px;
	padding: 0px;
	margin: 0px auto;
	position: relative;
	z-index: 4;
	background: transparent;
	background-image:url(../images/footer.gif);
	background-repeat: no-repeat;
}	