body {
		background: url(../images/design/bg.jpg) repeat-x;
		background-color: #D8AA89;
		padding: 0px;
		margin: 0px;
		margin-bottom: 20px;
	}
	
	/* ------------------------------ mastHead DIV layouts -------------------------------- */
	
	#mastHeadStretch {
		width: 100%;
		height: 93px;
		background: url(../images/design/mastHeadStretch.png) repeat-x;
	}
	
	#mastHeadContainer {
		width: 750px;
		height: 93px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#mastHeadLogo {
		width: 69px;
		height: 93px;
		float: left;
		background: url(../images/design/logo.png);
	}
	
	#mastHeadLogoType {
		width: 672px;
		height: 54px;
		float: left;
		background-color: red;
		background: url(../images/design/mastHead.png);
	}
	
	#navigation {
		width: 681px;
		height: 31px;
		float: left;
	}
	
	
	/* --------------------------------------- main content DIV layouts ---------------------------------- */
	
	#contentContainer {
		width: 750px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
	#contentTopRounder {
		width: 750px;
		height: 10px;
		background: url(../images/design/topRounder.png) no-repeat;
	}
	
	#contentArea {
		width: 710px;
		height: auto;
		background: url(../images/design/contentbg.png) repeat-y;
		padding: 1px 20px 15px 20px;
		overflow: hidden;
	}
	
	#contentBottomRounder {
		width: 750px;
		height: 10px;
		background: url(../images/design/bottomRounder.png) no-repeat;
	}
	
	/* -------------------------------------- footer DIV layouts --------------------------------------------- */
	
	#footerContainer {
		width: 220px;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		text-align: center;
		font-family: Georgia;
		color: #222;
		font-size: 10px;
	}
	
	/* ---------------------------- Navigation Styling ---------------------------- */
	
	ul.nav {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		font-family: Georgia;
		font-size: 16px;
		font-weight: bold;
		padding-left: 12px;
		padding-top: 5px;
	}
	
	ul.nav li {
		display: inline;
		padding-right: 13px;
	}
	
	ul.nav li a {
		color: #ECC932;
		text-decoration: none;
	}
	
	ul.nav li a:hover {
		color: #FAFAFA;
	}
	
	ul.nav li a.selected {
		color: #FAFAFA;
	}
	
	/* --------------------------------- Text Styling ------------------------------------ */
	
	h2 {
		font-family: Georgia;
		font-size: 30px;
		color: #899478;
		font-weight: bold;
		border-bottom: 1px solid #899478;
		margin: 10px 0px 15px 0px;
	}
	
	h3 {
		font-family: Georgia;
		font-size: 20px;
		color: #9FAA8C;
		font-weight: bold;
		padding-left: 0px;
		margin: 0px;
	}
	
	p {
		font-family: Arial;
		color: #898989;
		font-size: 16px;
		padding-left: 0px;
		padding-right: 10px;
		
	}
	
	img.left {
		float: left;
		border: 1px solid #999999;
		padding: 2px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	img.right {
		float: right;
		border: 1px solid #999999;
		padding: 2px;
		margin-left: 10px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	a {
		color: #9FAA8C;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a.readMore {
		font-style: italic;
		font-size: 12px;
	}

	a:hover img.left {
		border: none;
		padding: 3px;
	}
	
	#footerContainer a {
		color: #fff;
	}
	
	
	/* --------------------------------- Massage Page Styling ---------------------------- */
	
	table.massages {
		width: 690px;
		margin: 20px 0px 20px 0px;
		padding-bottom: 10px;
		border-bottom: 1px solid #CFCFCF;
	}
	
	td.icon {
		width: 82px;
		vertical-align: top;
	}
	
	td.info {
		width: 380px;
		vertical-align: top;
	}
	
	td.info p {
		font-size: 14px;
		margin: 5px 0px 5px 0px;
	}
	
	td.price {
		width: 210px;
		vertical-align: top;
		padding-left: 20px;
	}
	
	/* -------------------------------- Pricelist Table Styling ------------------------------ */
	
	table.priceList {
		width: auto;
		text-align: center;
		font-family: Georgia;
		border-spacing: 0px;
		border-collapse: collapse;
		font-size: 18px;
		color: #898989;
		float: left;
	}
	
	tr.minutesRow {
		color: #666;
		font-weight: bold;
	}
	
	td.minutesHead {
		text-align: right;
		padding-right: 10px;
		padding-left: 0px;
		font-weight: normal;
		font-size: 14px;
	}
	
	td.time {
		width: 40px;
		background-color: #C6E2D8;
	}
	
	td.costHead {
		text-align: right;
		padding-right: 10px;
	}
	
	td.dollars {
		background-color: #B2CDC6;
	}
	
	.priceSpecific {
		font-family: Georgia;
		font-size: 14px;
		color: #aaa;
		display: block;
		padding-bottom: 5px;
	}
	
	table.massages ul {
		font-family: Arial;
		font-size: 14px;
		color: #898989;
	}
	
	/* ----------------------------- Contact Form Styling -------------------------- */
	
	table.contactForm {
		font-family: Arial;
		font-size: 12px;
		vertical-align: top;
	}
	
	table.contactForm td {
		vertical-align: top;
		color: #898989;
	} 