/* CSS for general Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;

	text-align:center;
	background-position:top;
	background-image:url(../images/backgroundSlice.gif);
	background-repeat:repeat-x;  
}

a:hover {
	color: #0089C2; 
	text-decoration: underline;
}
a {
	color: #0089C2; 
	text-decoration: none; 
}


/* Styles for the Left Content Section of the page */
   	.leftContent {
		/*background-color:white;*/
		margin-left: 10px; margin-right: 10px; margin-top: 10px;
		color: #0089C2; 
		font-size:18px; 
		text-align: left;
	}
	
   	.leftContent td {
		vertical-align:top;
		padding-bottom: 12px;
	}
	
   	.leftContent a:hover {
		color: #0089C2; 
		text-decoration: underline;
	}
   	.leftContent a {
		color: #0089C2; 
		text-decoration: none; 
	}

/* Styles for the Main Conten Section of the site*/
   	.mainContent {
		margin-left: 10px; margin-right: 10px; margin-top: 5px;
		color: #0089C2; 
		font-size:14px; 
	}

	.mainContent hr {
		color: #D38F29;
		background-color: #169BD8;
		height: 1px;
		width: 100%;
	}

/*
	.mainContent h1 {
		background-color: #D0EAF4;
		color: white;
		border-bottom-width: thin; border-bottom-style: solid;
		border-color: #D38F29;
		padding-left: 5px;
	}
*/

	.mainContent h2 {
		color: #199ACE;
		padding-bottom: 0px;
		margin-bottom: 3px;
		font-size: 14px;
		text-align:left;
		border-bottom-width: thin; border-bottom-style: solid;
		border-color: #D38F29;
	}
	
	.mainContent p {
		padding-top: 0px; 
		margin-top:0px;
		text-align: left;
	}

	.mainContent {
		text-align: left;
	}

	.mainContent div
	{
		height: 100%;
	}

/* Background images for each panel  */

	 #bg {
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(../images/bg/background13.jpg);
	background-color:#F0E2D5;
	}

	.mainContent div#landing {
	background-position:top;
	background-repeat:no-repeat;
	background-image: url(../images/spacer.gif);
	}

	.mainContent div#ds_tanning {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#ds_waxing {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#ds_wraps {
background-position:top; background-repeat:no-repeat;
	}
	
	.mainContent div#ds_massage {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#ds_makeup {
background-position:top; background-repeat:no-repeat;
	}
	
	.mainContent div#salon_hair {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#salon_nail {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#events {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#events_packages {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#events_private {
background-position:top; background-repeat:no-repeat;
	}

	.mainContent div#products {
background-position:top; background-repeat:no-repeat;
	}
