*{
	margin: 0; 
	padding: 0;
}

html{

	min-width:884px;
}

/************************************* Main structure *************************/

body {
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-size: 62.5%;
	margin:0 auto;
  	width:931px;

}

#container {
	background-image: url(images/backgrndedgefinal.jpg);
	background-repeat: repeat-y;
	height: 2800px repeat-y;
	width: 920px;
	font-size: 1.2em;
	margin:20px;
	padding-top: 10px;
	border-top: 0px solid white;
	padding-bottom: 10px;
}

ul {
	list-style: none;
	list-style-position:inside;
	font-size: 1.2em;
	margin-left: 175px;
	margin-right: 100px;
  	padding-left: 0px;
  }
  
li
  {
  margin: 10px;
  padding: 0;
  }


#footContainer{
	margin-left: 10px;
	}



/******************************* Text and image formatting *******************************/

p {
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 165px;
	margin-right: 145px;
	font-family: Trebuchet MS,"Times New Roman", Times, serif;
	font-size: 1.2em;
	background-attachment: fixed;
	background-color: #FCFCE7;
 }


h1 {
	color: #993300;
	margin-top: 45px;
	margin-left: 120px;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-style: italic;
	font-size: 2.0em;
}


h2 {
	color: #bf8a44;
	margin-left: 140px;
	font-size: 1.4em;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-style: italic;
}

h3 {
	height: 10px;
	padding-top: 10px;
	padding-left: 140px;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	color: #bf8a44;
}

h4 {
	height: 10px;
	padding-top: 10px;
	padding-left: 160px;
	font-size: 0.875em;
	font-family: Trebuchet MS, "Times New Roman", serif;
	font-style: italic;
	font-weight: normal;
	color: #993300;
}


.navbar{text-align:center;
}

.flames {text-align:center;
}

.journey { text-align:center;
}

.deeptissue { text-align:center;
}

.body { text-align:center;
}

.reikibrush { text-align:center;
}

.hands { text-align:center;
}

.forest { text-align:center;
}

.stones { text-align:center;
}

.parkway { text-align:left;
	padding-left: 150px;
}

.interior { text-align:right;
	padding-right: 150px;
}

.futon { text-align:right;
	padding-right: 150px;
}

.contact {text-align:left;
	padding-left: 115px;
}

.massage {text-align:right;
	padding-right: 120px;
}

img {border: none;}

.float_left {float: left;
              margin-right: 10px;
}
			  
.float_right {float: right;
              margin-left: 10px;
}
		
/********************************* Navigation **********************************/	
 
a:link {color: #621E09; text-decoration: none;}     /* unvisited link */
a:visited {color: #996633; text-decoration: underline;}  /* visited link */
a:hover {color: #CC6633; text-decoration: none;}   /* mouse over link */
a:active {color: #993300; text-decoration: none;}   /* selected link */



.bullet {
	list-style: disc inside;
}