html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6,h7, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0px; padding:0px; border:0; text-align:center;}
img1	{}

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, h7, p,  blockquote, td, th, li, ul, a, caption, em, strong, strike {
	font-family: Arial, Helvetica, sans-serif;
	font-size:160%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%;
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}
	

gap {padding-top:30px;}


ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #fffeed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fffeed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#fffeed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#fffeed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#fffeed 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#fffeed 100%); /* W3C */
}

/* Headings */

h1	{ font-size:20px; font-family:Comic Sans MS; color:#955e33; text-align:center;
						padding-bottom:15px;  margin-bottom:15px;}

h2 { font-size:18px; padding-left:30px; padding-top:10px; text-align:left; font-family:Comic Sans MS; line-height:150%; color:#955e33; }
h3 { font-size:16px; }
h4 { font-size:13px; padding-left:20px; padding-right:30px;   padding-bottom:15px; text-align:left; font-family:Comic Sans MS;  color:#955e33;}
h5 {  font-size:18px; padding-left:30px; padding-top:10px; text-align:left; font-family:Comic Sans MS; line-height:150%; color:#955e33; border-bottom:2px #846526 solid;}
h6 { font-size:14px; }
h7  {font-size:18px; color:#87190A; margin:5px;	}


h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{
	color:#000;
	font-size:14px;
	line-height:130%;
}
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{   }
a:link			{ color: #00f;  }
a:visited		{ color: #0f0;  }
a:active		{ color: #000;  }
a:focus			{ color: #666;  }
a:hover     	{ color: #f00;  }

blockquote  	{ color:#000; font-size:12px; }

strong      	{ font-weight: bold; }
em		      	{ font-style: italic; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#000; font-size:12px; }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; margin-left:15px;}
li1				{border-bottom:2px #ffa069 solid;}
li2				{border-bottom:2px #3366ff solid;}
li3				{border-bottom:2px #846526 solid;}



tr				{	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

th          	{ font-weight: bold; }
thead, th    	{ background: #ccc; }

tbody			{   }

th,td,caption 	{ font-size:14px; padding-left:10px;  padding-right:10px; text-align:left; 
font-family:Comic Sans MS; padding-bottom:8px; color:#955e33;	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }



/* Miscellaneous */

sup, sub    	{ line-height: 0; }

abbr, acronym   { border-bottom: 1px dotted #666; }
address     	{ 	 }
del         	{ background:#FFCECE; color:#f00; }

code, pre		{ background-color:#FF9; padding:2px 0px; margin:4px 25px;
					font-family:"Courier New", Courier, monospace; font-size:12px; font-weight:normal; line-height:150%;	}


/* Containers */

#outer-wrapper 			{ width:1000px; margin:10px auto;  }

#wrapper 				{ width:900px; margin:0px auto;  }

#banner					{width:860px; height:200px; padding-left:40px; padding-top:10px; border:1px #9f6432 solid; -webkit-border-top-left-radius: 10px;
							-webkit-border-top-right-radius: 10px;
							-moz-border-radius-topleft: 10px;
							-moz-border-radius-topright: 10px;
							border-top-left-radius: 10px;
							border-top-right-radius: 10px; }

#contact				{ width:300px; height:150px; float:left; padding-left:40px;		}

#logo1				{width:190px; height:150px; float:left;	padding-top:30px;		}

#photomichelle				{width:190px; height:150px; float:right;	padding-top:20px;		}

#photo				{  float:right; padding:20px; margin-right:30px;}

#topnav 					{ clear:both;  }

 #menubar
{ 

width: 901px;
  height: 55px;
  text-align: center; 
  margin: 0 0;
  border-right:1px #9f6432 solid;
  
  clear:both;}
  

 
#topnav 					

#topnav ul

#topnav ul li
{ padding: 0 0 0 0px; list-style: none; margin: 2px 0 0 0; display: inline; background:transparent; }
  
#topnav ul li a
{  font-family:Comic Sans MS; font-size:12px; 
  float: left;
  letter-spacing: 1px;
  height: 40px;
  width: 127px;
  padding: 15px 0 0 0;
  border-left:1px #9f6432 solid;
  text-align: center;
  color:#955e33;
  text-decoration: none;
  }

#topnav ul li a:hover
{ color: #000; background-color:#FF6}






#therapy 	{clear:both; width:900px; height:580px; border:1px #9f6432 solid; }





#reiki	{width:270px; height:500px;  float:left;  border:1px #9f6432 solid; margin: 20px 10px 20px 20px; }

#indianhead	{width:270px; height:500px; float:left; margin: 20px 10px 20px 10px; border:1px #9f6432 solid; }

#swedish	{ width:270px; height:500px; float:left; margin:20px 20px 20px 10px; border:1px #9f6432  solid;}

#tea1		{clear:both; width:460px; height:220px; margin-top:40px;}

#pricing1	{ width:200px; height:200px; float:left; }

#teaphoto1	{
	width:280px;
	height:205px;
	padding-left:100px;
	padding-bottom:5px;
}





#footer		{clear:both; width:900px; height:120px;	padding-top:20px; border-bottom:1px solid #9f6432; border-left:1px solid #9f6432; border-right:1px solid #9f6432;	-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;}


#info        	{
	width:270px;
	height:500px;
	float:left;
	padding:20px;
	margin:20px;
	color: #9f6432;
}



#content 			{
	width:512px;
	height:540px;
	margin-left:10px;
	margin-top:20px;
	float:left;
	background-color:#fff;
	border:1px #9f6432 solid;
}

#content2 			{ width:700px; height:580px; margin-left:10px;   margin-top:40px; float:left;   background-color:#fff; border:1px #9f6432 solid; }




/* Forms */

#page-wrap {
	width: 420px;
	background: white;
	
	margin: 20px auto;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#contact-area {
	width: 400px; padding-top:20px;
	
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 200px;
	font-family:Comic Sans MS; color:#955e33;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border:1px #9f6432 solid;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #333;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}




label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 120px;
	padding-top: 5px;
	font-size: 1.4em;
	font-family:Comic Sans MS; color:#955e33;
}

form ol { list-style-type:none; }

form 	{ text-align:left; margin:20px;	}


	
submit	{ background:none; 	}

input 	{ 
		width: 280px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}
		
input:focus, textarea:focus	{ background-color:#BFEBFF; }

textarea {
		width: 280px; height: 150px; margin:0 0 16px 10px;
		border:1px #bbb solid; padding:5px; background:none; 
		}

select { margin-bottom:20px;	}
	
.month { margin-left:155px;	}

.submit {
	width:50px;
	height:25px;
	margin-left:auto;
	font-size:12px;
	float:right;
		}

br		{ clear: left; 	}

.clear	{ clear:both; }


/* Miscellaneous  */



.roll-over		{padding:5px;}

.copyright-text	{ font-size:80%; font-style:italic; color:#333; }
.footer-text	{ font-size:12px; font-style:normal; color:#000; text-align:center; }
.title			{ font-size:18px; font-weight:bold; color:#333;  }
.subtitle		{ font-size:14px; font-style:italic; color:#333;  }

.artist			{ font-size:16px; font-weight:bold; color:#333;  }
.author			{ font-size:14px; font-weight:bold; color:#555;  }
.editor			{ font-size:14px; font-style:italic; color:#555;  }

.pub-date		{ font-size:10px; font-style:italic; color:#555; }
.article-date	{ font-size:10px; font-style:italic; color:#555;  }
.location		{ font-size:10px; font-style:italic; color:#555;  }

.float-right	{ float:right; }
.float-left		{ float:left; }
.clear			{ clear:both; }

.hide			{ display:none; }
.block			{ display:block; }
.inline			{ display:inline; }

.first			{ font-weight:bold; }
.last			{ font-weight:bold; }
.left			{ font-weight:bold; text-align:left; }
.right			{ font-weight:bold; text-align:right; }

.added      	{ background:#D7D7FF; }
.removed    	{ background:#FFCECE; color:#f00; }
.changed		{ background:#FFB; }


/* Success, info, notice and error/alert boxes - from Blueprint CSS Framework */

.error, .alert, .notice, .success, .info {
	padding: 0.8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error, .alert 	{ background: #fbe3e4; color: #8a1f11; border-color: #fbc2c4; }
	
.notice			{ background: #fff6bf; color: #514721; border-color: #ffd324; }
	
.success   		{ background: #e6efc2; color: #264409; border-color: #c6d880; }
	
.info 			{ background: #d5edf8; color: #205791; border-color: #92cae4; }
	
.error a 	{ color: #8a1f11; }
.alert a 	{ color: #8a1f11; }
	
.notice a   { color: #514721; }
.success a  { color: #264409; }
.info a		{ color: #205791; }
