html { 
  background-color: #FFF; 
  width:100%;
  background-image:url('../images/background/html_bg.jpg'); 
  background-repeat:repeat-x; 
  font-family: arial,times new roman, veranda;
  font-size: 12pt;
}

a:hover
{
	color:	#f54784;
}

.clear{clear:both;}

#open{
  font-family:times new roman;
  text-align: center;
  font-size:24px;
  padding:20px 15px 15px 0;
}

#header 
{ 
  position:relative;
  width:860px;
  margin: 0px auto; 
  height: 420px;
  background-image:url('../images/background/site_logo.jpg');
  background-position:0px 10px;
  background-repeat:no-repeat;
  
}

#header div.nav, #header a
{
  color: #000000;
  text-decoration:none;
}

#header div.nav, #header a:hover
{
	color:	#f54784;
}

#header_address
{
  margin-top:15px;
  color: #f54784;
}

#header_content
{
  margin: 20px 0px 34px 0px;
  float:right;
  text-align:right;
}

#main_image
{
  position:absolute;
  left:0px;
  top:160px;
  width:100%;
  background-image: url('../images/background/header_three_images.jpg');
  background-repeat:no-repeat;
  height:240px;
  border:none;
  z-index:0;
}
#header h1 {  }
#header h3 {  }

#body {width:860px;margin:0px auto;padding:0px;}

#rightSide_box
{
  float:right;
  width:260px;
  margin:0px;
  padding:0px;
  background: #999999;
  min-height:380px;
  text-align:left;
}

#rightSide_box div.first{
  margin: 0px 10px;
}

#rightSide_box h3{
  color:#000;
  padding:10px 0px;
  border-bottom:5px solid #f54784;
}

#rightSide_box ul li
{
  list-style-image: url('../images/background/pinkArrow_bullet.png');
  margin: 7px 0px;
}

#rightSide_box a
{
	color:black;
}

#rightSide_box a:hover
{
/*	color:#444;*/
	color:	#f54784;
}

#body_content
{
  float:left;
  width:575px;
  text-align:left;
}

#body_content h1.main
{
  color:#000000;
  border-bottom: 5px solid #f54784;
  padding-bottom:5px;
}

.addthis_button
{
  float: right;
  position: relative;
  top: 20px;
}

#footer {width:860px;margin:0px auto;clear:both; color:#f54784; text-align:left; }

table
{
	border: solid 1px #F54784;
}

table td
{
	border: solid 1px #F54784;
}

table td.center
{
	text-align: center;
}

table th
{
	background: #F54784;
	color: white;
	border: none;
}

#contact table, #contact table td
{
	border: none;
}

#weekbyweeknav
{
  width: 150px;
  float: right;
  background: #999999;
  margin: 0px 10px 10px 10px;
  padding: 3px 10px 10px 10px;
}

#weekbyweeknav li
{
  list-style: none;
  padding: 3px 10px;
}

#weekbyweeknav li a
{
  color: #000;
}

#weekbyweeknav li strong
{
    font-size: 1.3em;
    color: #000;
    position: relative;
    right: 10px;
}

.item{
  margin: 10px 0 10px 0;
}

.lable{
  float: left;
  width: 140px;
  font-weight: bold;
}

.desc{
  margin-right: 30px;
  float: right;
  width: 400px;
}

.price{
  float: right;
}

.MassageTable
{
	border:	none;
}

.MassageTitle
{
	font-size:	12pt;
	font-weight:	bold;
	border:	none;
}

.StaffBio
{
	float:	left;
	margin-bottom:10px;
}

.StaffBio h3{
	margin-top:0px;
}

.StaffImage
{
	float:	left;
	padding-right:	5px;
}
.left{float:left;}
.pad5{padding:5px;}
.textsmaller{font-size:.75em;}
.center{text-align:center;margin-left:auto;margin-right:auto;}
.textbigger{font-size:1.5em;}
/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.SpaBold
{
	font-weight:	bold;
}

.frmAppointment label
{
	width:	150px;
	display:	block;
	float:	left;
	height:	20px;
}

.frmAppointment input select
{
	width:	200px;
	display:block;
	float:	left;
	height:	20px;
}

.frmAppointment
{
	line-height:	1.6em;
}

.frmErr
{
	font-weight:	bold;
	display:	block;
	color:	red;
}
