#wrap {
	width: 795px;
	margin-right: 2px;
	margin-left: 3px;
	
	/*1 border around entire page #FF61E7 FE9EEF */
	border: 100px solid #FE9EEF;
	
	
	/*padding top was 5 now 0 */
	padding-top: 0px;
	padding-bottom: 0px;
}


/* and */


#header {
	height: 200px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	
	/* back colour */
	background: url(banner.jpg) no-repeat center;
}





/* and */


#navbar {
/* height was 20 now 30 */
	height: 30px;
	
	width: 795px;
	margin-right: 1px;
	margin-left: 0px;
	
	/* back colour #CBCCCA red */
	background: #ffffff;
	
	padding-bottom: 4px;
}





/* and */


#contentarea {

/* height was auto 2700*/

	height: 7000px;
	/* height 650*/
	width: 720px;
	
	
	
	
	
	
	
	background: url(crown.jpg) no-repeat left;
	
	
	
	
	
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.00em;
	
	/* main body TEXE COLOR #ffffff BLACK */
	color: #000000;
	
	/* padding was 30 20 20 20*/
	padding: 30px 20px 200px 20px;
	margin-right: auto;
	margin-left: auto;
}



/* and */



#search {
	float: right;
	height: 10px;
	width: 250px;
}





/* and */


#contentright {
/* content right changed to left */
	float: left;
	
	/* content right was250 */
	width: 270px;
	
	/* height of box */
	height: 5000px;
	padding-top: 10px;
	
	
	
	/* back colour #CBCCCA GREY #DDE5E7* C58CFE/
	
	/* back colour #CBCCCA GREY #DDE5E7 */
	background: #F49EFE;
	
	padding-bottom: 20px;
		
	
	/* zero border on panel */
	border: 1px solid #000000;
	margin-left: 10px;
	margin-right: 10px;
	
	
	/* text colour red of tantra therapists*/
		color: #000000;
}





/* and */


#footer {
	height: 10px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}




/* and */


#footer p {
	text-align: right;
	margin-right: 10px;
	font: 0.8em Geneva, Arial, Helvetica, sans-serif;
}







/* and */
#footer p a {
	color: #000000;
	text-decoration: underline;
}





/* and */





#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#contentright p {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}


#contentright a {
	font: 1.00em Georgia, "Times New Roman", Times, serif;
	
	/*content right colour TEXT #000000 blue names of therapists*/
	color: #0000B8;
	text-decoration: underline;
	padding-right: 3px;
	padding-left: 3px;
}


#contentright a:hover {
	background: #EFE2E2;
}

#navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	
	
	/*font size*/
	font-size: 00.90em;
	
	
	/*space between nav pages on header*/
	padding-left: 2px;
	padding-right: 2px;
	
	
	/*navbas TEXT #ffffff BLACK*/
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
}
#navbar a:hover {
	background: #EFE2E2;
	
	/*font size*/
	font-size: 00.90em;
}
