body {
	margin: 0px;
	/*background: url(/images/web_glow2.png) no-repeat top left;
	 
	 background: #fcfaec url(/images/web_final_layer_2.png) top left no-repeat;
	 */
	 background-color:  #faf9eb;
}

#girl {
	margin: 0px 0px 0px -50px;
	height: 100%;
	background: url(/images/girl_web.png) no-repeat bottom left;
	/* background-color:  #faf9eb; */
	float: bottom left;
	clear: both;
}

td {
	font-family: verdana;
	font-size: 11px;
	color: #742662;
	line-height: 20px;
}

#facialsTable td {
	font-family: verdana;
	font-size: 12px;
	color: #742662;
}

#contentBox {
	/* background: url(/images/contentBox.png) no-repeat; */
	position: absolute;
	float: left;
	left: 320px;
	top: 120px;
	width: 550px;
	height: 370px;
}

#headerDiv {
	margin: 15px 0px 0px 0px;
	padding-bottom: 5px;
	position: relative;
	width: 550px;
	border-bottom: 1px dotted #742662;
	/* background: url(/images/header_back.png) no-repeat bottom;*/
} 

#actualContent {
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	position: relative;
	width: 550px;
	height: 285px;
	overflow-y: auto;
	color: #742662;
	font-family: verdana;
	font-size: 11px;
	line-height: 20px;
} 

#products { padding: 15px 0px 0px 15px; }
	#products div { border-top: 1px dotted #742662; padding-top: 10px; width: 100%; margin-top: 15px; clear: both; padding-bottom: 10px; }
		#products div img { float: left; margin: 0px 10px 0px 0px; border: 1px solid #C0C0C0; max-height: 50px; }


#linkDiv {
	margin: 0px 0px 0px 25px;
}

#linkDiv a {
	text-decoration: none;
	font-family: verdana;
	font-size: 10px !important;
	color: darkgreen;
}

.subHeadImg {
	padding-bottom: 10px;
	padding-top: 10px;
}

.subHeadImg2 {
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px dotted #742662;
}

.contentBlock {
	padding-bottom: 10px;
}

.contentBlock a {
	text-decoration: none;
	color: darkgreen;
}