div#container {
	clear: both;
	display: block;
	overflow: hidden;
	width: 800px!important;
	width/**/: 820px;
	height: 100%;
	text-align: left;
	background-image: url(http://www.esthetique-sabbath.com/images/con_shadow.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.esthetique-sabbath.com/images/con_shadow.png', sizingMethod='scale');
	background-repeat: repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
}

div#contents {
	width: 800px;
	height: 100%;
	background-image: url(../../../images/bgpict02.gif);
	background-repeat: no-repeat;
	background-color: #4b3d3b;
	/*background-position: ;*/
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*  hr style  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

hr {
	clear: both;
	height: 0px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}
hr.dotted {
	clear: both;
	border: 1px dotted #000000;
	padding: 0px;
	margin: 20px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}
hr.dashed {
	border: 3px dashed #CCCCCC;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*  tableA style  */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
table.tableA {
	width: 500px;
	/*padding: 20px;*/
}
table.tableA tr th,table.tableA tr td  {
	width: 100px;
	text-align: right;
	padding: 5px;
	border-bottom: solid 1px #866661;
	font-size: 12px;
	color: #542f1e;
	
}
table.tableA tr td {
	width: 400px;
	text-align: left;
	color: #645647;
	line-height: 1.7em;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a:active {
	color: #CC0000;
}
a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #c97d7d;
	text-decoration: underline;
}





