body
	{
	background: url(img/bg3.gif) repeat-x #fdd1ca;
	font-family: tahoma, geneva, sans-serif;
	margin: 7px 0px 10px 0px;
	text-align: center;
	}

#outer_wrapper
	{
	background: #fff;
	width: 735px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	}

#header_lipstick
	{
	background: url(img/header_lipstick.gif) no-repeat;
	height: 330px;
	width: 735px;
	position: relative;
	}

#header_manicure
	{
	background: url(img/header_manicure.gif) no-repeat;
	height: 330px;
	width: 735px;
	position: relative;
	}

#header_face
	{
	background: url(img/header_face.gif) no-repeat;
	height: 330px;
	width: 735px;
	position: relative;
	}

#header_hair
	{
	background: url(img/header_hair.gif) no-repeat;
	height: 330px;
	width: 735px;
	position: relative;
	}

#header_lipstick h1, #header_manicure h1, #header_face h1, #header_hair h1
	{
	position: absolute;
	bottom: 32px;
	right: 0px;
	width: 300px;
	text-align: center;
	color: #cd2a2b;
	font-size: 26px;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}

#header_lipstick h2, #header_manicure h2, #header_face h2, #header_hair h2
	{
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 9px;
	font-weight: 500;
	color: #71bcb9;
	margin: 0;
	padding: 0;
	}

#content_wrapper
	{
	margin-left: 210px;
	text-align: left;
	font-size: 12px;
	margin-bottom: 7px;
	position: relative;
	top: -15px;
	}

#content_wrapper p
	{
	margin: 5px 10px 5px 10px;
	}

#content_wrapper h1
	{
	color: #71bcb9;
	font-size: 20px;
	font-weight: 500;
	margin: 10px 10px 7px 10px;
	}

#content_wrapper h1 a:link, #content_wrapper h1 a:visited
	{
	text-decoration: none;
	color: #cd2a2b;
	}

#content_wrapper h1 a:hover
	{
	text-decoration: none;
	color: #71bcb9;
	}

#menu
	{
	float: left;
	width: 180px;
	margin-left: 17px;
	margin-top: 12px;
	text-align: left;
	}

#menu ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#menu ul li
	{
	margin: 0px;
	padding: 0px;
	}

#menu ul .yellow
	{
	background: url(img/btn1.gif) no-repeat;
	height: 28px;
	width: 177px;
	}

#menu ul .lilac
	{
	background: url(img/btn2.gif) no-repeat;
	height: 28px;
	width: 177px;
	}

#menu ul .aqua
	{
	background: url(img/btn3.gif) no-repeat;
	height: 28px;
	width: 177px;
	}

#menu ul .peach
	{
	background: url(img/btn4.gif) no-repeat;
	height: 28px;
	width: 177px;
	}

#menu ul li a
	{
	text-decoration: none;
	margin-left: 11px;
	font-weight: 600;
	line-height: 25px;
	font-size: 14px;
	font-weight: 500;
	display: block;
	}

#menu ul li a:link, #menu ul li a:visited
	{
	color: #cd2a2b;
	}

#menu ul li a:hover
	{
	color: #fff;
	background: url(img/hover.gif) right bottom;
	}

#sidebar
	{
	float: right;
	width: 200px;
	text-align: left;
	}

#title
	{
	background: url(img/bg_title2.gif) no-repeat;
	height: 53px;
	width: 511px;
	position: relative;
	}

#title h1
	{
	color: #71bcb9;
	font-size: 22px;
	font-weight: 500;
	position: absolute;
	left: 14px;
	bottom: 20px;
	margin: 0;
	padding: 0;
	}

#content_wrapper .beauty
	{
	margin-right: 9px;
	margin-top: 9px;
	}

#content_wrapper p a:link, #content_wrapper p a:visited
	{
	color: #cd2a2b;
	text-decoration: none;
	}

#content_wrapper p a:hover
	{
	color: #71bcb9;
	text-decoration: none;
	}

.price
	{
	font-size: 14px;
	}

.red_text
	{
	color: #cd2a2b;
	}

.highlight
	{
	color: #71bcb9;
	}

#footer
	{
	background: url(img/bg4.gif) repeat-x;
	height: 75px;
	clear: both;
	position: relative;
	}

#footer p
	{
	position: absolute;
	bottom: 0px;
	left: 20px;
	color: #cd2a2b;
	font-size: 10px;
	}

#footer p a:link, #footer p a:visited, #footer p a:hover
	{
	color: #cd2a2b;
	font-size: 10px;
	text-decoration: none;
	}

i
	{
	font-size: 85%;
	}

#gallery
	{
	width: 500px;
	text-align: center;
	margin-bottom: 12px;
	}

#treatments
	{
	color: #cd2a2b;
	list-style-type: disc;
	margin-left: 40px;
	padding: 0;
	}

#treatments li
	{
	color: #71bcb9;
	font-weight: 500;
	margin: 0;
	padding: 0;
	}

#treatments li span
	{
	color: #cd2a2b;
	margin-right: 15px;
	padding: 0;
	}


	/*--- forms ----------------------------------------------------------------*/

fieldset {
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	color: green;
}

input {
	border-style: solid;
	border-width: 1px;
	color: green;
}

textarea {
	border-style: solid;
	border-width: 1px;
	color: green;
}

button {
}

label { 
}

select { 
}

option { 
}