body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: arial, helvetica, sans-serif;
}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: center;
}


#content {
	float: right;
	width: 700px;
	border-left: 1px solid black;
	padding-left: 25px;
	text-align: left;

}

#footer {
	clear: both;
	padding-top: 50px;
	text-align: center;
}


#navigation {
	width: 250px;
		text-align: left;


}

#navigation ul {
	list-style: none;
	padding-left: 15px;
}

li.parts {
	font-weight: bold;
	margin: 15px 0;
	padding: 5px;
	border-bottom:2px dashed black;
	line-height:0.999em;


}

#navigation .paragraphs, #navigation .parts {
	cursor: pointer;
}



.paragraphs {
	font-weight: bold;
	margin: 10px 0;
    border-bottom:1px dashed blue;
    line-height:0.999em;
	margin: 20px 0;
	color: #066;

}

img {
	border: 0;
}

#content .chapter {
	font-size: 1.3em;
	color: #006;
	text-align: left;
	font-weight: normal;

}



#header {
	color: #366;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 20px 0 15px 0;
	line-height: 20%;
}



#content p{
	line-height: 160%;
}

#navigation a.ogl:link, #navigation a.ogl:visited, #navigation a.ogl:hover, #navigation a.ogl:active {

	font-size: 1.3em;
	color: #C03;
	font-weight: bold;
	text-align: center;
}

#navigation  p.ogl {
	padding-top: 50px;
	text-align: center;


}

#navigation a.coolink:link, #navigation a.coolink:visited {

	font-size: 1em;
	color: #30f;
	font-weight: bold;
	text-align: center;
}

#navigation a.coolink:hover, #navigation a.coolink:active {
	color: #330;
}

#navigation  p.coolink {
	padding-top: 70px;
	text-align: center;
}



.article {
	padding: 5px 0;
}

.fig {
	font-style: italic;
}

#thispage {
	background: #ff9;
	padding: 5px;
}
#thispage a:link, #thispage a:visited, #thispage a:hover, #thispage a:active {
	color: #330;
	text-decoration: none
}

.article a:link, .article a:visited {
	font-weight: normal;	
	color: #006;
}

.article a:hover, .article a:active {
	color: #36F;
}

.articles {
	padding: 0 0 0 20px;
	font-weight: normal;
}

.chast {
	color: #903;
	font-weight: normal;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #000;
	font-weight: normal;
}

#navigation ol {
	list-style: upper-roman;
}

#navigation ol ol {
	list-style: decimal;
}