@charset "UTF-8";
/* CSS Document */

@import url("navigation.css");
@import url("tags.css");


*{
	margin:0;
	padding:0;
}

img
{
	border:none;
}

body
{
	text-align:left;
	margin:20px auto;
	/*min-width:840px;for netscape browsers*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	background-repeat: repeat-x;
	background-color:#000;
}

#Header
{
	width:850px;
	height:163px;
	text-align: right;
	font-size:18px;
	background: url(../images/layout/header.jpg) left top;
}

#Header img
{
	width: 305px;
	height: 93px;
	float: left;
}

#TopNavigation
{
	width:850px;
	height: 22px;
	text-align: center;
	background: url(../images/layout/navigation-back.jpg) left top;
	font-size:16px;
	color: #330000;
}

#TopNavigation a
{
	text-decoration: underline;
	text-align: center;
	font-size: 15px;
	padding-left: 15px;
	color: #330000;
}

#TopNavigation a:hover
{
	color: white;
}

#MainContent
{
	width:850px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

.HeaderText
{
	float: left;
	width: 544px;
	height: 40px;
	font-size: 26px;
	color: #65b561;
	margin-right: 80px;
	margin-top: 10px;
}

#Container
{
	float: left;
	width: 650px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: url(../images/layout/content-back.jpg) left top;
}

#Container img
{
	float: right;
	padding-left: 20px;
}

#MassageHome
{
	float: left;
	width: 850px;
	height: 205px;
	background: url(../images/layout/massage-home.jpg) left top;
}

#MassageServices
{
	float: left;
	width: 850px;
	height: 205px;
	background: url(../images/layout/massage-services.jpg) left top;
}

#MassageContact
{
	float: left;
	width: 850px;
	height: 205px;
	background: url(../images/layout/massage-contact.jpg) left top;
}

#ServicesNavigation
{
	float: left;
	width: 850px;
	height: 45px;
	text-align: center;
	font-size: 12px;
	color: #999966;
	padding-top: 5px;
	font-family:font-family: helvetica, arial sans-serif;
	background: url(../images/layout/services-back.jpg) left top;
}

#ServicesNavigation a
{
	text-decoration: underline;
	font-size: 10px;
	font-family:font-family: helvetica, arial sans-serif;
	color: #999966;
}

#ServicesNavigation a:hover
{
	color: white;
}

#Footer
{
	float: left;
	width: 850px;
	padding-top: 145px;
	color: white;
	font-size: 9px;
	background: url(../images/layout/footer.jpg) left top no-repeat;
}

#Footer a
{
	color:#999;
}

#Footer #copyright
{
	padding-top: 15px;
	float:right;
	text-align: right;
	color:#999;
	width: 400px;
}

#Footer #reference
{
	float:left;
	text-align:left;
	padding-top: 15px;
	width: 220px;
}

#Footer #navigation
{
	float: left;
	width: 800px;
	height: 55px;
	color: #999966;
	font-size: 12px;
	text-align: left;
	padding-left: 50px;
}

#Footer #navigation a
{
	text-decoration: none;
	padding-left: 10px;
	color: #999966;
}

#Footer #navigation a:hover
{
	color: white;
}

#NarrowColumn
{
	width: 750px;
	margin: 0 auto;
}

li
{
	list-style: square outside;
	margin-left: 40px;
	margin-right: 40px;
}

#GiftCards
{
	float: left;
	width: 780px;
	height: 20px;
	padding-right: 70px;
	padding-top: 3px;
	color: #330000;
	text-align: right;
	background: url(../images/layout/tan-back.jpg) left top no-repeat;
}

.fathersday
{
	color: #008080;
}

.swimsuitandsandal
{
	color: #cc6600;
}

.totalindulgence
{
	color: #008040;
}

.fullradiance
{
	color: #8000FF;
}

.FreeSpaServices
{
	width: 425px;
	height: 100px;
	color: #C00;
	float: left;
	padding-right: 40px;
}

.ValentinesDay
{
	width: 431px;
	height: 145px;
	color: #C00;
	float: left;
	padding-right: 80px;
}

.ResourcesPage
{
	float: left;
	width: 640px;
}

.ResourcesPage img
{
	float: left;
	text-align: left;
	padding-right: 40px;
}

.GiftCardImg
{
	float: right;
	width: 225px;
	height: 170px;
	padding-right: 65px;
}

.disclaimer
{
	font-size:100%;
	color: #330000;
	text-align: center;
}

