body
{
	background: #FCFBF7;
    font-family: times,serif;
	font-size: 13pt;
}
#container
{
	width: 900px;
	height: 750px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-top: -370px;
	margin-left: -450px;
	border: 1px solid black;
    background: #FFFFE8;
}
#navigation
{
	float: right;
	width: 150px;
}

	#navigation ul{
	text-align: right;
	margin: 0; padding: 20px;
}

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

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

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

	#navigation li a:hover{
	color: red;
	border-bottom: 1px teal dotted;
}
#content
{
	position: absolute;
    width: 750px;
	height: 600px;
    top: 100px;    
	margin-top: auto;
    margin-left: 75px;
	padding-right: 10px;
    overflow: auto;
}

#footer
{
     position: absolute;
     width: 545px;
     height: 30px;
     top: 710px;
     left: 200px;
     color: #666666;
     font: helvetica, sans;
     font-size: 12pt;
     background-image:url(../images/cw_copyright_1.gif);
	 background-repeat: no-repeat;
}
H2.Chapter
{
     font-family: "Palatino Linotype", "Times New Roman";
     font-size:13pt;
     font-style:normal;
     font-weight:bold;
     text-align: center;
     color: #53150B;
}