@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#7C60B7;
	margin:0px;
	padding:0px;
}

#container {
	width:1024px;
	min-height:768px;
	margin:auto;
}

#top { 
	background-image:url(images/top.jpg);
	height:66px;
	width:1024px;
	float:left;
}

#banner {
	background-image:url(images/banner-new.jpg);
	background-repeat:no-repeat;
	width:1024px;
	min-height:314px;
	float:left;
	z-index:50;
}

#content {
	
	margin-top:275px;
	margin-left:51px;
	position:absolute;
	z-index:60;
}

#textwrap {
	background-image:url(images/bgw.jpg);
	min-height:384px;
	width:900px;
}

#text {
	background-image:url(images/yogatext.jpg);
/*	background-repeat:no-repeat;*/
	background-color:#FFF;
	width:900px;
	min-height:384px; /*changed from 384px*/
	float:left;
}

#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-color:#7C60B7;
	padding-top:30px;
	font-size:10px;
	text-align:center;
	width:900px;
	height:108px;
	float:left;

}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#523F76;
}

a:hover {
	text-decoration:underline;
	color:#DCC9D3;
}

#footlinks {
	color:#523F76;
}

#rights {
	color:#FFF;
}

img {
	border:0;
}

p {
	font-size:12px;
	color:#58457F;
	text-align:justify;
}

h1 {
	font-size:20px;
	color:#58457F;
	font-weight:bold;
	border:1px;
	border-bottom-style:dotted;
}

h2 {
	margin-top:3px;
	font-size:15px;
	color:#58457F;
}

.aleft {
	float:left;
	margin:5px;
}

ul {
	font-size:12px;
	color:#58457F;
	text-align:justify;
}
.acenter {
	text-align:center;
}


/******************************Home Page**************************************/

#pichome {
	padding:15px 10px 0px 10px;
	float:left;
}

#titlehome {
	padding:15px 10px 5px 10px;
	float:left;
}

#hometext {
	/*margin-top:90px;*/
	margin-left:60px;
	padding-left:10px;
	width:400px;
	height:100px;
	float:left;
}

#readme {
	margin-top:5px;
	margin-bottom:10px;
	padding-left:460px;
	float:left;
	height:40px;
}

#hometesti {
	background-image:url(images/hometesti.jpg);
	background-repeat:no-repeat;
	margin-left:10px;
	width:260px;
	height:170px;
	float:left;
}

#hometestitext {
	padding-top:40px;
	padding-right:5px;
	padding-left:5px;
	float:right;
}

#hometestiname {
	font-size:14px;
	float:right;
	color:#57447F;
}

#homejoinme {
	background-image:url(images/homejoinme.jpg);
	background-repeat:no-repeat;
	width:260px;
	height:170px;
	margin-left:30px;
	float:left;
}

#homejoinmetext {
	text-align:center;
	padding-top:40px;
	padding-right:5px;
	padding-left:5px;
}

#homeday {
	font-size:17px;
	font-weight:bold;
}

#hometime {
	font-size:29px;
	font-weight:bolder;
}


/******************************Schedule and Services Page**************************************/

#sched {
	margin:15px;
}

#schedpic {
	margin:15px 20px 5px 0px;
}

.schedtext {
	padding:0 0 0 20px;
}

/******************************Testimonial**************************************/

.testitext {

	float:left;
}

.testicon {
	margin:15px;;
	width:850px;
	float:inherit;
}

.person {
	font-size:12px;
	color:#58457F;
	text-align:right;
	font-style:italic;
}

#title {
	margin:15px;
	color:#7B60B6;
}

/******************************Contact Us**************************************/

#inspicon {
	margin:15px;;
}

#inspitext {
	padding:0px 10px;
}

/******************************About Sima**************************************/

#abouttext {
	margin:15px;
}

#textmar {
	width:550px;
	padding:0px 15px 15px 15px;
}

#quote {
	font-size:16px;
	color:#58457F;
}

img, div, input { behavior: url("iepngfix.htc")}