*  {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	list-style-type:none;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
	}

body {
	position:relative;
	top:0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:13px;
	line-height:17px;
	color: #121713;
	background:#ecedd4;
	}
	
h1+p, h2+p, h3+p {
	margin-top:-5px;	
	}

#container { 
	position:relative;
	top:5px;
	width:800px; 
	background:#f1f2d8;
	margin:auto; 
	}	
	
#banner {
	position:relative;
	top:0;
	width:800px;
	height:175px;
	}
	
#menu {
	width:170px;
	float:left;
	padding:30px 0 0 20px;
	background:transparent;
	color:#121713;
	border:none;
	}
	
#menu a, #menu a:visited, #menu a:active {
	text-decoration: none;
	font-size:13px;
	line-height:35px;
	font-weight: bold;
	color:  #121713;
	outline: none;
	}
 
#menu a:hover { 
	color: #121713;
	text-decoration: underline;
	font-weight:bold;
	}	


#menu img {
	width:150px;
	margin:auto;
	padding-top:20px;
	}
	
#main {
	float:left;
	padding:30px 30px 0 50px;
	background:transparent;
	width:500px; 
	border-left:2px solid #121713;
	}	
	
#main p {
	padding:5px 0px 10px 0px;
	color:#121713;
	font-size:13px;
	}
	
#main #therapist img {
	float:left;
	width:100px;
	border:10px solid transparent;
	border-left:0;
	}
	
#massage img {
	float:right;
	width:200px;
	}
	
#chair img {
	float:right;
	width:150px;
	}
	
#main a, #main a:visited, #main a:active {
	text-decoration: underline;
	font-weight: normal;
	color:  #121713;
	outline: none;
	}
 
#main a:hover { 
	color: #121713;
	text-decoration: none;
	font-weight:normal;
	}

#main	ul {
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	list-style-type: square;
	padding-left: 5px;
	padding-right:10px;
	}	

	
#footer {
	width:800px;
	height:25px;
	background:#121713;
	clear:both;
	margin:auto;
	border:2px inset#121713;
	}
	
#footer p {
	padding:3px;
	margin:0;
	font-size:10px;
	text-align:center;
	color:#ecedd4;
	font-weight:normal;
   }

#footer a, #footer a:visited, #footer a:active {
	text-decoration: underline;
	font-weight: normal;
	line-height:16px;
	color:  #ecedd4;
	outline: none;
	}
 
#footer a:hover { 
	color: #ecedd4;
	text-decoration: none;
	font-weight:normal;
	}	

h1 {
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 26px;
	font-weight: bold;
	font-style:italic;
	padding-top: 10px;
	}

h2 {
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 20px;
	font-weight:bold;
	padding-top: 10px;
	}

h3 {
	font-family:"Goudy Old Style", "Times New Roman", serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	line-height: 16px;
	font-weight: bold;
	font-style:italic;
	}
	
img+h2 {
	margin-top:-7px;
	}
		
strong {
	font-weight:bold;
	}
	
em {
	font-style:italic;
	font-weight:normal;
	}