/* ///////////////////////////// BODY, HTML ///////////////////////////// */

body
	{
font                 		: 10pt Verdana, Tahoma, Arial, Helvetica, sans-serif;
padding						: 0;
margin						: 0;
color                       : #000;
	}

/* ///////////////////////////// MAIN DIVISIONS ///////////////////////////// */

#SubNav, #Books, #Chapters
	{
visibility					: hidden;
display 					: none;
	}
    
#SubNav, #Books, #Chapters, #XtraChapterList, #painting, #sticky_note, #logo
	{
visibility					: hidden;
display 					: none;
	}

#Content, #Xtra, #Footr
    {
display                     : block;
margin						: 0 0 30pt 0;
float						: left;
width						: 100%;
text-align					: left;
    }

#IntroTxt, #ContentTxt
    {
font-weight                 : bold;
margin-bottom				: 15px;
text-align                  : justify;
line-height					: 19px;
letter-spacing				: 0.1em;
    }

#ContentTxt
    {
font-weight                 : normal;
    }
	
#Footr
	{
font-size					: 8pt;
border-top					: 1pt solid #000;
margin						: 10pt 0 0 0;
padding						: 10pt 0 0 0;
	}

/* ///////////////////////////// VARIOUS ///////////////////////////// */

#Crawler
	{
margin						: 0 0 30px 0;
	}

.hidden
	{
visibility					: hidden;
position					: absolute;
display						: none;
	}
		
#ContentTxt h1
	{
font-size					: 10pt;
text-transform				: uppercase;
letter-spacing				: 0.1em;
margin						: 0 0 0 10px;
	}