body {
	background-color: #FFC674;
}

a:link {
	color: #5A0798;
}
a:visited {
	color: #5E0889;
}
a:hover {
	color: #FFC571;
}

.heading {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.125em;
	font-weight: bold;
	color: #71242E;
}


.highlight {
	font-weight: bold;
	color: #9D5454;
}

.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;
	height: 15px;
}

#container {
	width: 850px;
	left: auto;
	top: 35px;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #5E1478;
	background-image: url(../images/bg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 600px;
	border: 1px solid #FFFFCC;
}



#art #container {background-image: url(../images/bg-art.jpg);
	background-repeat: no-repeat; }
	
#chant #container {background-image: url(../images/bg-chant.jpg);
	background-repeat: no-repeat; }
	
#contact #container {background-image: url(../images/bg-contact.jpg);
	background-repeat: no-repeat; }	
	
#counseling #container {background-image: url(../images/bg-counseling.jpg);
	background-repeat: no-repeat; }
	
#emdr #container {background-image: url(../images/bg-emdr.jpg);
	background-repeat: no-repeat; }
	
#hakomi #container {background-image: url(../images/bg-hakomi.jpg);
	background-repeat: no-repeat; }
	
#home #container {background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat; }
	
#massage #container {background-image: url(../images/bg-massage.jpg);
	background-repeat: no-repeat; }
	
#reiki #container {background-image: url(../images/bg-reiki.jpg);
	background-repeat: no-repeat; }
	
#somatic #container {background-image: url(../images/bg-somatic.jpg);
	background-repeat: no-repeat; }


#title {
	width: 328px;
	position: relative;
}

#nav {
	position: absolute;
	z-index: 2;
	height: auto;
	text-align: center;
	font-weight: bold;
	left: 5px;
	bottom: 8px;
	right: 0px;
	padding: 0px;
	width: 798px;
}


#content {
	position: relative;
	z-index: 3;
	width: 800px;
	padding: 0px;
	height: 600px;
}

#inside-left {
	position: relative;
	left: 40px;
	width: 310px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	top: 110px;
	height: 410px;
}

#inside-right {
	float: right;
	position: relative;
	width: 330px;
	height: 400px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	top: 100px;
	right: 40px;
	overflow: auto;
	padding-top: 55px;
}

	
