@charset "utf-8";
*{
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000111;
	line-height: 18px;
}

#wrapindex {
	height: 600px;
	width: 846px;
	margin-left: -426px;
	position: absolute;
	left: 50%;
	top: 50px;
	background-image: url(../images/home.jpg);
}
#wrapyoga {
	height: 600px;
	width: 846px;
	margin-left: -426px;
	position: absolute;
	left: 50%;
	top: 50px;
	background-image: url(../images/yoga.jpg);
}
#wrapmassage {
	height: 600px;
	width: 846px;

	position: absolute;
	left:154px;
	top: 50px;
	background-image: url(../images/massage.jpg);
}
#wraptheatre {
	height: 600px;
	width: 846px;
	margin-left: -426px;
	position: absolute;
	left: 50%;
	top: 50px;
	background-image: url(../images/theatre.jpg);
}
#wraplinks {
	height: 600px;
	width: 846px;
	margin-left: -426px;
	position: absolute;
	left: 50%;
	top: 50px;
	background-image: url(../images/links.jpg);
}
#top {
	float: left;
	height: 113px;
	width: 846px;
}
#middle {
	float: left;
	height: 280px;
	width: 846px;
}
#content {
	float: left;
	height: 285 px;
	width: 625px;
	text-align: right;
	padding-right: 45px;
	padding-left: 50px;
	overflow: hidden;
	
}
#content table {
	padding-top: 8px;
	text-align: right;
	background-position: right;
	padding-right: 10px;
}
#content td {
	background-image: url(../images/dottable.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:10px;
}

#content ul {			
	list-style-image: none;
	list-style-type: none;
	padding-top:20px;
			 }
#content ul li {
	line-height: 20px;
	height: 20px;
	width: auto;
	
}
a.linkinpage {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration:none;
	height: 20px;
	width: auto;
	color:#333;
}
a.linkinpage:hover {
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: bottom;
	text-decoration:none;
	height: 20px;
	width: auto;
	color:#F7931E;
}
#right {
	float:left;
	height:275px;
	width:126px;
}
.title,
#titleyoga,
#titleschedule {
	float: left;
	height: 50px;
	width: 600px;
	overflow: hidden;
	text-align: right;
	
}
#titleyoga {
	background-image:url(../images/whatkindofyogadoyoudo.png);
	text-align:left;
	height:28px;
	width:595px;
	padding-top:22px;
	padding-left:5px;
	color: #F7931E;
}
#titleschedule {
	background-image:url(../images/whencanidoyoga.png);
	text-align:left;
	height:28px;
	width:595px;
	padding-top:22px;
	padding-left:5px;
	color: #F7931E;
	
}
a.yoga {
	color: #353537;
	text-decoration: none;	
	font-size: 14px;
}
a.yoga:hover {
	text-decoration: none;	
	color:#F7931E;
}
.maintext {
	float: left;
	height: 215px;
	width: 590px;
	text-align: right;
	padding-top: 8px;
	padding-right:10px;
	overflow-y: auto;
	overflow-x: hidden;
	background-image: url(../images/dot.png);
	background-repeat: repeat-x;
	background-position: top;
}


#bottom,
#bottomindex{
	float: left;
	height: 208px;
	width: 845px;
}
#bottom {
	background-image: url(../images/dottedline.png);
	background-repeat: no-repeat;
	background-position: 59px top;
}
#logo {
	background-repeat: no-repeat;
	float: left;
	height: 93px;
	width: 286px;
	padding-top: 113px;
	padding-left: 92px;
}

#menu {
	float: left;
	height: 70px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d27100;
	padding-top: 125px;
	padding-left: 60px;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	}

#menu ul li {
	float: left;
	height: 20px;
	width: auto;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
}
#menu ul li a {
	color: #353537;
	text-decoration: none;	
}
#menu ul li a.home{
	color: #FFF;
	text-decoration: none;	
}
#menu ul li a:hover {
	color: #d27100;
	text-decoration: none;	
}

#meni {
	float: left;
	height: 70px;
	width: 345px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d27100;
	padding-top: 125px;
	padding-left: 99px;
}

#meni ul {
	list-style-image: none;
	list-style-type: none;
	}

#meni ul li {
	float: left;
	height: 20px;
	width: auto;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 14px;
}
#meni ul li a {
	color: #353537;
	text-decoration: none;	
}
#meni ul li a.home{
	color: #FFF;
	text-decoration: none;	
}
#meni ul li a:hover {
	color: #d27100;
	text-decoration: none;	
}


