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;
}

.clear{clear:both;}


#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_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;
}

#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;
}