body 
{
	background: #ccc url('bg.jpg');
	color: #333;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS;
	text-align:center;
}

a, a:visited
{
	color: #669;
	text-decoration: none;
}

a:hover
{
	color: #336;
}

.type1
{
	width: 780px;
	border: 1px solid #666;
	background: #fff;
	padding: 10px;
	margin: 0 auto;
	margin-top: 10px;
	text-align:center;
}

* html .type1
{
	width: 800px;
}

.type2
{
	width: 758px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	margin-bottom: 10px;
}

* html .type2
{
	width: 778px;
}

#chapter1
{
	border: 1px solid #633;
	background: #fcc;
}

#chapter2
{
	border: 1px solid #363;
	background: #cfc;	
}

#chapter3
{
	border: 1px solid #336;
	background: #ccf;	
}

#nav a
{
	font-size: 16pt;
	margin-left: 20px;
	margin-right: 20px;
}

#nav
{
	padding:0;
	background: #fff url('title_banner.gif') top right no-repeat;
	text-align: right;
	height:     80px;
	width:      800px;
	padding-top: 10px;
}

#footer
{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}

.type2 td
{
	vertical-align: top;
}