@charset "utf-8";
/* CSS Document */

 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, img, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-image: url(../images/bg-about.jpg);
	background-color: #f2c4d6;
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	background-position: center top;
}
hr {
	display: none;
	border: 0;
	margin: 0;
	padding: 0;
}
#nav a:link {
	color: #4b2e1e;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #4b2e1e;
}
#nav a:hover {
	color: #4b2e1e;
	text-decoration: none;
	border-bottom: solid 2px #4b2e1e;
}
#nav a:active {
	text-decoration: none;
	color: #4b2e1e;
}
#wrapper {
	margin: 0 auto;
	overflow: hidden;
	width: 950px;
}
#header {
	width: 950px;
	height: 121px;
	margin: 0 auto;
}
#logo {
	width: 241px;
	height: 93px;
	display: block;
	margin-top: 14px;
	float: left;
	margin-left: 70px;
}
#logoLINK {
	width: 241px;
	height: 93px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
}
#nav {
	float: right;
	width: 630px;
	text-transform: uppercase;
	color: #4b2e1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	margin-top: 45px;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin-left: 25px;
}
#middle {
	height: 601px;
	width: 950px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-image: url(../images/bg-overlay.png);
	background-position: 5px 185px;
}
#middle h2 {
	background-image: url(../images/title-massage-info.png);
	width: 209px;
	height: 57px;
	display: block;
	text-indent: -9999px;
	margin-bottom: 20px;
	clear: left;
	background-repeat: no-repeat;
}
#middle h3 {
	color: #FDFDBB;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	font-style: italic;
}
#middle p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fdfdbb;
	margin-bottom: 10px;
	line-height: 22px;
}
#middle li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fdfdbb;
	margin-bottom: 3px;
	line-height: 22px;
	padding: 0;
	margin-left: 30px;
	list-style-type: asterisk;
}
#woman {
	background-image: url(../images/bg-overlay-woman.png);
	width: 233px;
	height: 373px;
	float: right;
	position: fixed;
	left: 1310px;
	top: 300px;
	display: block;
}
#content {
	width: 830px;
	padding: 30px 10px 30px 30px;
	height: 335px;
}
#candles {
	width: 324px;
	height: 136px;
	background-image: url(../images/candles.png);
	display: block;
	margin-top: -10px;
	float: left;
}
#footer {
	clear: both;
	width: 898px;
	height: 32px;
	margin: 5px auto 10px auto;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	padding: 30px 25px 0 25px;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fdfdbb;
	text-transform: uppercase;
}
#footer a {
	color: #fdfdbb;
	text-decoration: none;
}
#credits {
	float: right;
}
.pink {
	color: #f3c8d9;
}
.pink_small {
	color: #F2C4D6;
	font-size: 11px;
}
#wrapper  #middle  #mycustomscroll  .pink_bold  a   {
	font-size: 16px;
	font-weight: bold;
	color: #F2C4D6;
	text-decoration: underline;
}
#wrapper  #middle  #mycustomscroll  .pink_bold  a:hover   {
	font-size: 16px;
	font-weight: bold;
	color: #FDFDBB;
	text-decoration: underline;
}
.right {
	text-align: right;
}
/*Page related styles for you to view*/
#mycustomscroll {
	/* Typical fixed height and fixed width example */
width: 875px;
	height: 335px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	margin: 30px 0 0 25px;
	padding: 15px;
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric {
	position: absolute;
	left: 0;
}

/* force fleXcroll to always display the vertical scrollbase */
.vscrollerbase {
	visibility: visible !important;
	height: 365px;
	width: 25px;
}
/* fleXcroll adapts to this CSS setting and sets positions correctly */


/* And style your scrollbar like you normally do */
.vscrollerbase {
	width: 25px;
	background-image: url(../images/scroll-track.png);
	background-repeat: repeat-y;
	height: 365px;
}
.vscrollerbar, .hscrollerbar {
	z-index: 2;
	height: 5px;
	width: 25px;
}
.vscrollerbarbeg {
	width: 17px;
	height: 16px !important;
	background-image: url(../images/scroll-handle.png);
	left: 4px;
	top: 15px;
	background-attachment: scroll;
}
