#container {
	margin: 0 auto;
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: #DD8D2B;
	border:16px solid #9A7C2D;

	}

#nav {
	background-image: url(../img/navigation.jpg);
	padding: 0;
	margin: 0;
	list-style: none;
	width: 900px;
	height: 30px;
	overflow: hidden;
	}
	
#nav li {
    float: left;
}

#nav a {
    display: block;
    background-image: url(../img/navigation.jpg);
    padding-top: 27px;
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}
#nav-home {
	width: 74px;
	}

#nav-home:hover {
	background-position: 0px -27px;
	}
	
#nav-schedule {
	width: 84px;
	background-position: -74px 0;
	}

#nav-schedule:hover {
	background-position: -74px -27px;
	}
	
#nav-schedule-on {
	width: 84px;
	background-position: -74px -27px;
	}

#nav-location {
	width: 82px;
	background-position: -158px 0;
	}

#nav-location:hover {
	background-position: -158px -27px;
	}
	
#nav-location-on {
	width: 82px;
	background-position: -158px -27px;
	}

#nav-prices {
	width: 60px;
	background-position: -246px 0;
	}

#nav-prices:hover {
	background-position: -246px -27px;
	}
	
#nav-prices-on {
	width: 60px;
	background-position: -246px -27px;
	}
	
#nav-specials {
	width: 80px;
	background-position: -306px 0;
	}

#nav-specials:hover {
	background-position: -306px -27px;
	}
	
#nav-specials-on {
	width: 80px;
	background-position: -306px -27px;
	}
	
#nav-workshops {
	width: 100px;
	background-position: -390px 0;
	}

#nav-workshops:hover {
	background-position: -390px -27px;
	}
	
#nav-workshops-on {
	width: 100px;
	background-position: -390px -27px;
	}	
	
#nav-about {
	width: 60px;
	background-position: -488px 0;
	}

#nav-about:hover {
	background-position: -488px -27px;
	}
	
#nav-about-on {
	width: 60px;
	background-position: -488px -27px;
	}
	
#nav-links {
	width: 50px;
	background-position: -550px 0;
	}

#nav-links:hover {
	background-position: -550px -27px;
	}
	
#nav-links-on {
	width: 50px;
	background-position: -550px -27px;
	}
	
#nav-photos {
	width: 68px;
	background-position: -600px 0px;
	}

#nav-photos:hover {
	background-position: -600px -27px;
	}
	
#nav-photos-on {
	width: 68px;
	background-position: -600px -27px;
	}
	
#nav-teacher-training {
	width: 134px;
	background-position: -670px 0;
	}

#nav-teacher-training:hover {
	background-position: -670px -27px;
	}
	
#nav-teacher-training-on {
	width: 134px;
	background-position: -670px -27px;
	}
	
#nav-parties {
	width: 70px;
	background-position: -808px 0;
	}

#nav-parties:hover {
	background-position: -808px -27px;
	}
	
#nav-parties-on {
	background-position: -808px -27px;
	width: 70px;
	}
	
#header {
	background-color:  #ebdde2;

	}

#leftnav {
	border: 3px none #ffffff;
	background-color:  #ebdde2;
	width: 100%;
	color:#003366;
	text-decoration:none;
	font-size: 14px;
}

#home-top {
	width:900px;
	bottom: 10px;
	position:relative;
	left:10px;
	
	}
	
	
#leftcolumn {
	width:380px;
	float:left;
	bottom: 10px;
	position:relative;
	left:10px;
	
	}
	
#rightcolumn {
	width:380px;
	float:right;
	bottom: 10px;
	position:relative;
	left:90px;

	}
	
#home-left {
	width:480px;
	float:left;
	bottom: 10px;
	position:relative;
	left:10px;
	
	}
	
#home-right {
	width:420px;
	float:right;
	bottom: 10px;
	position:relative;

	}



#content {
	border: 3px none #ffffff;
	background-color : #DD8D2B;
	padding-top:2px;
	padding-right:7px;
	margin-left: 2em;

	}

#contentPrices {
	border: 3px none #ffffff;
	background-color : #DD8D2B;
	padding-top:2px;
	padding-right:7px;
	padding-bottom:24em;
	margin-left:14em;
	float:none;
	width:50%;

	}
	
#contentSpecials {
	border: 3px none #ffffff;
	background-color : #DD8D2B;
	padding-top:2px;
	padding-right:40px;
	padding-bottom:80px;
	padding-left:40px;
	float:none;

	}

#schedule {
	width:600px;	
	padding-left:12px;
	padding-top:50px;
	padding-bottom:20px;
	border-spacing:6px;
	float:right;
	}
	
#prices {
	width:460px;	
	padding-left:12px;
	padding-top:30px;
	padding-bottom:20px;
	border-spacing:6px;
	float:right;

	}

#address  {
	 text-align: center;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #003366;
	 padding-bottom: 8px;
	 }

#photogallery{
	background-color: #ebdde2;

	float:left;
	
}

#slideshow {
		position: relative;
		width: 900px;
		height: 300px;
		top: -2px;
		left: -26px;
		overflow: hidden;
		/*margin-left:75px;
		margin-top: 20px;*/
		/*border:6px solid #9A7C2D;*/
	}
	

	#slideshow img {
		position: relative;
		left: 0;
		top: 0;
		width: 900px;
		height: 300px;
			
	}
	


	
body, p, li, td  {

	font-family:"Comic Sans MS";
	font-size:13px;
	color:#000000;
	text-align:left;
}

.bodystyle{
	background-color: #B33E23;
}

.bodystyle-substitutes{
	background-color: #DD8D2B;
}

.biosKelly{
	width: 800px;
	height: 230px;
	background-color : #dd8d2b;
	border: 1px;
	border-style:solid none solid none;
	border-color:#9a7c2d;
}

.bios{
	width: 800px;
	height: 190px;
	background-color : #dd8d2b;
	border: 1px;
	border-style:none none solid none;
	border-color:#9a7c2d;
}

img.right{
	float:right;
}

img.left{
	float:left;
	
}
/*img.header{
	float:left;
	 width:900px; 
	 height:75px;
	 border:0;
} */


a {
	text-decoration:underline;
	color: #741012;
}

a:hover{
	text-decoration:none;
	color: #9A7C2D;
}

ul {
	list-style-type : none;
	padding-bottom: 20px;
	
}

ul.benefits {
list-style-type:circle;

}

li {
	float:left;
	padding-right:1px;
	padding-left: 1px;	

}


.separater {
	float:left;
	padding-right:1px;
	padding-left: 1px;	
	color: #9A7C2D;
	font-size: 16px;

}

.separater1 {
	float:left;
	padding-right:8px;
	padding-left: 8px;
	background-image:url(../img/buddha.gif);
	background-repeat:no-repeat;

}

.buddhalogoHome {
	float:left;
	padding-right: 2em;
	padding-left: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.gail {
	display:block;
	float:left;
	padding-right: 2em;
	padding-left: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
}

.buddhalogoPrices {
	float:right;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 16px;
}

.buddhalogoSchedule {
	float:right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 160px;
}

.buddhalogoAbout {
	float:right;
	padding-right: 2em;
	padding-left: 1em;

}

.buddhalogoParties {
	display: block;
	float:right;
	padding-right: 2em;
	padding-left: 1em;

}

.buddhalogoNotFound {
	float:right;
	padding-right: 2em;
	padding-left: 1em;

}

.buddhalogoLinks {
	float:right;
	position:relative;
	bottom: 500px;

}

.hipHopYoga {
	float:left;
	padding-left: 6px;
	padding-top: 12px;
}

.twitterLogo{
	float:left;

}

.navBorder{
	position:relative;
	left: 325px;

}

.scheduleimage {
display:block;

}

.descimage {
	display:block;
	position:relative;
	width:50%;
}

.tshirtHome {
float:left;
padding-left:40px;

}

.buddhaImgSpecials{
float:left;
padding-left:100px;
padding-right: 20px;

}

/*
.mainnav{
	margin-left: 90px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	display: block;

}

.mainnav-lower{
	margin-left: 118px;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	display: block;

}


.navigation {
	width: 100%;
	color:#741012;
	text-decoration:none;
	font-family: 'Reenie Beanie', arial, serif; 
	font-size: 24px;
	font-weight: 600;
	/*letter-spacing: 0.05em }
*/

.navigation:hover {
	width: 100%;
	color:#9A7C2D;
}

	
.navcurrent {
	width: 100%;
	color:#9A7C2D;
	font-family: 'Reenie Beanie', arial, serif;
	text-decoration:none;
	font-size: 24px;
	font-weight: 600;

}

.navcurrent:hover {
	width: 100%;
	color:#a65ea7;
	

}



.footer {
	font-family:"Comic Sans MS";
	font-size:11px;
	color:#9A7C2D;
	text-align:center;
	vertical-align: bottom;
	
	}
	
.footer2 {
	font-family:"Comic Sans MS";
	font-size:9px;
	color:#9A7C2D;
	text-align:left;
    vertical-align: bottom;

	}
	
.footer1 {
	font-family:"Comic Sans MS";
	font-size:9px;
	color:#9A7C2D;
	position:relative;
	bottom:10px;
	left:650px;

}
.footerAbout{
	font-family:"Comic Sans MS";
	font-size:9px;
	color:#9A7C2D;
	text-align:right;
	margin-left: 8px;
	margin-right: 8px;
	vertical-align: bottom;
	padding-top:60px;
	
	}
	
.footerPhotos {
	font-family:"Comic Sans MS";
	font-size:9px;
	color:#9A7C2D;
	text-align:right;
    vertical-align: bottom;

	}
	
.substitutes {
	font-family:arial, serif;
	font-size:16px;
	color:#841518;
	text-align:left;

	}

.substitutesItalics{
	font-family:arial, serif;
	font-size:16px;
	color:#9A7C2D;
	text-align:left;
	font-style:italic;

	}
	

.sub_items_date {
	 background-color:#9A7C2D;
	 text-align: left;
	 font-family: arial, serif;
	 font-size: 14px;
	 color: #741012;
	 font-weight:bold;
	 }
	 
.sub_items {
	background-color:#DD8D2B;
	text-align: left;
	font-family: arial, serif;
	font-size: 13px;
	color: #841518;
	font-weight: bold;
	 
	 }

.descriptions {
	 text-align: left;
	 font-family:arial, serif;
	 font-size: 14px;
	 letter-spacing: 0.05em;
	 color: #841518;
	margin-right: 20px;
	
	 }
	 
.descriptions16 {
	 text-align: left;
	 font-family: arial, serif;
	 font-size: 18px;
	 color: #841518;
	margin-right: 20px;
	
	 }
	 
.emailKelly {
	 text-align: center;
	 font-family: arial,serif;
	 font-size: 14px;
	 color: #841518;
	 padding-bottom: 20px;
	
	 }
	 
.descriptionsBold {
	 text-align: left;
	 font-family: arial,serif;
	 font-size: 14px;
	 letter-spacing: 0.05em;
	 font-weight: bold;
	 color: #841518;
	
	 }
	 
.descripAbout {
	 text-align: left;
	 font-family: arial,serif;
	 font-size: 13px;
	 letter-spacing: 0.05em;
	 color: #841518;
	margin-right: 20px;
	
	 }
	 
.events {
	text-align: left;
	 font-family: arial,serif;
	 letter-spacing: 0.05em;
	 font-size: 14px;
	 color: #841518;

	
	 }
	 
.events a {
	 text-align: left;
	 font-family: arial,serif;
	 font-size: 14px;
	 letter-spacing: 0.05em;
	 text-decoration: underline;
	 color: #9A7C2D;
	 
}

.events a:hover {
	 text-align: left;
	 font-family: arial,serif;
	 font-size: 14px;
	 letter-spacing: 0.05em;
	 color: #da7c49;
	 text-decoration: none;
	 
}
	 
.eventsHome {
	 text-align: left;
	padding-bottom:12px;
	 font-family: arial,serif;
	 font-size: 14px;
	 letter-spacing: 0.05em;
	 color: #841518;
	
}

.eventsHome16 {
	 text-align: left;
	padding-bottom:12px;
	 font-family: arial,serif;
	 font-size: 16px;
	 letter-spacing: 0.05em;
	 color: #841518;
	
}

.workshopText {
	 text-align: left;
	 font-family: arial,serif;
	 font-size: 1.1em;
	 line-height: 1.4;
	 color: #841518;
	
}


.workshopsRed20 {
	 text-align: center;
	 font-family: "Comic Sans MS";
	 font-size: 20px;
	 color: #981b1f;
	
}
	 
.descriptionsCenter {
	 text-align: center;
	 font-family:  arial,serif;
	 font-size: 16px;
	 color: #841518;
	
	 }
	 
.descrAboutCenter {
	 text-align: center;
	 font-family: arial,serif;
	 font-size: 16px;
	 color: #841518;
	
	 }
	 
.body_text {
	 text-align: left;
	 font-family: arial,serif;
	 font-size: 16px;
	 letter-spacing: 0.05em;
	 color: #841518 
	 }
	 
.body_text a{
	 text-align: left;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #a35c62
	 }
	 
.body_text a:hover{
	 text-align: left;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #a65ea7 
	 }	 
	 
.body_textCenter {
	 text-align: center;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #336699 
	 
	 }
	 
.redBody {
	 text-align: left;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #a35c62; 
	 }
	 
.redBody a{
	 text-align: left;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #a35c62; 
	 }

.redBody a:hover{
	 text-align: left;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #a65ea7; 
	 }
	 

.redPrices {
	 text-align: left;
	 font-family: "Comic Sans MS";
	 font-size: 13px;
	 color: #981b1f; 
	 }
	 
	 
.redBodyCenter {
	 text-align: center;
	 font-family: "Comic Sans MS";
	 font-size: 16px;
	 color: #a35c62; 
	 } 
	 
.redBodyBig {
	 text-align: center;
	 font-family: "Comic Sans MS";
	 font-size: 22px;
	 color: #841518; 
	 }
	 
.redBodyBig a {
	 text-align: center;
	 font-family: "Comic Sans MS";
	 font-size: 20px;
	 color: #981b1f; 
	 }


	 
.darkPurpleRight {
	 text-align:right;
	 font-family: "Comic Sans MS";
	 font-size: 12px;
	 color: #741012; 
	 }
	 
a.darkPurpleRight:hover {
	 text-align:right;
	 font-family: "Comic Sans MS";
	 font-size: 12px;
	 color: #9A7C2D;
	 text-decoration: none;
	 }
	 
a.darkPurpleRight {
	 text-decoration:underline;

	 }
	 

.quotes {
	text-align: left;
	font-family: arial,serif;
	font-size: 13px;
	color: #841518;
	 }
	 
.quotesLinks {
	text-align: center;
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #841518;
	 }
	 
.homeQuotes {
	text-align: right;
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #841518;
	padding-top:195px;


	 }
	 
.locationImg {
	margin-bottom:300px;

	
}

.homeImg {
	float:right;
	margin-right:10px;
	margin-left:10px;
	margin-bottom:10px;
	border:3px solid #9A7C2D;
	
}

.biosImg {
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	width:175px;
	height:175px;
}
.biosImgKelly {
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	width:220px;
	height:180px;
}

.centerImg {
	display: block;
    margin-left: 25px;
	
}

.birthdayImg {
	display: block;
    margin-left: -6px;
    margin-right: auto;
	
}

.workshopsImg {
	padding-left:10px;
	padding-bottom: 10px;
	padding-top: 25px;
	
}

.twitterLinks {
	float:right;
	padding-right: 10px;
	
}

.accountHome {
	position:left;
	padding-top: 20px;

}

.mailingList {
	float:right;
	border: solid 2px;
	
}

.homeToutTop {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: solid 2px;

}

.trademark {
	font-size: 9px;
	
}

.clear {

	display: block;
	display: inline-block;
	height: 1%;
	margin: 0 auto;
}


.clear:after { 

	content: "."; 
	clear: both; 
	display: block; 
	visibility: hidden; 
	height: 0; 
	line-height: 0; 
	

}
 

h1 {
	font-size: 24px;
	color:#003366;
}

h1 img{
	display:block;
	margin-top:40px;
	
}

h2 {
	font-size: 22px;
	font-family: arial, serif;
	color:#841518;
	text-align:center;
	font-weight: normal;
	padding-bottom: 6px;
	padding-top:20px;
}




h3 {
	font-size: 22px;
	font-family: "Comic Sans MS";
	text-align:left;
	font-weight: bold;
}

/* mailing list CSS starts here */
    .eemStyleSFBody
    {
        padding: 0px;
        width: 600px;
        border: ridge 0px gray;
        background-color: #DD8D2B;
    }
    .eemStyleSFMainOuter
    {
        padding: 0px;
        width: 600px;
        border: ridge 0px gray;
    }
    .eemStyleSFMainInner
    {
        padding: 0px;
    }
    .eemStyleSFMain
    {
        width: 100%;
        background-color: #DD8D2B;
        color: #003366;
        font-family: Arial;
    }
    .eemStyleSFCompletion
    {
        font-family: Arial;
        font-size: small;
        color: green;
        font-weight: bold;
    }
    .eemStyleSFCompletion_BGIsRedish
    {
        font-family: Arial;
        font-size: small;
        Filter: glow(color=yellow, strength=3);
        color: green;
        font-weight: bold;
    }
    .eemStyleSFLogoDisplay
    {
    }
    .eemStyleSFLogoHide
    {
        display: none;
    }
    .eemStyleSFLogoOuter
    {
        padding: 0px;
        text-align: left;
        border: solid 0px green;
    }
    .eemStyleSFLogoInner
    {
        height: 100%;
        padding: 0px;
        background-color: Transparent;
        border: solid 0px green;
    }
    .eemStyleSFTitleOuter
    {
        padding: 0px;
        text-align: left;
        border: solid 0px green;
    }
    .eemStyleSFTitleInner
    {
        padding: 5px;
        background-color: Transparent;
        border: solid 0px gray;
    }
    .eemStyleSFTitle
    {
        font-size: larger;
		color: #336699;
    }
    .eemStyleSFErrorOuter
    {
        padding: 0px;
        text-align: left;
        border: solid 0px gray;
    }
    .eemStyleSFErrorInner
    {
        padding: 5px;
        background-color: Transparent;
        border: solid 0px gray;
    }
    .eemStyleSFError
    {
        color: Red;
        font-size: x-small;
        font-family: Verdana;
        font-weight: bold;
    }
    .eemStyleSFError_BGIsRedish
    {
        Filter: glow(color=yellow, strength=3);
        color: Red;
        font-size: x-small;
        font-family: Verdana;
        font-weight: bold;
    }
    .eemStyleSFContentOuter
    {
        padding: 0px;
    }
    .eemStyleSFContentInner
    {
        padding: 0px;
    }
    .eemStyleSFSectionQuestionOuter_Vertical
    {
        margin-bottom: 4px;
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: auto;
        float: none;
    }
    .eemStyleSFSectionQuestionOuter_Horizontal
    {
        margin-bottom: 0px;
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: 48%;
        float: left;
    }
    .eemStyleSFSectionIntGrpOuter_Vertical
    {
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: auto;
        float: none;
    }
    .eemStyleSFSectionIntGrpOuter_Horizontal
    {
        padding: 0px;
        overflow: auto;
        border: solid 0px gray;
        width: 48%;
        float: right;
    }
    .eemStyleSFSectionHeadingInner
    {
        height: 100%;
        padding: 2px;
        border: solid 0px gray;
    }
    .eemStyleSFSectionHeading
    {
        padding: 5px;
        background-color: #DD8D2B;
        font-size: small;
        color: #003366;
        font-weight: bold;
    }
    .eemStyleSFSectionContent
    {
        padding: 5px;
    }
    .eemStyleSFIntGrpContent
    {
        padding: 5px;
        border: 1px solid #D9E1E8;
    }
    .eemStyleSFText
    {
        font-size: x-small;
        color: #003366;
    }
    .eemStyleSFTextDisabled
    {
        font-size: x-small;
        color: Gray;
        font-weight: bold;
    }
    .eemStyleSFReq
    {
        font-style: italic;
        font-size: x-small;
        vertical-align: baseline;
        color: Red;
        font-weight: bold;
    }
    .eemStyleSFReq_BGIsRedish
    {
        font-style: italic;
        font-size: x-small;
        Filter: glow(color=yellow, strength=3);
        vertical-align: baseline;
        color: Red;
        font-weight: bold;
    }
    .eemStyleSFReqError
    {
        background-color: Red;
    }
	
/* mailing list css ends here */
 
