body{
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #E0E0D7;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
}
h1, h2, p{
	margin: 20px;
}
h1{
	font-size: 15pt;
	font-weight: normal;
}
h2{
	font-size: 12pt;
	font-weight: bold;
}
p, li{
	font-size: 10pt;
	line-height: 175%;
}
li{
	margin-left: -5px;
	margin-right: 20px;
	list-style-type: square;
}
a{
	color: #CCCCCC;
}
a:hover{
	color: #FFFFFF;
}
img{
	display: block;
	border: 0px;
}

/* SITE-WIDE STYLES */
#page{
	margin: 0px auto;
	width: 750px;
	background: #666666;
	color: #FFFFFF;
	text-align: left;
}
.header{
	margin: 0px auto;
	width: 750px;
}
.logo{
	width: 85px;
}
#navigation a{
	display: block;
	margin-left: 10px;
	padding: 10px;
	font-size: 12pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#navigation a:hover{
	background: #333333;
	color: #E0E0D7;
}
#body{
	margin: 0px auto;
	width: 750px;
	background: #666666;
	color: #FFFFFF;
}
.darkbg{
	background: #333333;
	color: #FFFFFF;
}
.midbg{
	background: #454545;
}
.right_column{
	width: 230px;
}

/* PAGE-SPECIFIC COLORINGS */

.right_column a, .colorbg a{
	color: #666666;
}

#home_page .header, #home_page .right_column, #home_page .colorbg{
	background: #A0A152; /* grass green */
	color: #333333;
}
#artists_page .header, #artists_page .right_column, #artists_page .colorbg{
	background: #E2B444; /* goldenrod */
	color: #333333;
}
#artclasses_page .header, #artclasses_page .right_column, #artclasses_page .colorbg{
	background: #A0A152; /* grass green */
	color: #333333;
}
#yoga_page .header, #yoga_page .colorbg{
	background: #A0A152; /* grass green */
	color: #333333;
}
#venue_page .header, #venue_page .right_column, #venue_page .colorbg{
	background: #E2B444; /* goldenrod */
	color: #333333;
}
#links_page .header, #links_page .right_column, #links_page .colorbg{
	background: #A0A152; /* grass green */
	color: #333333;
}

.artists_listing{
}
.artists_listing td{
	width: 130px;
	text-align: center;
}
.artists_listing p{
	margin: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #CCCCCC;
}
.artists_listing a{
	text-decoration: none;
}
.artists_listing img{
	margin: 0px auto;
	margin-top: 10px;
}

#intro{
	padding: 1px 175px 1px 0px;
	background: #666666 url(images/relax.gif) no-repeat bottom right;
}
#offerings{
	background: #323030;
}
#offerings p{
	margin-bottom: 0;
}
#benefits{
	width: 175px;
	background: #A0A152 url(images/om.gif) no-repeat top center;
	color: #333333;
}
#schedule{
	width: 100%;
	background: #B7B869;
	font-size: 10pt;
	text-align: center;
	border-left: 2px solid #959647;
}
#schedule td{
	border-right: 2px solid #959647;
}
.schedule_header{
	background: #959647;
	color: #DBDC9F;
	font-size: 14pt;
}
.day{
	/*width: 16.6%;*/
	width: 84px;
	background: #DBDC9F;
	color: #959647;
	border-bottom: 2px solid #959647;
	font-weight: bold;
}
.times{
	background: #DBDC9F;
	color: #959647;
	font-weight: bold;
}
.hours{
	margin: 5px 20px;
	font-size: 100%;
}
.contact{
	margin: 5px 20px;
}
#slogan img{
	margin: 0px auto;
}
#credit{
	margin: 10px;
	font-size: 8pt;
	color: #CCCCCC;
}
#credit a{
	color: #FFFFFF;
}