body 
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
	color: #6A2312;
	background-color: white;
	background-image: url('../images/background.png');
	background-attachment: fixed;
	font-family: "Century Gothic", "Verdana", "Helvetica", sans-serif;
	text-align: justify;
	font-size: 11pt;
}

div
{
	margin: 0% 0% 0% 0%;
	padding: 0% 0% 0% 0%;
}

#layout
{
	margin-left: auto;
	margin-right: auto;
	width: 775px;
}

#header
{
	background-color: white;
}

#navigation
{
	position: absolute;
	top: 205px;
	z-index: 10;
}

#content
{
	position: relative;
	top: -3px;
	width: 585px;
	padding-top: 20px;
	padding-left: 169px;
	padding-right: 19px;
	padding-bottom: 20px;
	background-color: white;
	background-image: none;
	border: 1px solid #903218;
	min-height: 400px;
}

#footer
{
	width: 775px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#footer p
{
	text-align: center;
}

p.phone
{
	font-weight: bold;
}

p.salonalchemy
{
	font-size: 8pt;
}

p.testimonial
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 20px 20px 20px;
}

p.blue
{
	background-color: #E6F0FA;
}

a
{
	color: #6A2312;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

ul.sf-menu
{
	width: 146px;
	margin-top: 5px;
	margin-bottom: 0px;
	list-style-type: none;
	position: relative;
	left: -30px;
}

.sf-menu li
{
	height: 42px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	background-image: url('../images/nav-background.png');
	background-position: 0px 0px;
}

.sf-menu li:hover
{
	background-position: 0px 42px;
}

.sf-menu li a
{
	display: block;
	padding-left: 5px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 5px;
	max-width: 130px;
	vertical-align: middle;
	color: white;
}

.sf-menu li a:hover
{
	text-decoration: none;
}

.prettyHover
{
	cursor: pointer;
}

table.treatments
{
	border-collapse: collapse;
	width: 100%;
}

.treatments td {
	font-size: 11pt;
	padding-bottom: 7px;
}

td.group {
	padding-top: 30px;
	font-size: 13pt;
	font-weight: bold;
}

td.treatment {
	width: 500px;
	max-width: 500px;
}

td.time, td.price {
	padding-left: 20px;
	text-align: right;
	vertical-align: bottom;
	font-size: 11pt;
	font-weight: bold;
}

td.groupdescription {
	padding-bottom: 20px;
	font-size: 11pt;
}

td.treatmentdescription {
	font-size: 10pt;
	padding-bottom: 20px;
	width: 500px;
	max-width: 500px;
}

td.note {
	font-size: 10pt;
	padding-top: 20px;
}

h1, h2, h3, h4
{
	color: #903218;
}

h1
{
	margin-top: 20px;
}

table.parties
{
	border-collapse: collapse;
	width: 100%;
}

table.parties th, table.parties td
{
	vertical-align: middle;
	padding-top: 7px;
	padding-bottom: 7px;
}	

th.numGuests, td.numGuests
{
	text-align: left;
}

th.hostessReward, td.hostessReward
{
	text-align: center;
}

th.priceEach, td.priceEach
{
	text-align: right;
}

#content ul
{
	list-style-type: none;
	padding: 0;
	margin-left: 20px;
}

#content ul li
{
	margin-bottom: 10px;
	background-image: url(../images/sun-20px.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 30px;
}

.floatRightTop
{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	border: 1px solid #903218;
}

table.pagination
{
	width: 100%;
}

table.pagination td
{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

table.pagination td.pagination
{
	text-align: right;
}

span.previous
{
}

span.next
{
	padding-left: 10px;
}

