#construction {
	top: 0px;
	margin: 0 auto;
	padding: 10px;
	background: white;
	border: 2px solid grey;
#	display: inline;
#	display: inline-block;
	width: 872px;
}
body {
#	background: #00f url('page-bg.png') repeat-x top left;
	background: #000 url('page-bg2.png') no-repeat top center;
	color: #401020;
	font: 12pt "Trebuchet MS", verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
}
.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 1024px;
}
.wrapper > *{
	opacity: 1;
}
#header{
	width: 896px;
	height: 240px;
	margin: 0 auto;
	background: #FFF url('header3.png') no-repeat top center;
	text-align: center;
	position: relative;
}
#links{
	width: 896px;
	height: 80px;
	margin: 0 auto;
	background: #EEE url('links-bg.png') repeat-x bottom center;
	text-align: center;
	position: relative;
}
#header > *{
	position: absolute;
	bottom: 0;
	left: 0;
	border: none;
}
#bLinks{
	display: none;
}
#breadcrumb{
	width: 896px;
	height: 24px;
	margin: 0 auto;
	background-color: #d7f;
	background-repeat: repeat-x;
	background-position: top center;
	text-align: center;
	font-size: 15pt;
}
#breadcrumb a, #breadcrumb a:visited{
	color: #001;
	text-decoration: none;
	margin: 0px 1.5em;
}
#breadcrumb a:hover{ text-decoration: underline; }
.bNormal{
	background-image: url('breadcrumb2-bg.png');
}
.bHover{
	background-image: url('breadcrumb2-hover-bg.png');
}
.bEmpty{
	background-image: url('breadcrumb2-empty.png');
}
#content{
	width: 872px;
	margin: 0 auto;
	background: #eff url('content-bg.png') repeat-x;
	padding: 12px;
	border-bottom: 2px solid #d7f;
}
.section{
	border: 1px solid #d7f;
	padding: 15px;
	background: #e8c2ff url('content1-bg.png') repeat-x;
	clear: none;
	color: #312;
}
.section p{
	text-align: justify;
	margin: 1em 0px 0px 0px;
}
.section p:first-line{
	color: #201;
}
.left{
	width: 425px;
	float: left;
}
.c_small{
	width: 212px;
	float: left;
}
.right{
	width: 425px;
	float: right;
}
.book{
	font-size: 11pt;
	line-height: 30px;
	padding: 0px 7em;
}
.book p{
	margin: 1.5em 0px 0px 0px;
}
.clear{
	visibility: hidden;
	clear: both;
	width: 100%;
}
hr{
	width: 50%;
	height: 0px;
	border-bottom: 2px dotted #534;
	color: #534;
}
