/* CSS Document */

body {
	background-color: #A6A24A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #333333;
}
a:link {
	color: #B56B48;
}

#master_wrap {
	margin: auto;
	display: block;
	clear: both;
	background-image: url(../images/master/background.jpg);
	background-repeat: repeat-y;
	width: 925px;
}
#topnav_wrap {
	background-image: url(../images/master/topnav.jpg);
	display: block;
	clear: both;
	background-repeat: no-repeat;
	height: 170px;
	width: 925px;
}


/*NAVIGATION BAR*/
#nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #615F2C;
	display: list-item;
	clear: both;
	list-style-type: none;
}

#nav ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #615F2C;
	display: list-item;
	clear: both;
	float: right;
	padding-right: 20px;
	padding-top: 100px;
	height: 15px;
	list-style-type: none;
	text-decoration: none;
}
#nav li {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #615F2C;
	display: list-item;
	float: left;
	padding: 10px;
	background-image: url(../images/master/navbar.jpg);
	background-repeat: no-repeat;
	letter-spacing: 1px;
	list-style-type: none;
	text-decoration: none;
}
#nav a:link {
	color: #615F2C;
	text-decoration: none;
}
#nav a:hover {
	color: #AEAA4F;
	text-decoration: none;
}
#nav a:visited {
	color: #AEAA4F;
	text-decoration: none;
}

/*END NAVIGATION BAR*/



#backgroundmain_wrap {
	background-image: url(../images/master/background.jpg);
	background-repeat: repeat-y;
	display: block;
	clear: both;
}
#bottom_wrap {
	display: block;
	clear: both;
	background-image: url(../images/master/curve_bottom.jpg);
	background-repeat: no-repeat;
	height: 30px;
}
#content_wrap {
	display: block;
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	width: 865px;
}

/*NEWSBOX AREA*/
#newsbox {
	display: block;
	float: left;
	background-image: url(../images/master/news-box-background.jpg);
	background-repeat: repeat-y;
	width: 260px;
}
#newsbox_top {
	background-image: url(../images/master/news-box-top.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 20px;
}
#newsbox_background {
	background-image: url(../images/master/news-box-background.jpg);
	background-repeat: repeat-y;
	display: block;
	clear: both;
}
#newsbox_bottom {
	background-image: url(../images/master/news-box-bottom.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	height: 20px;
}
#newsbox_content {
	display: block;
	clear: both;
	padding-right: 20px;
	padding-left: 30px;
	line-height: 18px;
}
/*END NEWSBOX AREA*/



/*INDEX PG CSS*/
#index_rightcontent {
	background-image: url(../images/master/lotus_fade.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: right;
	width: 600px;
}
#column_left {
	float: left;
	width: 28%;
}
#column_left div{
	padding: 0 10 0 10px;
}
#column_right {
	float: right;
	padding-left: 10px;
	width: 70%;
}
#column_right div {
	padding: 0 0 0 5px;
}
#column_right ul {
	padding-left: 50px;
}
#freeyoga {
	background-image: url(../images/index/free-yoga-button.jpg);
	height: 35px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	background-repeat: no-repeat;
	margin-left: -5px;
}

#freeyoga a:link, #freeyoga a:visited {
	height: 35px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 30px;
	text-decoration: none;
}
#lotusaddress {
	float: right;
	padding-right: 30px;
}

/*END INDEX PG CSS*/

#footer_wrap {
	line-height: 15px;
	text-align: center;
	display: block;
	clear: both;
	padding-top: 5px;
	font-size: 10px;
}

#footer_wrap a:link, #footer_wrap a:visited {
	color: #333333;
}


.smallitalics {
	font-size: 10px;
	font-style: italic;
	line-height: 15px;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
}
#grid {
	float: left;
	margin-top: 10px;
  	}
#grid dl {
	float: left;
	padding: 0;
	display: inline;
	margin: 0px;
  	}
#grid dt {
	float: right;
	margin: 0px 10px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	font-size: 18px;
	letter-spacing: 2px;
	text-align: center;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #DCCD88;
	border-bottom-color: #DCCD88;

}
#grid dd {
  	font-size: 90%;
	line-height: 1.5em;
	margin: 0 0 0 166px;
  	padding: 0;
  	}
#grid dl dd.img {
   	margin: 0;
   	}
#grid dd.img img {
  	float: left;
  	margin: 0 8px 0 0;
  	padding: 4px;
  	}

/* reverse float */

#grid .alt dt {
	float:left;
}
#grid .alt dd {
  	margin: 0 166px 0 0;
}
#grid .alt dd.img img {
  	float: right;
  	margin: 0 0 0 8px;
}
.contentcol {
	float: right;
	width: 70%;
	margin-right: 2%;
}
.contentcol div {
	padding-left: 40px;
}

.contentside {
	float:left;
	width: 25%
}
.contentside div {
	padding: 20px;
}
