body
{	
		margin: 20px;
		background: #fff;
		color: black;
		font-family: verdana, sans-serif;
    font-size:10pt;
    vertical-align:top;}

	body.ContactPage li#menu_Contact a,
	body.HomePage li#menu_Home a,
	body.PsychicReadingsPage li#menu_PsychicReadings a,
	body.BindRunesPage li#menu_BindRunes a,
	body.TreatmentsPage li#menu_Treatments a,
	body.EventsPage li#menu_Events a,
	body.HealingPage li#menu_Healing a
	{		
		background-color:#3e2d71;
		color: #d4b8cd;
	}
	
	body.ContactPage li#menu_Contact,
	body.HomePage li#menu_Home,
	body.PsychicReadingsPage li#menu_PsychicReadings,
	body.BindRunesPage li#menu_BindRunes,
	body.TreatmentsPage li#menu_Treatments,
	body.EventsPage li#menu_Events,
	body.HealingPage li#menu_Healing
 {
		background-color:#3e2d71;
		border-bottom: 1px solid #fff;
	}
	
	body.ContactPage li#menu_Contact a:hover,
	body.HomePage li#menu_Home a:hover,
	body.PsychicReadingsPage li#menu_PsychicReadings a:hover,
	body.BindRunesPage li#menu_BindRunes a:hover,
	body.TreatmentsPage li#menu_Treatments a:hover,
	body.EventsPage li#menu_Events a:hover,
	body.HealingPage li#menu_Healing a:hover
	{
		background-color:#3e2d71;
		color: #d4b8cd;
	}
	
	
	body.ContactPage li#menu_Contact:hover,
	body.HomePage li#menu_Home:hover,
	body.PsychicReadingsPage li#menu_PsychicReadings:hover,
	body.BindRunesPage li#menu_BindRunes:hover,
	body.TreatmentsPage li#menu_Treatments:hover,
	body.EventsPage li#menu_Events:hover,
	body.HealingPage li#menu_Healing:hover
	{
		background-color:#3e2d71;
		color: #d4b8cd;
	}

	body.ContactPage li#menu_Contact:hover a,
	body.HomePage li#menu_Home:hover a,
	body.PsychicReadingsPage li#menu_PsychicReadings:hover a,
	body.BindRunesPage li#menu_BindRunes:hover a,
	body.TreatmentsPage li#menu_Treatments:hover a,
	body.EventsPage li#menu_Events:hover a,
	body.HealingPage li#menu_Healing:hover a
	{
		background-color:#3e2d71;
		color: #d4b8cd;
	}
	
	body.HomePage table
	{
		border: solid 1px;
		padding:50px;
		text-align:center;
		width:600px;
	}
	

		
	body.Index h3
{
	font-family: Arial, sans-serif;
	font-variant: small-caps;
}

body.Index #DP_Image
{
	float:right;
}
	
body.Index #CW_Image
{
	float:left;
	padding-right: 0.5em;
	margin-top: 1em;
}

	
h1, h2, h3, h4, h5, h6 
{
	margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	font-family: arial, verdana, sans-serif;
	width:100%;
}

li h1, li h2, li h3, li h4, li h5, li h6 
{
	border: none;
}

h1 {
	font-size: 160%; 
	font-weight: normal; 
	color:#5353a4;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	color: #6b3e7b;
}

h3 {
	font-size: 120%; 
	color:7d7e79;
}

h4 {
	font-size: 100%; 
}

h5 {
	 font-size: 90%;
}

h6 {
	font-size: 90%; 
	border: 0; 
}


strong
{
	color:#777290;
}

	:link { color: #5c190e; }
	:visited { color: #636; }
	:link:hover, :visited:hover { color: #333; }
	:link:active, :link:active { color: #000; }
        
label {
font-weight: bold;
}



hr.hide {
	display: none;
}

#Container
{
	width:100%;
	text-align:center;
	font-family: verdana, sans-serif;
  font-size:10pt;
}

#Container table
{
	font-size:100%
}

#Page 
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#Header
{
	position:relative;
	padding: 0 0 0.1em 0;
	position: relative;
	height: 75px;
	border-bottom: solid 1px #ccc;
	} 
	
#Header h1 {
		margin: 0;
		font-size: 2px;
		height: 8px;
		z-index: 100; /* above the UL */
	}

#Header h1 { border: 0; }

#Header h1 a {
		display: block;
		height: 70px;
		background: transparent url(images/trezelahhealing.png) no-repeat;
		text-indent: -700em;
		text-decoration: none;
	} 
	
#Menu ul 
{
		height:auto !important;
		height:100%;
		margin: 60 15 0 0;
		padding: 0  0 0 0;
		list-style: none;
		z-index: 90; 
		text-align:left;
		float:left;
		width:150px;
		CLEAR: none;
		font-family: verdana, sans-serif;
	}
	
#Menu li 
{
	background-color:#6b3e7b;
	padding: 0 0 0 0;
	margin: 0 0 5 0;
	white-space: nowrap;
	height:35px;
	width:100%;
	vertical-align:middle;
}

#Menu ul a {
	background-color:#6b3e7b;
	float: left;
	display: block;
	padding: 8px 4px 4px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #d4b8cd;
	width:auto !important;
	width:100%;
	height:auto !important;
	height:100%;
	}

#Menu ul li a:hover 
{
	background-color:#c09ab7;
	color:#3e2d71;
}

#Menu ul li:hover
{
	background-color:#c09ab7;
	color:#3e2d71;
}

#Menu ul li:hover a
{
	background-color:#c09ab7;
	color:#3e2d71;
}

#mainContent 
{
	padding: 0.25em 0 0 0;
	float:left;
	clear:none;
	text-align:left;
	width:600px !important;
	width: auto;
}

#footer
{
	clear: both;
	padding-right: 0px;
	border-top: #999 1px solid;
	padding-left: 0px;
	font-size: 75%;
	float: none;
	padding-bottom: 1em;
	margin: 2em 0px;
	padding-top: 1em;
	text-align: center;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	white-space: nowrap;
}

#footer p,#footer p a {
	color: #666;
}

#footer p a:hover {
	color: #000;
}

#footer p span {
	padding-right: 1em;
}

#footer #copyright
{
	border-top-width:5px;
	padding-top:5em;
}

#AuraHandImage
{
	margin: 25 0 5 5;
	margin-bottom:5px;
	CLEAR: none;
	 FLOAT: right;
	 HEIGHT: 312px
}

#CaroDavidBlueImage
{
	margin: 5 0 5 5;
	margin-bottom:5px;
	CLEAR: none;
 FLOAT: right;
}

#FarmhouseImage
{
 margin: 10 0 5 10;
 CLEAR: none;
 FLOAT: right;
 height:346px;
}

.ContactPage #AddressDetails
{
	float:right;
}

.ContactPage #AddressDetails ul
{
	margin:0 0 0 0;
	clear: none;
	float: left;
	list-style-type: none;
	text-align:right;
}

.TreatmentsPage #Text
{
	float:left;
	width: 450px;
}

.TreatmentsPage #Images
{
	float:right;
	width:120px;
	padding-top:65px;
	margin-left:20px;
}

.TreatmentsPage #Images img
{
	margin-bottom:35px;
}

.PsychicReadingsPage img
{
	width:150px;
	height:auto;
	float:right;
	margin: 5 0 5 10;
	clear:right;
}

.PsychicReadingsPage #mainContent div
{
	height:150px!important;
	height:auto;
}

.PsychicReadingsPage h1
{
	clear:right;
}

.PsychicReadingsPage #mainContent div
{
	width:100%;
}

.BindRunesPage img
{
	width:315px;
	float:right;
	margin:  10 0 5 10;
}

.EventsPage #EventsFrame
{
	width:100%;
	height:400;
	overflow:auto;
	border:none;
}
