html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:14px;
	line-height:1.5em;
	color: #121713;
	background:#ecedd4;
	}
	
p {
	padding:5px 0px 10px 0px;
	color:#121713;
	}	

h1 {
	font-family:'Palatino Linotype', 'Book Antiqua', 'Goudy Old Style', 'Times New Roman', serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height:1.25em;
	font-weight: bold;
	text-shadow:1px 1px 1px #999;
	}

h2 {
	font-family:'Palatino Linotype', 'Book Antiqua', 'Goudy Old Style', 'Times New Roman', serif;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height:1.5em;
	font-weight:bold;
	}

h3 {
	font-family:'Palatino Linotype', 'Book Antiqua', 'Goudy Old Style', 'Times New Roman', serif;
	font-size:16px;
	letter-spacing: 0.05em;
	line-height:1.5em;
	font-weight: bold;
	font-style:italic;
	}
	
img+h2 {
	margin-top:-7px;
	}
		
		
h2+p, h3+p {
	margin-top:-5px;	
	}
	
#wrapper {
	margin:auto;
	width:840px;
	background:transparent url(../images/shadow.png);
	background-repeat:repeat y;
	}

#container { 
	width:800px; 
	background:#f1f2d8;
	margin:auto; 
	}	
	
#banner {
	width:800px;
	height:350px;
	background:transparent url(../images/hilton-santa-cruz.jpg);
	background-repeat:no-repeat;
	}
	
#navbar {
	width:250px;
	float:left;
	background:transparent;
	color:#121713;
	margin-top:-60px;
	}
	
ul.menu {
	width:150px;
	margin:auto;
	}
	
ul.menu li {
	padding-bottom:25px;
	}	
	
ul.menu a, ul.menu a:visited, ul.menu a:active {
	font-family:'Palatino Linotype', 'Book Antiqua', 'Goudy Old Style', 'Times New Roman', serif;
	text-decoration: none;
	font-size:17px;
	line-height:1.25em;
	font-weight: bold;
	letter-spacing:.02em;
	color:  #121713;
	outline: none;
	}
 
ul.menu a:hover { 
	color: #121713;
	text-decoration: underline;
	font-weight:bold;
	}	

	
#main {
	float:left;
	margin:-65px 20px 20px 15px;
	padding:0px 0px 0 0px;
	background:transparent;
	width:500px; 
	}	
	
img.massage-wide {
	width:500px;
	}
	
img.bio {
	float:left;
	width:140px;
	border:none;
	padding:0 10px 0 0;
	}


.highlight {	
	clear:both;
	background:#ecedd4;
	margin-top:25px;
	margin-bottom:15px;
	padding:15px;
	}
	
p.text-box {
	overflow:auto;
	}

	
#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:100%;
	height:25px;
	background:#3a522b;
	clear:both;
	margin:auto;
	}
	
#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;
	}	


