body{
	background: #e3dfdc;
	margin: 0px;
	padding: 0px;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

a:link {
	color: #5a6635;
	text-decoration: none;
}

a:visited {
	color: #5a6635;
	text-decoration: none;
}

a:hover {
	color: #2b351c;
}


#container {
	position: relative;
	width: 665px;
	padding-right: 25px;
	padding-left: 25px;
	text-align: left;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 665px;
	background-color: #FFFFFF;
	background-image: url(../images/container.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html>body #container {
	width: 665px;
} 

/* page header stuff */

#pageHeader {
	margin-bottom: 5px;
}

#pageHeader h1 {
	width: 665px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	background-color: #ffb70e;
}

#pageHeader span {
  display: none;
}

#pageHeader h2 {
  display: none;
}
#pageHeader a {
	height: 38px;
	width: 200px;
	background-image: url(../images/greenyogaheadlink.gif);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
}

/* quickSummary stuff */

#quickSummary {
	width: 665px;
	background-image: url(../images/fronthouse.jpg);
	background-repeat: no-repeat;
}

#quickSummary .p1 {
	height: 160px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/class-greenyoga.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#quickSummary .p1 span {
  display: none;
}


#quickSummary .p2 {
	height: 27px;
	background: #97a25e;
	margin: 5px 0 5px 0;
	padding: 5px 0 0 10px;
	vertical-align: bottom;
	voice-family: "\"}\""; 
  voice-family:inherit;
	height: 22px;
}



html>body #quickSummary .p2 {
	height: 22px;
} 

#quickSummary a.classroom{
	display:block;
	width:87px;
	height:22px;
	text-decoration: none;
	background-image: url(../images/classroomMenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 350px;
	top: 210px;
}
#quickSummary a:hover.classroom{

	background-image:url(../images/classroomHover.jpg);	
}
#quickSummary a.home{
	display:block;
	width:87px;
	height:22px;
	text-decoration: none;
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 155px;
	top: 210px;
}
#quickSummary a:hover.home{
	background-image:url(../images/homeHover.gif);
}

#quickSummary a.schedule{
	display:block;
	width:87px;
	height:22px;
	text-decoration: none;
	background-image: url(../images/scheduleMenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 250px;
	top: 210px;
}
#quickSummary a:hover.schedule{

	background-image:url(../images/scheduleHoverpsd.jpg);
}

#quickSummary a.map{
	display:block;
	width:75px;
	height:22px;
	text-decoration: none;
	background-image: url(../images/mapMenu.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: absolute;
	left: 445px;
	top: 210px;
}

#quickSummary a:hover.map{

	background-image:url(../images/mapHover.jpg);
	
}

/* preamble stuff */

#preamble {
	background: #a5b77a;
	padding: 15px;
	margin-left: 225px;
}


#preamble h3 {
	height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/greenyogahead1-1.gif);
	background-repeat: no-repeat;
}

#preamble h3 span{
  display: none;
}


/* supportingText stuff */

#supportingText {
	margin: 0 0 0 225px;
	background: #a5b77a;
	padding: 0 15px 1px 15px;

	/* this is wierd. Origionally this div had no bottom padding.
	When I positioned the footer absolutly, a gap of about 8px appeared
	at the bottom of the page where the bg image of container wasn't getting displayed.
	Adding a nominal amount of bottom padding (1px) to supportingText
	fixed this problem. However I have no idea why the problem exhibited in the first place
	or why this fixed it. */
}

#explanation h3 {
	height: 19px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Asanahead1.gif);
	background-repeat: no-repeat;
}

#participation h3 {
	background: url(../images/participation.gif) no-repeat;
  height: 15px;
}

#benefits h3 {
	background: url(../images/benefits.gif) no-repeat;
  height: 18px;
}

#requirements h3 {
	height: 20px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}

#supportingText h3 span{
  display: none;
}

#footer /*#requirements .p5*/ {
	
}


/* bit of a nasty use of an extraDiv and a bg image
to produce the bottom yellow bar */
#extraDiv1 {
	clear: left;
	height: 60px;
	width: 715px;
	background-color: #FFFFFF;
	background-image: url(../images/footer.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 5px;
	position: relative;
}

/* bit of a hack topositiuon the bandwidth text */
#requirements .p5 {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -30px;
	left: 35px;
	text-align: left;
	z-index: 10;
}

/* linkList stuff */

#linkList {
	position: absolute;
	top: 240px;
	left: 25px;
	width: 220px;
	clear: right;
	background-color: #B7C6A6;


}

#linkList2 {
	padding: 15px 10px 10px 10px;
}

#linkList h3 {
	margin: 0px;
	padding: 0px;
}

#linkList h3 span {
  display: none;
}

#linkList ul {
	margin: 12px 0 15px 15px;
	padding: 0px;
}


#linkList li {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#lselect li  {
	margin: 0 0 10px 0;
}

#lselect li a {
  display: block;
}

#lselect li .c {
  display: inline;
}

#lselect h3 {
	height: 22px;
	background-image: url(../images/NewsHead.gif);
	background-repeat: no-repeat;
}

#larchives h3 {
	height: 15px;
	background-image: url(../images/archive.gif);
	background-repeat: no-repeat;
}

#lresources h3 {
	height: 14px;
	background-image: url(../images/resources.gif);
	background-repeat: no-repeat;
}
 
 .pic{
	border:4px solid #FFFFFF;
	margin-top: 10px;
	margin-left: 15px;
 }
 .textpic{
	float:left;
	width:180px;
	margin-top: 10px;
 }
 .question{
 	font-size:1.3em;
 }
 
 

#announcement {
	position: relative;
	top: 10px;
	background: #c5d19b;
	width: 220px;
	clear: right;


}

#announcement2 {
	padding: 15px 10px 10px 10px;
}

#announcement h3 {
	margin: 0px;
	padding: 0px;
}

#announcement h3 span {
  display: none;
}

#announcement ul {
	margin: 12px 0 15px 15px;
	padding: 0px;
}


#announcement li {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#aselect li  {
	margin: 0 0 10px 0;
}

#aselect li a {
  display: block;
}

#aselect li .c {
  display: inline;
}

#aselect h3 {
	height: 22px;
	background-image: url(../images/articles.gif);
	background-repeat: no-repeat;
}
#newsBox {
	padding-bottom: 10px;
	
	margin-bottom: 5px;
}
#newsBox img{
	border: 2px solid #FFFFFF;
	float: right;
	margin: 5px;
}
#css-zen-garden #container #linkList #linkList2 #lselect a {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
}
.picture_link {
	text-decoration: none;
	color: #a5b77a;
}
.annouceclass1 {
	color: #5A6655;
	display: block;

	
}
.linkAnnounce {
	color: #5A6635;
}
