/* main styles */
/*
dark purple:#6153A2
light purple background: #C0A4FF
menu lighter purple:#B39BE9

*/

body {
	background:#C0A4FF;
	color:#fff;
	height:auto;
	padding:0;
	margin-top:40px;
	font:13px Helvetica, Arial, Verdana, sans-serif;
	line-height:1.5;
	text-align:center;
	}

body img{
	border:1px solid #B39BE9;	
		}
		
h1, h2	{
	color:#fff;
	text-shadow: 1px 1px #333;
	font:18px Helvetica, Geneva, Arial, sans-serif;
	font-weight:bold;
	font-style:italic;
	margin:5px 0 5px 0;
	}
	
h2	{
	margin:10px 0 5px 0;
	font:14px Helvetica, Geneva, Arial, sans-serif;
	font-weight:normal;
	}
	
h3 {
	margin:10px 0 0 0;
	color:#fff;
	font:14px Helvetica, Geneva, Arial, sans-serif;
	font-weight:normal;
	}	
	
hr	{
	border: none 0; 
	border-top: 1px solid #D3C5E6;/*the border*/
	width: 100%;
	height: 1px;
	margin:10px 0 5px;
	}
	
/* ids */

#bodyschedule {
	background-color:#6153A2;
	background-image: url(img/home10.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #D3C5E6;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:20px 50px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#D3C5E6;
	}
	
#bodybio {
/* same as schedule minus image */
	background-color:#6153A2;
	color: #D3C5E6;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:20px 50px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#D3C5E6;
	}

#bodybio img	{
	float: left; 
	margin: 30px 20px 20px 0;	
		}
		
#bodyretreats {
	background:#6153A2;
	/*background-image: url(img/home10.png);*/
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	text-shadow: 0px 0px #333;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:10px 50px 20px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#D3C5E6;
	}

#bodyretreats img {	
	margin:15px 100px 5px 0;
	border:0;
	padding:0;
	}
	
		
#bodyindex {
	background:#6153A2;
	background-image: url(img/home10.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #D3C5E6;
	text-shadow: 0px 0px #333;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:10px 50px 20px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#D3C5E6;
	overflow: hidden
	}

#bodyindex p{
	padding-bottom:26px;
	
}

#index-a {
	float:left;
	width: 290px;
}

#index-b  { 
	float: left;
	width: 290px;
	padding-left:20px;
}

#index-c {
	float: right;
	width: 205px;
	padding-left:10px;
}


	
#bodycontact {
	background-color:#6153A2;
	color:#D3C5E6;
	width:600px;
	height:auto;
	text-align: center; /* counter the body center */
	padding:30px 50px 20px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#D3C5E6;
	}

#bodycontact img{
	border:1px solid #B39BE9;
	display:block;
	margin:auto;	
		}
				
#footer  {
	background:#B39BE9;
	max-width:700px;
	font:9px Helvetica, Geneva, Arial, sans-serif;
	color:#333;
	letter-spacing:2px;
	text-align:right;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	padding:0 8px;
	border:1px;
	border-color:#CAB5FA;
	}	

#container {
	background:#6153A2;
	color: #fff;
	text-shadow: 2px 2px 2px #333;
	width:670px;
	height:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#D3C5E6;
	padding:15px;
	overflow: auto;
	}
	
#containerbottom {
	background:#6153A2;
	color: #fff;
	width:670px;
	height:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#D3C5E6;
	padding:15px;
	overflow: auto;
	}

#info {
	background:#6153A2;
	color: #fff;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:15px 50px 30px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	border:1px;
	border-top:0;
	border-style:solid;
	border-color:#D3C5E6;
	}
	
#menu	{
	background:#B39BE9;
	color:#fff; /* controls nav bar active - here now setting */
	width:685px;
	font:15px Helvetica, Geneva, Arial, sans-serif;	
	letter-spacing:1px;
	text-align:right;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:8px;
	padding:12px 15px 12px 0;
	border:1px solid #D3C5E6;;
	display: block;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	}
	
#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
		}

#menu ul li {
	list-style: none;
	margin: 0;
	padding-left: .4em;
	display:inline;
	border-left: 1px solid #D3C5E6;
	}
		
#menu ul li.noborder {
	list-style: none;
	margin: 0;
	display:inline;
	border: none;
	}
	
#pic{
	background:#9E86D2;
	width: 700px;
	height:auto;
	text-align: center; 
	padding:14px 0 2px 0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #D3C5E6;
	border-right:1px solid #D3C5E6;
	}
		
#pastretreat {
	background:#6153A2;
	color: #fff;
	text-shadow: 1px 1px #333;
	width:630px;
	text-align: left; /* counter the body center */
	height:auto;
	padding:20px 20px 15px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-style:solid;
	border-color:#D3C5E6;
	}

#pastretreat img {
	max-width: 340px;
  	max-height: 300px;
	margin:15px;
	}

#peru	{
	width:700px;
	}
	
#titlebox {
	background:#6153A2;
	text-shadow: 1px 1px #333;
	color: #fff;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:20px 50px 15px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-bottom:0;
	border-style:solid;
	border-color:#D3C5E6;
	}
	
#titlebox img {	
	margin:0;
	border:0;
	padding:0;
	}
	
#titleboxretreat {
	background:#6153A2;
	color: #fff;
	width:630px;
	text-align: left; /* counter the body center */
	height:auto;
	padding:20px 20px 15px 50px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-bottom:0;
	border-style:solid;
	border-color:#D3C5E6;
	}

#titleboxretreat img{
	float: right;
	max-width: 260px;
  	max-height: 200px;
	margin-bottom:50px;
	}

#workshop {
	background-color:#6153A2;
	background-image: url(img/home10.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	width:600px;
	height:auto;
	text-align: left; /* counter the body center */
	padding:20px 50px 40px 50px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	border:1px;
	border-bottom:0;
	border-style:solid;
	border-color:#D3C5E6;
	}
	
#workshop img {
	max-width: 340px;
  	max-height: 300px;
	float:right;
	margin:20px 0 10px 15px;
	border:0;
	}

#heading {
	overflow: hidden	
}

#box {
	border:1px solid #615A2;
}

#box a{
    display:inline-block;
	text-decoration:none;
    
}
		
/* goodies */

.containerbottom {
	background:#6153A2;
	color: #fff;
	width:670px;
	height:auto;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border:0;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#D3C5E6;
	padding:15px;
	overflow: auto;
	}

.left	{
	width:50%;
	float: left;
	margin:auto;
	border:0;
	}
	
.left img	{
	max-width: 260px;
  	max-height: 200px;
	border:0;
	}
	
.left h3	{
	padding:63px 0;
	line-height:1.5;
		}
		
.right	{
	width:50%;
	float: right; 
	margin:0;
	border:0;
	}
	
.right img	{
	max-width: 260px;
  	max-height: 200px;
	border:0;
	}
	
.center	img{
	width:50%;
	float:none; 
	margin:0;
	border:0;
	max-width: 200px;
  	max-height: 300px;
	}

.emphasis  {
	font-weight:bold;
	color:#fff;
	text-shadow: 1px 1px #333;
}

.header  {
	font-weight: bold;
	color:#fff;
	font:16px Helvetica, Geneva, Arial, sans-serif;
	padding:0 2px 0 0;
	}

.normal  {
	color:#fff;
	font:12px Helvetica, Arial, Verdana, sans-serif;
	line-height:1.9;
	}
	
.strong	{
	font-weight:bold;
	color:#fff;
	}

img.displayed {
    display:block;
    margin-left:auto;
    margin-right:auto
	}
	
	
.white  {
	font-weight:normal;
	color:#fff;
	}
	
.align-left	{
	float:left;
	margin:0 15px 15px 0;
	}
	
.align-right	{
	float:right;
	margin:0 0 15px 15px;
	}
	
.frame	{
	padding: 5px;
	border:1px solid #B39BE9;
	}
	
.italic	{
	font-style:italic;
	}
	
.link {
	color:#6cf;
	text-decoration:underline overline;
	display: block;
	background:transparent;
	margin: 0;
	}

.mellow {
	color: #D3C5E6;
	}
.description {
	margin:15px 0 40px 0;
}
	
	
/* links */

	
a:link {
	color:#fff;
	text-decoration:underline;
	background:transparent;
	font-weight:normal; 
	}
	
a:visited {
	color:#fff;
	text-decoration:underline;
	background:transparent; 
	}

a:hover {
	color:#fff;
	text-decoration:none;
	background:transparent;
	}
	
a:active {
	color:#D3C5E6;
	text-decoration:underline;
	background:transparent;
	}

#menu a:link{
	color:#6153A2;
	text-decoration:none;
	background:transparent; 
	}
	
#menu a:visited {
	color:#6153A2;
	text-decoration:none;
	background:transparent; 
	}

#menu a:hover {
	color:#fff;
	text-decoration:none;
	background:transparent;
	}
	
#menu a:active {
	color:#fff;
	text-decoration:none;
	background:transparent;
	}
	
#bodycontact a:link{
	color:#fff;
	text-decoration:underline;
	background:transparent; 
	}
	
#bodycontact a:visited {
	color:#fff;
	text-decoration:none;
	background:transparent; 
	}

#bodycontact a:hover {
	color:#fff;
	text-decoration:none;
	background:transparent;
	}
	
#bodycontact a:active {
	color:#fff;
	text-decoration:none;
	background:transparent;
	}
	

