body {
	margin: 0px;
	padding: 0px;
	background: url(../images/body_bg.jpg) repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #730805;
}
h1, h2 {
	margin-top: 0;
	margin-bottom: 5px;
/*	margin-left:20px;*/
	font-size:1.45em;
	text-align:center;
}
a {
	color: #730805;
}
#pageWrapper {
	background: url(../images/bg_right.jpg) repeat-y right top;
	width: 100%;
	position: relative;
	margin:0;
}
#bookTop {
	background: url(../images/book_top.jpg) no-repeat left top;
}
#bookBottom {
	background: url(../images/book_bottom.jpg) no-repeat left bottom;
}

#contWrapper {
	width: 520px;
	margin-left: 315px;
	padding: 90px 0 210px 0;
}
#content {
	padding: 0 3px 0 3px;
}
#content p {
	text-indent: 2em;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;

	text-align:justify;
}
#content.withTitle {
	padding-top: 212px;
}
#page_down {
padding-top: 26px;
    width: 514px;
    margin-left: 7px;
}
#page {
	padding-top: 4px;
	padding-left: 12px;
}
#leftmenu {
	position: absolute;
	z-index: 2;
	width: 195px;
	left: 10px;
	top: 95px;
	text-align: right;
}
#leftmenu a{
	text-decoration:none;
}
#leftmenu a:hover{
	text-decoration:underline;;
}
ul.menu {
	margin-top: 8px;
	margin-bottom: 8px;
}
ul.menu li{
	list-style:none;
	font-size: 18px;
	background: url(../images/menudot.gif) no-repeat right 5px;
	padding-right:20px;
	margin: 10px 0 0 0;
}
ul.menu li.active, ul.menu li:hover {
	background: url(../images/menudot_active.gif) no-repeat right 5px;
}
li.parent ul {
	margin: 0;
	padding: 0;
}
li.parent ul li {
	padding: 0;
	margin-top: 6px;
	margin-right: 12px;
	font-size: 17px;
	text-align:right;
	text-indent: 0px;
	background:none;
}
li.parent ul li.active, li.parent ul li:hover {
	background:none;
}


#pWrapper {
	background: url(../images/book_bg_repeat.jpg) repeat-y left top;
	width: 998px;
}
#title {
	position: absolute;
	left: 307px;
	top: 72px;

}
#ladybird {
	position: absolute;
	left: 876px;
	top: 530px;
	background: url(../images/ladybird.gif);
	height: 89px;
	width: 78px;
}
#candel {
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: url(../images/candel.png) no-repeat left bottom;
	height: 836px;
	width: 292px;
	z-index: 1;
}
#light {
	margin: 0 0 0 27px;
}
*html #light {
	margin-top: 8px;
}
#content img {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .addspace img {
	margin-top: 10px;
	margin-bottom: 15px;
}

#content img.rightcol {
	float:right;
	clear:right;
	margin:5px;
}
#copyright {
	position: absolute;
	left: 720px;
	bottom: 64px;
}
#copyright a {
	color:#905e3a;
	font-size: 0.6em;
	text-decoration:none;
}
#copyright a:hover {
	color:#b6833a;
	text-decoration: underline;
}