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/bgpict06.gif);
	background-repeat: no-repeat;
	background-color: #e4dccc;
	/*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 {
	border: 6px dotted #CCCCCC;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}
hr.dashed {
	border: 3px dotted #CCCCCC;
	padding: 0px;
	margin: 10px 0px 20px 0px;
	*margin: 10px 0px 10px 0px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/