body{
	background: #fff;
	font-family: Trebuchet Ms, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

#wrapper{
	margin: 0 auto;
	width: 953px;
	background: #f5f5f5;
}

#headertop{
	margin: 0px;
	padding: 0px;
	width: 953px;
	height: 55px;
	background: url(..//images/header_top.jpg) no-repeat right;
}

#logo{
	margin: 0px;
	padding: 0px;
	width: 312px;
	height: 212px;
	background: transparent url(../images/logo_beauty_spot.jpg) no-repeat right;
	float: left;
}

#header{
	margin-left: 312px;
	padding: 0px;
	width: 641px;
	height: 212px;
	background: transparent url(../images/header.jpg) no-repeat right;
}

#mainNavContainer{
	width: 953px;
	height: 28px;
	background: #fff url(../images/navBg.png) no-repeat left;
}

#mainNav{
	margin-left: 330px;
	float: left;
	line-height: normal;
}

#mainNav ul{
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
}

#mainNav li{
	float: left;
	margin: 0;
	padding: 0;
}

#mainNav li:hover{
	background: url(../images/tab_left_on.png) no-repeat left top;
}

#mainNav a{
	display: block;
	padding: 5px 12px;
	text-decoration:none;
	color: #950f4a;
	font-weight: bold;
	font-size:1.1em;
}

#mainNav a:hover{
	background: url(../images/tab_right_on.png) no-repeat right top;
	color: #fff;

}

#mainNav #current{
	background: url(../images/tab_left_on.png) no-repeat left top;
}

#mainNav #current a{
	background: url(../images/tab_right_on.png) no-repeat right top;
	color: #fff;
}

#contentWrapper{
	background: #d1c7c1 url(../images/midcolBg.png) bottom repeat-x;
	width: 953px;
}

/***** styles for left column on home page *****/

#leftColWrapper{
	float: left;
	width: 300px;
	margin-left: 12px;
	background: #000 url(../images/leftcolBtm.png) bottom no-repeat;
	min-height: 440px;
	display: inline;
}

#leftColNavTop {
	margin: 5px 15px 0px 15px;
	width: 270px;
	height: 20px;
	background: #f9f9f9 url(../images/leftcolnavTop.png) top no-repeat;
}

#leftColNavBtm {
	margin: 0px 15px 5px 15px;
	width: 270px;
	height: 20px;
	background: #f9f9f9 url(../images/leftcolnavBtm.png) bottom no-repeat;
}

#leftColNav{ 
	margin: 0px 15px;
	padding: 1px 10px;
	width: 250px;
	background: #f9f9f9;
}

#leftColNav ul{
	margin: 2px 20px;
}

#leftColNav li{
	list-style: url(../images/pinkarrow.png);
}

#leftColNav a{
	color: #7e7d7b;
	display: block;
	font-weight: bold;
	font-size:1.1em;
	text-decoration: none;
}

#leftColNav a#current{
	text-decoration: underline;
}

#leftColNav a:hover{
	text-decoration: underline;
}

#leftColNav h2 {
	font-size: 1.5em;
	color: #db026b;
	margin-top: 10px;
}

#leftColNav h3 {
	font-size: 1.1em;
	color: #db026b;
	margin-top: 10px;
	margin-bottom: -15px;
	padding-bottom: 0px;
	font-weight: bold;
}


/**** end of styles for left Column on home page ****/

/**** styles for Middle Column on home page ****/

#midCol{
	margin-left: 35px;
	width: 600px;
	float: left;
	min-height: 450px;
	display: inline;
}

#midCol p{
	margin:0;
	padding-top:12px;
	color: #7e7d7b;
	line-height: 1.2em;
}

#midCol h1{
	font-size: 2.6em;
	color: #7e7d7b;
	margin-top: 10px;
}

#midCol h2{
	font-size: 1.3em;
	color: #7e7d7b;
	margin-top: 10px;
}

#midCol h3{
	font-size: 1.1em;
	color: #db026b;
	margin-top: 10px;
	margin-bottom:5px;
}

#midCol a, #midCol a:visited{
	color: #db026b;
	font-weight: bold;
	text-decoration: none;
}

#midCol a:hover{
	text-decoration: underline;
}

/**** end of styles for Middle Column on home page****/

ul.mainul {
	margin: 8px 20px;
	color: #7e7d7b;
}

ul.mainul li{
	list-style: url(../images/greyarrow.png);
}

/*** styles for Footer ***/

#footerWrapper{
	margin: 0 auto 5px;
	width: 953px;
	height: 40px;
	background: #192123;
}

#footerNote{
	float: right;
	color: #fff;
	margin: 10px;
	font-weight: bold;
}

#footerNote a, #footerNote a:visited{
	color: #fff;
	text-decoration: none;
}

#footerNote a:hover{
	text-decoration: underline;
}

#footerNote .pink {
	color: #db026b;
	display: inline;
	margin-left: 5px;
}

/*** end of styles for Footer ***/



h1, h2, h3, h4, h5, h6, p{
	font-family:  Trebuchet Ms, Arial, Helvetica, sans-serif;
}

strong{
	font-weight: bold;
}

.printHide{
display:none;
}