@charset "utf-8";
/* CSS Document */
html, body, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, p, form, hr, img {
	padding: 00px;
	margin: 00px;
}
p {
	padding: 00px 00px 15px 00px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 00px 00px 10px 00px;
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
A:link, A:active, A:visited, A:hover {
	color: #0000FF;
	text-decoration: underline;
}
A:hover {
	color: #FF0000;
}
.left {
	float: left;
}
.right {
	float: right;
}
.left_align {
	text-align: left;
}
.right_align {
	text-align: right;
}
.center_align {
	text-align: center;
}
.text_justify {
	text-align: justify;
}
img {
	border: 00px;
}
.clear {
	clear: both;
}
.padding_none {
	padding: 00px;
}
.margin_none {
	margin: 00px;
}
body {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin: 00px;
}
#esthetician {
	width: 852px;
	position: relative;
	margin: auto;
	
}
#border_all {
	border: 1px solid #848282;
	width: 850px;
	float: left;
}
/************************************* Header **************************************/
#header  h1 {
	background: url(images_esthetician/header.jpg) left top scroll no-repeat;
	width: 690px;
	float: left;
	padding: 30px 80px 16px 80px;
	text-align: right;
	font-size: 45px;
	line-height: 81px;
	clear: both;
}
#banner {
	width: 850px;
	float: left;
	clear: both;
}
/************************************* Content **************************************/
#content_bg {
	background: url(images_esthetician/content_bg.jpg) left top scroll repeat-y;
	width: 850px;
	float: left;
}
#content_bg2 {
	background-color: #FFFFFF;
	border-top: 1px solid #848282;
	padding: 20px 20px 00px 20px;
	width: 810px;
	float: left;
}
#content_left {
	width: 180px;
	background: url(images_esthetician/left_top.jpg) left top scroll no-repeat;
	float: left;
	padding: 20px;
	text-align:center;
}
#content_right {
	width: 580px;
	background: url(images_esthetician/content_top.jpg) left top scroll no-repeat;
	padding: 30px 20px 00px 30px;
	float: right;
}
.img_border {
	border: 1px solid #cccccc;
	padding: 02px;
	background-color: #FFFFFF;
	margin: 00px 00px 15px 00px;
}
.border_content {
	border-top: 2px solid #000000;
	margin: 00px 00px 15px 00px;
}
.coming_soon {
	padding: 150px 00px;
}

/************************************* Bottom **************************************/
#bottom_link {
	background-color: #848282;
	padding: 15px 20px;
	float: left;
	width: 810px;
	color: #FFFFFF;
	text-decoration: none;
	clear: both;
}
#bottom_link A:link, #bottom_link A:active, #bottom_link A:visited, #bottom_link A:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_link A:hover {
	text-decoration: underline;
}
#bottom_link p {
	padding: 00px;
}

/************************************* box**************************************/
.box_left_line
{
	background:url(images_esthetician/box_left_line.jpg) scroll left top repeat-y;
	width:27px;
}
	
.box_right_line
{
	background:url(images_esthetician/box_right_line.jpg) scroll left top repeat-y;
	width:27px;
}
.box_top
{
	background:url(images_esthetician/box_top.jpg) scroll left top repeat-x;
	height:30px;
}
.box_bottom
{
	background:url(images_esthetician/box_bottom.jpg) scroll left top repeat-x;
	height:30px;
}


/***************padding***************/
.padd_10 { padding:10px; }

.padd_20 { padding:20px; }

.padd_15_20 { padding: 15px 20px; }

.padd_20_30 { padding: 20px 30px; }

.padd_5_10
{
	padding:5px 10px;
}
.center_line { border:#999999 solid 1px;  margin:15px 20px;}

.list_form ul
{
	padding:10px 30px 10px 40px;
}

.list_form li
{
	padding:00px 00px 8px 00px;
}


