body {
	background-color: #F90;
	background-attachment: fixed;
	background-image: url(images/bgtree.gif);
	background-position: inherit;
	background-repeat: no-repeat;
	width: auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFF;
	line-height: 25px;
	vertical-align: middle;
}
/*--boxes--*/
* {
	margin: 0;
	padding: 0;
}
* a img {
	border-style: none;
}  
#page {   
    width: 800px;   
    margin: 0 auto;
	background-color: #333;
}
#banner {
	width: 800px;
	height: 80px;
	background-image:url(images/banner.JPG);
	background-color: #000;
}
/*--menu list--*/
#menu li {
	display: block;
	float: left;
	width: 100px;
	background-color:#000;
	color: #FFF;
	text-align: center;
	list-style: none;
}
#menu li a {
	display: block;
	background-color:#000;
	color: #FFF;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #FFF;
	color: #F90;
}
#image {
	height: 230px;
	background-color: #333;
	background-image: url(images/top.JPG);
	background-position: center;
	background-repeat:no-repeat;
}
#contents_container {
	width: 800px;
}
#contents {
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
#totop {
	width: 700px;
	height: 20px;
	background-color: #333;
	text-align: right;
	font-size: 10px;
	margin: 20px 0px 20px 0px;
	clear: both;
}
#totop a {
	color: #F06;
}
	
#footer {
	width: 800px;
	height: 20px;
	background-color: #000;
	text-align: center;
	font-size: 10px;
	margin: 0 auto;
	clear: both;
}
/*--spacing--*/
.spacing {
	width: 0 auto;
	height: 300px;
}
.spacing_2 {
	width: 0 auto;
	height: 20px;
}
.spacing_3 {
	width: 0 auto;
	height: 40px;
}
/*--headings--*/
#title {
	font-size: 20px;
	color: #F06;
	margin: 20px 0px 20px 0px;
	text-align: center;
	width: 700px;
}
h1 {
  font-size: 18px;
  color: #F90;
  margin: 20px 0px 20px 0px;
  border-bottom-style: double;
  border-width: thin;
}
h1 a {
	text-decoration: none;
	color: #FFF;
}
h2 {
  font-size: 16px;
  color: #FFF;
  border-bottom-style: double;
  border-width: thin;
  margin: 20px 20px 10px 0px;
}
h3 {
	font-size: 12px;
 	color: #FFF;
 	margin: 0px 10px 10px 20px;
}
h4 { 
	font-size: 12px;
	color: #0CF;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 10px 20px 0px 10px;
}
h5 { 
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
	letter-spacing: 1px;
	margin: 10px 20px 10px 30px;
}
.list li {
	font-size: 14px;
	list-style-image: url(images/list.jpg);
	margin: 10px 10px 5px 10px ;
	background-color: #333;
	vertical-align: middle;
	line-height: 10px;
}
.list li a {
	color: #FFF;
	text-decoration: none;
}
.list li a:hover {
	color: #F06;
}
.list_2 li {
	font-size: 12px;
	color: #0CF;
	margin: 10px 10px 10px 10px ;
	background-color: #333;
	vertical-align: middle;
	list-style-type: decimal;
	line-height: 18px;
	text-indent: 10px;
}
.list_3 li {
	font-size: 12px;
	color: #FFF;
	margin: 10px 10px 10px 20px ;
	background-color: #333;
	vertical-align: middle;
	list-style-type: square;
	line-height: 15px;
	text-indent: 0px;
	padding-left: 12px;
}
.list_3 li a {
	color: #FFF;
	text-decoration: none;
}
.list_3 li a:hover {
	color: #F09;
}
/*--span--*/
.bold {
	color: #F06;
	font-weight: bold;
	font-size: 14px;
}
.bold_2 {
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
}
.bold_3 {
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
}
/*--workshops images--*/
.totem {
	width: 250;
	height: 180;
	margin: 0px 20px 20px 0px;
	float: left;
}
.circle {
	width: 250px;
	height: 180px;
	margin: 0px 0px 20px 20px;
	float: right;
}
.assem {
	width: 250px;
	height: 180px;
	margin: 0px 20px 20px 0px;
	float: left;
}
.aron {
	width: 150px;
	height: 200px;
	margin: 0px 20px 20px 0px;
	float: left;
}
/*--plant medicine pics--*/
.cat {
	width: 250;
	height: 150;
	margin: 0px 20px 20px 0px;
	float: right;
}
.man {
	width: 200;
	height: 301;
	margin: 0px 20px 20px 0px;
	float: left;
}
/*--retreat--*/
.peru{
	width: 700px;
	height: auto;
	text-align: center;
}
#menu_r li {
	display: block;
	float: left;
	width: 120px;
	background-color: #000;
	color: #FFF;
	text-align: center;
	list-style: none;
	margin-left: 37px;
	padding: 2px 2px 2px 2px;
}
#menu_r li a {
	display: block;
	background-color:#333;
	color: #FFF;
}
#menu_r li a:hover {
	background-color: #CCC;
	color: #FF0;
}
/*--Photo gallery --*/
.hoverbox
{
	cursor: default;
	list-style: none;
}
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 3px;
	padding: 1px;
	vertical-align: top;
	width: o auto;
	height: 75px;
	margin: 2px 1px 2px 1px
}

