@charset "utf-8";
#canvas .focus {
	background-color: #FFFFFF;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #343434;
}
#canvas .focus img.bookimage{
	float: left;
}
#canvas .focus p,
#content .focus h1,
#content .focus h2 {
	margin-left: 180px;
	text-indent: 0px;
}
#canvas.focus h1,
#content .focus h2 {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 97%;
	background-image:    url("../im/bgd.jpg");
	background-image:    url("/im/bgd.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #030;
}
#canvas #body {
	clear: both;
}

#canvas #body .focus p,
#canvas #body p{
	font-size: 1em;
	line-height: 115%;
}
#canvas #body .chapter p {
	line-height: 140%;
}



#canvas {
	background:url(../images/bdb-banner.png) top center no-repeat #000000;
	color: #000;
	font-size: 1em;
	border: 2px solid #990000;
	margin-top: 10px;
	padding: 25px;
	background-color: #FFFFFF;
	width: 940px;
	min-height: 500px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#canvas #header {
	position: relative;
	height: 100px;
}
#canvas div.front-focus {
	margin-bottom: 20px;
}

#canvas #header h1 {
	display:none;
	background-image: url(/im/bdb_logo_s.gif);
	text-indent: -9999px;
	height: 96px;
	width: 96px;
	font-size: 0.8em;
	position: absolute;
}
#canvas #header h2 {
	display:none;
	background-image: url(/im/bdb_title_s.gif);
	height: 40px;
	width: 231px;
	text-indent: -9999px;
	position: absolute;
	left: 101px;
	top: 22px;
}
#canvas #header h3 {
	display:none;
	background-image: url(/im/bdb_marque_s.gif);
	text-indent: -9999px;
	height: 23px;
	width: 359px;
	position: absolute;
	left: 100px;
	top: 62px;
}
#canvas #body .focus h1,
#canvas #body h1{
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: underline;
}
#canvas #body .focus h2,
#canvas #body h2{
	font-weight: normal;
	font-size: 1.4em;
}
#canvas #body #contentsTable {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#canvas #body #contentsTable tr td em {
	font-size: 1.4em;
	font-weight: bold;
}
#canvas #body #contentsTable tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding: 5px;
}
p:last-child {
	padding-bottom: 35px;
}#canvas #body .lastP {
	margin-bottom: 35px;
}
#canvas #body .chapter {
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 35px;
}
#canvas #nav {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#canvas #nav li {
	display: inline;
}
#canvas #nav li a {
	display: block;
	float: left;
	background-color: #360;
	margin-right: 3px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#canvas #nav li a:hover {
	display: block;
	float: left;
	background-color: #900;
	margin-right: 3px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.txtRed {
	color: #F00;
}
