body
{
	background: #FCFBF7;
    font-family: times,serif;
	font-size: 12pt;
    color: #370501;
}
#container
{
	width: 900px;
    height: 700px;
	margin: 20px auto 10px auto;
    padding: 2px;
	border: 1px solid black;
    background: #FFFFE8;
}
#top-navigation
{
	float: left;
    width: 145px;
}

	#top-navigation ul{
	text-align: left;
	margin: 0; padding: 5px;
}

	#top-navigation li{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
}

	#top-navigation li.list-header{
	font: 90%/110% Garamond, Serif;
	margin: 0;
	padding: 0 5px 0 0;
}

	#top-navigation li a{
	color: #666666;
	text-decoration: none;
	font: 70%/80% Georgia, Serif;
}

	#top-navigation li a:hover{
	color: red;
	border-bottom: 1px teal dotted;
}
#content-navigation
{
	position: absolute;
    width: 145px;
    height: 580px;
    margin: -30px 0 0 0;
    overflow: auto;
}

	#content-navigation ul{
	text-align: left;
	margin: 0; padding: 5px;
}

	#content-navigation li{
	list-style: none;
	margin: 0;
	padding: 0 5px 0 5px;
}

	#content-navigation li.list-header{
	font: 90%/110% Garamond, Serif;
	margin: 0;
	padding: 0 5px 0 0;
}

	#content-navigation li a{
	color: #666666;
	text-decoration: none;
	font: 70%/80% Georgia, Serif;
}

	#content-navigation li a:hover{
	color: red;
	border-bottom: 1px teal dotted;
}
#content
{
	float: right;
    width: 740px;
    height: 540px;
    margin: 0 0 0 0;
    padding: 0 5px 0 0;
    overflow: auto;
}

#chapter_head
{
     height: 30px;
     float: middle;
     margin: 0 0 2px 150px;
     font-family: "Palatino Linotype", "Times New Roman";
     font-size:13pt;
     font-style:normal;
     font-weight:bold;
     text-align: center;
     color: #53150B;
}
#footer
{
     float: middle;
     height: 20px;
     margin: -30px 0 0 150px;
     background-image:url(../images/cw_copyright.gif);
	 background-repeat: no-repeat;
     border: 1px solid purple;
}
H2.Chapter
{
     font-family: "Palatino Linotype", "Times New Roman";
     font-size:13pt;
     font-style:normal;
     font-weight:bold;
     text-align: center;
     color: #53150B;
}
H3.Heading
{
     font-family: "Palatino Linotype", "Times New Roman";
     font-size:11pt;
     font-style:normal;
     font-weight:bold;
     text-align: center;
     color: #53150B;
}



