@charset "utf-8";
/* CSS Document */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}
#mainContainer {
	margin: 0;
	padding: 0;
	width: auto;
}
/* mainNav start*/
#mainNav {
	display: none;
}
#mainMenuContainer {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	display: none;
}
/* leftColumn start */
#leftColumn {
	display: none;
}
#leftColumn img {
	margin: 10px;
	padding: 0px;
}
#classToday p {
	margin: 0;
	padding: 10px;
	width: 70%;
	border-bottom: 1px #660000 solid;
	color: #FF9966;
}
#classToday p.seeAll {
	border: 0;
	font-size: 11px;
	color: #CC6666;
}
/* rightColumn start */
#topBG {
	display: none;
}
#rightColumn {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/drangonfly_yoga_content_bg.gif);
	background-position: center top;
	background-repeat: repeat-y;
}
#mainContent {
	float: left;
	width: 100%;
	padding: 10px;
	padding-top: 0px;
	margin-top: 0px;
}
#mainContent h1 {
	border-bottom: 1px #E3C68D solid;
	font-weight: normal;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	padding-top: 10px;
}
#mainContent h1 .h1a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: lowercase;
	font-size: 1.5em;
}
#sideBar {
	background-image: url(../images/drangonfly_yoga_featurebg.gif);
	float: right;
	width: 198px;
	margin-right: 2px;
	margin-top: 15px;
	text-align: center;
	color: #336666;
	font-size: 10px;
	padding: 10px;
}
#sideBar h1 {
	font-family: Times, serif;
	text-transform: uppercase;
	font-size: 10px;
	color: #660033;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
}
#sideBar p {
	margin: 10px;
	padding: 0px 15px 0px 15px;
}

#sideBar .readMore {
	border-top: 1px #F0E2BA solid;
}
#sideBar .readMore h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
}
#bottomBG {
	position: relative;
	bottom: -10px;
	height: 14px;
	background-image: url(../images/drangonfly_yoga_content_bg_bottom.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#quote {
	position: absolute;
	color: #993333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.25em;
	width: 590px;
	padding-top: 10px;
	line-height: 1.4em;
}
.clearBoth {
	clear: both;
}

